diff --git a/hivemind/tavern/condenser_api_negative/get_state/created_melon.orig.json b/hivemind/tavern/condenser_api_negative/get_state/created_melon.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..8a48f861625ff0ee08ab635a18b661ccc0350331 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/created_melon.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid tag `melon melon`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/created_melon.pat.json b/hivemind/tavern/condenser_api_negative/get_state/created_melon.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..8a48f861625ff0ee08ab635a18b661ccc0350331 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/created_melon.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid tag `melon melon`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/created_melon.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_state/created_melon.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..37bf2ed65b8adbf00f831015471508a4207440ad --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/created_melon.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["/created/melon melon"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "created_melon" + directory: "condenser_api_negative/get_state" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_state/hot_news.orig.json b/hivemind/tavern/condenser_api_negative/get_state/hot_news.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..ee6e5863f6ed4c38f3d36ede55d4ad39e193b1f0 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/hot_news.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "unexpected discussion path part[2] hot/news/something", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/hot_news.pat.json b/hivemind/tavern/condenser_api_negative/get_state/hot_news.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..ee6e5863f6ed4c38f3d36ede55d4ad39e193b1f0 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/hot_news.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "unexpected discussion path part[2] hot/news/something", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/hot_news.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_state/hot_news.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..d253be9ba84e32d77baae33610ecd3e31ebdf31a --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/hot_news.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["/hot/news/something"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "hot_news" + directory: "condenser_api_negative/get_state" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_state/kiwi.orig.json b/hivemind/tavern/condenser_api_negative/get_state/kiwi.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..c8ee117e81f10e837b47c810cb49fb615a6799a2 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/kiwi.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32000, + "data": "ApiError: unhandled path: /kiwi", + "message": "Server error" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/kiwi.pat.json b/hivemind/tavern/condenser_api_negative/get_state/kiwi.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..c8ee117e81f10e837b47c810cb49fb615a6799a2 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/kiwi.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32000, + "data": "ApiError: unhandled path: /kiwi", + "message": "Server error" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/kiwi.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_state/kiwi.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c5d499690ad5c5e7f3ebec1fd4ba8dda68ddecf9 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/kiwi.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["kiwi"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "kiwi" + directory: "condenser_api_negative/get_state" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.orig.json b/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..2daab50b501f08fb172f5acb4ff7412b35e60054 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.pat.json b/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..2daab50b501f08fb172f5acb4ff7412b35e60054 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..49aca717d68d255a1c6fdc1463053138bf8aa6d3 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/privacy_banana.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["privacy.html/banana"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "privacy_banana" + directory: "condenser_api_negative/get_state" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_state/recent_news.orig.json b/hivemind/tavern/condenser_api_negative/get_state/recent_news.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..d4af0fc68f99a4807fbce8099b5bf958592efc6d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/recent_news.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid sort `recent`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/recent_news.pat.json b/hivemind/tavern/condenser_api_negative/get_state/recent_news.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..d4af0fc68f99a4807fbce8099b5bf958592efc6d --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/recent_news.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid sort `recent`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/recent_news.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_state/recent_news.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..bac8a235291d484dd9ed4ec5804a6bda71837806 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/recent_news.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["/recent/news"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "recent_news" + directory: "condenser_api_negative/get_state" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.orig.json b/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..f89851fa6f60fa3b7850440f91dcec6948411786 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid /tags request", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.pat.json b/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..f89851fa6f60fa3b7850440f91dcec6948411786 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid /tags request", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.tavern.yaml b/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..8d5ef20e2e8f7794f89948e4a950819180980bf1 --- /dev/null +++ b/hivemind/tavern/condenser_api_negative/get_state/tags_lemon.tavern.yaml @@ -0,0 +1,30 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + - negative + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["tags/lemon"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "tags_lemon" + directory: "condenser_api_negative/get_state" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_state/hot_news.org.json b/hivemind/tavern/condenser_api_patterns/get_state/hot_news.org.json new file mode 100644 index 0000000000000000000000000000000000000000..51ee73942b27b20f3c99a6abffeda9c140767351 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/hot_news.org.json @@ -0,0 +1,2851 @@ +{ + "accounts": {}, + "content": { + "alighti/hello-steemers-about-me-for-you-privet-stimery-obo-mne-dlya-vas": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "81790420316", + "voter": "acidsun" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061159202", + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "33780018119", + "voter": "ratel" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3932595310", + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5642813991", + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26250478879", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1026042780", + "voter": "danielkt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "453429999", + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26976555325", + "voter": "peterz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5609277990", + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30194118400", + "voter": "zaebars" + }, + { + "percent": "7800", + "reputation": 0, + "rshares": "33550784106", + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3145567283", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120956823", + "voter": "ap2002" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49044215135", + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7860831996", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1178295028", + "voter": "mama-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5669340710", + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67965196", + "voter": "zahar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81380841", + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2670478664", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3743673036", + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59219258", + "voter": "photo00" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59427399", + "voter": "editor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "768033123", + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4895798003", + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3336919086", + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51524412", + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52774170", + "voter": "alighti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173054719", + "voter": "natord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2974101422", + "voter": "htyfn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1588535511", + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154765535", + "voter": "mrsgreen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1560462705", + "voter": "steemlift" + } + ], + "author": "alighti", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>If something ever brings you in our country of blue eyes, in Minsk, you can find me here :) </p>\n<blockquote> \u0415\u0441\u043b\u0438 \u0432\u0430\u0441 \u043a\u043e\u0433\u0434\u0430-\u043d\u0438\u0431\u0443\u0434\u044c \u0437\u0430\u043d\u0435\u0441\u0435\u0442 \u0432 \u0441\u0442\u0440\u0430\u043d\u0443 \u0433\u043e\u043b\u0443\u0431\u044b\u0445 \u043e\u0447\u0435\u0439 , \u0432 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u0433\u043e\u0440\u043e\u0434 \u041c\u0438\u043d\u0441\u043a , \u0442\u043e \u0442\u0443\u0442 \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u043c\u0435\u043d\u044f. :)</blockquote>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/301ca/Ck8ewU0KYMw.jpg\" width=\"640\" height=\"480\"/></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c2d0/peWOQtNJiPQ.jpg\" width=\"1157\" height=\"848\"/></p>\n<p>My name's Alexander and I'm 21 years old. I study at Technoligocal University. Now I have a temporary job on a shoe factory after graduating from colledge. By the way, it's a part of this shoe factory. </p>\n<blockquote> \u041c\u0435\u043d\u044f \u0437\u043e\u0432\u0443\u0442 \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440, \u043c\u043d\u0435 21 \u0433\u043e\u0434, \u0443\u0447\u0443\u0441\u044c \u044f \u0432 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442\u0435, \u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043e\u0442\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u044e \u043d\u0430 \u043e\u0431\u0443\u0432\u043d\u043e\u0439 \u0444\u0430\u0431\u0440\u0438\u043a\u0435 \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u043e\u043b\u043b\u0435\u0434\u0436\u0430. \u0412\u043e\u0442 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0435\u0435 \u043a\u0441\u0442\u0430\u0442\u0438 \u0447\u0430\u0441\u0442\u044c )</blockquote>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c1ed/pYJGasVtoJ8.jpg\" width=\"1280\" height=\"960\"/><br>\nTaking this opportunity: if you need comfortable & stylish shoes - write & we'll deliver it in any amount :) </p>\n<blockquote>\u041f\u043e\u043b\u044c\u0437\u0443\u044f\u0441\u044c \u0441\u043b\u0443\u0447\u0430\u0435\u043c: \u0435\u0441\u043b\u0438 \u043d\u0443\u0436\u043d\u0430 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043d\u0430\u044f \u0438 \u0441\u0442\u0438\u043b\u044c\u043d\u0430\u044f \u043e\u0431\u0443\u0432\u0438 - \u043f\u0438\u0448\u0438\u0442\u0435, \u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043c \u0432 \u043b\u044e\u0431\u044b\u0445 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430\u0445. ;) </blockquote>\n<p><br></p>\n<p>I'd like to spend my spare time with my family. To my mind, family is the most important thing; I'm lucky to have such a lovely family. All my relatives are very kind & I love them very much.</p>\n<blockquote> \u0412 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0435 \u043e\u0442 \u043e\u0442\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432\u0440\u0435\u043c\u044f \u044f \u043b\u044e\u0431\u043b\u044e \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c \u0441 \u0441\u0435\u043c\u044c\u0435\u0439 (\u0441\u0435\u043c\u044c\u044f \u044d\u0442\u043e \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u0441\u0430\u043c\u043e\u0435 \u0432\u0430\u0436\u043d\u043e\u0435 \u0434\u043b\u044f \u043c\u0435\u043d\u044f, \u0430 \u043c\u043d\u0435 \u0441 \u043c\u043e\u0435\u0439 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0432\u0435\u0437\u043b\u043e, \u0432\u0441\u0435 \u043b\u044e\u0434\u0438 \u043e\u0447\u0435\u0435\u0435\u043d\u044c \u0445\u043e\u0440\u043e\u0448\u0438\u0435, \u043b\u044e\u0431\u044e \u0438\u0445) </blockquote>\n<p>Also I like to spend time with my friends very much. I always adore communicating with kind & fair people. ( Here they are)</p>\n<blockquote> \u041e\u0447\u0435\u043d\u044c \u043c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u043f\u0440\u043e\u0432\u043e\u0436\u0430\u0442\u044c \u0432\u0440\u0435\u043c\u044f \u0441\u043e \u0441\u0432\u043e\u0438\u043c\u0438 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438, \u0432\u0441\u0435\u0433\u0434\u0430 \u0445\u043e\u0442\u0435\u043b \u043e\u0431\u0449\u0430\u0442\u044c\u0441\u044f \u0441 \u0434\u043e\u0431\u0440\u044b\u043c\u0438, \u0447\u0435\u0441\u0442\u043d\u044b\u043c\u0438 \u043b\u044e\u0434\u044c\u043c\u0438. \u0410 \u0432\u043e\u0442 \u0438 \u043e\u043d\u0438!)</blockquote>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c1cf/FasVbVBxno0.jpg\" width=\"1280\" height=\"960\"/></p>\n<p>Besides, I'm fond of reading. It goes without saying that self-development is very important for me. I always try to broaden my mind.I do sports & better myself. Sometimes I do street workout (by the way, it has developed very much over the last years in our country. Maybe not so good as in America, but nevertheless I'm happy. Probably, Americans have a sport ground in every yard). In my opinion, it's very amazing to lead active & healthy lifestyle.</p>\n<blockquote> \u0418 \u0435\u0449\u0435 \u044f \u043e\u0447\u0435\u043d\u044c \u043b\u044e\u0431\u043b\u044e \u043a\u0430\u043a-\u043d\u0438\u0431\u0443\u0434\u044c \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0442\u044c\u0441\u044f, \u043e\u0431\u043e\u0436\u0430\u044e \u0447\u0438\u0442\u0430\u0442\u044c, \u0438\u0437\u0443\u0447\u0430\u0442\u044c \u0447\u0442\u043e-\u0442\u043e \u043d\u043e\u0432\u043e\u0435.) \u041c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u0441\u043f\u043e\u0440\u0442, \u0438\u043d\u043e\u0433\u0434\u0430 \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0441\u044c Workout'\u043e\u043c (\u043e\u043d \u043a\u0441\u0442\u0430\u0442\u0438 \u0432 \u043d\u0430\u0448\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0435 \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043b\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0435 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435. \u041d\u0435 \u0442\u0430\u043a \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u043a\u0430\u043a \u0432 \u0410\u043c\u0435\u0440\u0438\u043a\u0435( \u0443 \u043d\u0438\u0445, \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0434\u0432\u043e\u0440\u0435 \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0430), \u043d\u043e \u0432\u0441\u0435 \u0436\u0435 \u044f \u0440\u0430\u0434. \u0417\u0434\u043e\u0440\u043e\u0432\u044b\u0439 \u043e\u0431\u0440\u0430\u0437 \u0436\u0438\u0437\u043d\u0438 \u044d\u0442\u043e \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u043e!</blockquote>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c211/qj0Zk-nLSRg.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c207/s_nCzuFLTDw.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><img src=\"https://pp.vk.me/c631625/v631625550/4302b/l8PDBqsjsG0.jpg\" width=\"1280\" height=\"853\"/><br>\nI'm crazy about riding a bike. What is more cycling is becoming more & more popular very fast in our country. Many people don't like riding a bike & it's very bad, because it gives you an opportunity to spend time & have fun with your friends, get to any place pretty quickly. Moreover it's ecological & very useful for muscles.</p>\n<blockquote> \u041c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u043a\u0430\u0442\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u0435\u043b\u043e\u0441\u0438\u043f\u0435\u0434\u0435. \u041e\u0442\u043c\u0435\u0447\u0443, \u0447\u0442\u043e \u0441\u0435\u0439\u0447\u0430\u0441 \u0443 \u043d\u0430\u0441 \u0442\u0430\u043a \u0436\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \"\u043e\u0432\u0435\u043b\u043e\u0441\u0438\u0440\u0435\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\" \u0441\u0442\u0440\u0430\u043d\u044b. \u041c\u043d\u043e\u0433\u0438\u0435 \u043b\u044e\u0434\u0438 \u043d\u0435 \u043b\u044e\u0431\u044f\u0442 \u0432\u0435\u043b\u043e\u0441\u0438\u043f\u0435\u0434, \u044d\u0442\u043e \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u043d\u0435 \u0445\u043e\u0440\u043e\u0448\u043e, \u0432\u0435\u0434\u044c \u0432\u0435\u043b\u043e\u0441\u0438\u043f\u0435\u0434 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432\u0435\u0441\u0435\u043b\u043e \u043f\u0440\u043e\u0432\u0435\u0441\u0442\u0438 \u0432\u0440\u0435\u043c\u044f \u0441 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438, \u0434\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f \u043a\u0443\u0434\u0430-\u0442\u043e \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u043e, \u044d\u043a\u043e\u043b\u043e\u0433\u0438\u0447\u043d\u043e \u0438 \u043f\u043e\u043b\u0435\u0437\u043d\u043e \u0434\u043b\u044f \u043c\u044b\u0448\u0446 \u0442\u0435\u043b\u0430.) </blockquote>\n<p><img src=\"https://pp.vk.me/c625222/v625222545/4921c/5GiU8amMUIU.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><img src=\"https://pp.vk.me/c633224/v633224043/27f71/IjWkZMOV6TE.jpg\" width=\"1280\" height=\"853\"/></p>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/3013d/gAjYib8-2Jw.jpg\" width=\"1200\" height=\"805\"/></p>\n<p>I'm also fond of philosophy & psychology. I suppose, everybody should know who they are. It deprives of all suffering & helps to find the meaning of life. Frankly speaking, I think that the meaning of life is when a person can create something with dignity.Steve Jobs said \" We're here to make a dent in the Universe. Otherwise why else even be here?\" Besides, our ancestors said in the same way many times. Even Jesus Christ said about this. Gospel: \u00abLikewise, every good tree bears good fruit, but a bad tree bears bad fruit\u00bb (Matt. 7:17). \" Thus, by their fruit you will recognize them.\" (Matt. 7:20). My meaning of life is to become \"a good tree\", help my family & other people wherever possible. Let's become \"a good forest\" together?</p>\n<blockquote> \u041c\u043d\u0435 \u0442\u0430\u043a \u0436\u0435 \u0432\u0435\u0441\u044c\u043c\u0430 \u043f\u043e\u043b\u044e\u0431\u0438\u043b\u0430\u0441\u044c \u0444\u0438\u043b\u043e\u0441\u043e\u0444\u0438\u044f \u0438 \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u044f. \u041f\u043e\u043b\u0430\u0433\u0430\u044e, \u0447\u0442\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0443 \u043e\u0447\u0435\u043d\u044c \u0441\u0442\u043e\u0438\u0442 \u0441\u0435\u0431\u044f \u043f\u043e\u0437\u043d\u0430\u0432\u0430\u0442\u044c, \u043f\u043e\u0437\u043d\u0430\u043d\u0438\u0435 \u0441\u0435\u0431\u044f \u043b\u0438\u0448\u0438\u0442 \u0435\u0433\u043e \u043d\u0435\u043d\u0443\u0436\u043d\u044b\u0445 \u0441\u0442\u0440\u0430\u0434\u0430\u043d\u0438\u0439, \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u0439\u0442\u0438 \u0441\u043c\u044b\u0441\u043b \u0436\u0438\u0437\u043d\u0438. \u0412\u043e\u043e\u0431\u0449\u0435, \u043c\u043d\u0435 \u043a\u0430\u0436\u0435\u0442\u0441\u044f \u0441\u043c\u044b\u0441\u043b \u0436\u0438\u0437\u043d\u0438 \u044d\u0442\u043e \u0442\u043e - \u0447\u0442\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043c\u043e\u0436\u0435\u0442 \u0442\u0432\u043e\u0440\u0438\u0442\u044c \u0438 \u0447\u0442\u043e \u0432 \u0432\u044b\u0441\u0448\u0435\u0439 \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u0434\u043e\u0441\u0442\u043e\u0439\u043d\u043e \u0442\u0432\u043e\u0440\u0438\u0442\u044c\u0441\u044f \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u043e\u043c. \u0421\u0442\u0438\u0432 \u0414\u0436\u043e\u0431\u0441 \u0433\u043e\u0432\u043e\u0440\u0438\u043b: \"\u041c\u044b \u0432 \u044d\u0442\u043e\u043c \u043c\u0438\u0440\u0435 \u0447\u0442\u043e\u0431\u044b \u0432\u043d\u0435\u0441\u0442\u0438 \u0432 \u043d\u0435\u0433\u043e \u0441\u0432\u043e\u0439 \u0432\u043a\u043b\u0430\u0434, \u0438\u043d\u0430\u0447\u0435 \u0437\u0430\u0447\u0435\u043c \u043c\u044b \u0437\u0434\u0435\u0441\u044c?\" \u0415\u0449\u0435 \u043f\u0440\u0435\u0434\u043a\u0438 \u0434\u043e \u043d\u0435\u0433\u043e \u044d\u0442\u043e \u043c\u043d\u043e\u0433\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u0433\u043e\u0432\u043e\u0440\u0438\u043b\u0438. \u0414\u0430\u0436\u0435 \u0418\u0438\u0441\u0443\u0441 \u0425\u0440\u0438\u0441\u0442\u043e\u0441 \u044d\u0442\u043e \u0441\u043a\u0430\u0437\u0430\u043b - \u0415\u0432\u0430\u043d\u0433\u0435\u043b\u0438\u0435: \u00ab\u0422\u0430\u043a \u0432\u0441\u044f\u043a\u043e\u0435 \u0434\u0435\u0440\u0435\u0432\u043e \u0434\u043e\u0431\u0440\u043e\u0435 \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u0442 \u0438 \u043f\u043b\u043e\u0434\u044b \u0434\u043e\u0431\u0440\u044b\u0435, \u0430 \u0445\u0443\u0434\u043e\u0435 \u0434\u0435\u0440\u0435\u0432\u043e \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u0442 \u0438 \u043f\u043b\u043e\u0434\u044b \u0445\u0443\u0434\u044b\u0435\u00bb \u041e\u0442 \u041c\u0430\u0442\u0444. 7:17<br>\n\"\u0418\u0422\u0410\u041a \u041f\u041e \u041f\u041b\u041e\u0414\u0410\u041c \u0418\u0425 \u0423\u0417\u041d\u0410\u0415\u0422\u0415 \u0418\u0425\" (\u043e\u0442 \u041c\u0430\u0442\u0444. 7:20). \u041c\u043e\u0439 \u0441\u043c\u044b\u0441\u043b \u0436\u0438\u0437\u043d\u0438 - \u044d\u0442\u043e \u0441\u0442\u0430\u0442\u044c \"\u0434\u043e\u0431\u0440\u044b\u043c \u0434\u0435\u0440\u0435\u0432\u043e\u043c\", \u043f\u043e\u043c\u043e\u0447\u044c \u043c\u043e\u0435\u0439 \u0441\u0435\u043c\u044c\u0435, \u0438 \u0434\u0440\u0443\u0433\u0438\u043c \u043b\u044e\u0434\u044f\u043c \u043f\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438. \u0414\u0430\u0432\u0430\u0439\u0442\u0435 \u0432\u043c\u0435\u0441\u0442\u0435 \u0441\u0442\u0430\u043d\u0435\u043c \"\u0434\u043e\u0431\u0440\u044b\u043c \u043b\u0435\u0441\u043e\u043c\"?</blockquote>\n<p><br>\nSometimes I like taking photos. Probably someone doesn't like my photos, but I admire to contemplate them with the admiration of my soul. They often seem to me so wonderful & great, but on the other hand sometimes they appear awful to me. Maybe it's only my autosuggestion or perfectionism.)</p>\n<blockquote> \u0418\u043d\u043e\u0433\u0434\u0430 \u044f \u043b\u044e\u0431\u043b\u044e \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u043e\u0432\u0430\u0442\u044c, \u043d\u0430\u0432\u0435\u0440\u043d\u043e\u0435 \u043a\u043e\u043c\u0443-\u0442\u043e \u043d\u0435 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u044c\u0441\u044f, \u043d\u043e \u044f \u043b\u044e\u0431\u043b\u044e \u0441\u043e\u0437\u0435\u0440\u0446\u0430\u0442\u044c \u0434\u0443\u0448\u043e\u0439 \u044d\u0442\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u043e\u043d\u0438 \u0447\u0430\u0441\u0442\u043e \u043c\u043d\u0435 \u043a\u0430\u0436\u0443\u0442\u0441\u044f \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u043c\u0438, \u0430 \u0438\u043d\u043e\u0433\u0434\u0430 \u0438 \u043e\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438, \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u044d\u0442\u043e \u0441\u0430\u043c\u043e\u0432\u043d\u0443\u0448\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u043f\u0435\u0440\u0444\u0435\u043a\u0446\u0438\u043e\u043d\u0438\u0437\u043c?) </blockquote>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c631831/v631831638/3bbb2/vu2qOOcVArA.jpg\" width=\"720\" height=\"1080\"/></p>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c636824/v636824638/218ef/cd_A9E1HSjo.jpg\" width=\"1280\" height=\"960\"/><br>\n<img src=\"https://pp.vk.me/c626829/v626829638/3016d/NrLoMkQ6VgQ.jpg\" width=\"810\" height=\"1080\"/></p>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/30181/12amnPV_h50.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c2d9/sFxqNBKjH5g.jpg\" width=\"1280\" height=\"960\"/></p>\n<p>Sometimes I have an opportunity to travel abroad. Rome is a place, which I can recommend to visit. Its grace & greatness are incredible, because it was touched by hands of the greatest creators of all time.<br>\nProbably, I'll describe my impression in a separate publication.Moreover, I recommend visiting Montenegro to someone who adores picturesque views. I can assure that the sight from the serpentine and the river there never leaves anyone indifferent. What is more, the price is affordable.</p>\n<blockquote> \u0418\u043d\u043e\u0433\u0434\u0430 \u0443 \u043c\u0435\u043d\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c. \u0420\u0438\u043c - \u0442\u043e \u043c\u0435\u0441\u0442\u043e \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u044f \u0432\u0430\u043c \u043e\u0447\u0435\u043d\u044c \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u044e \u043f\u043e\u043f\u0430\u0441\u0442\u044c, \u0433\u0440\u0430\u0446\u0438\u044f \u0438 \u0432\u0435\u043b\u0438\u0447\u0438\u0435 \u0435\u0433\u043e \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u044b, \u0432\u0435\u0434\u044c \u043a \u043d\u0435\u043c\u0443 \u043f\u0440\u0438\u043a\u043e\u0441\u043d\u0443\u043b\u0430\u0441\u044c \u0440\u0443\u043a\u0438 \u0441\u0430\u043c\u044b\u0445 \u0433\u0435\u043d\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0442\u0432\u043e\u0440\u0446\u043e\u0432 \u043d\u0430\u0448\u0435\u0439 \u044d\u0440\u044b \u0438 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u044f \u043e\u043f\u0438\u0448\u0443 \u0441\u0432\u043e\u0438 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f \u043e \u043d\u0435\u043c \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0435\u0439.) \u0422\u0430\u043a \u0436\u0435 \u0435\u0449\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u044e \u0434\u043b\u044f \u0442\u0435\u0445 \u043a\u0442\u043e \u043b\u044e\u0431\u0438\u0442 \u0436\u0438\u0432\u043e\u043f\u0438\u0441\u043d\u044b\u0435 \u0432\u0438\u0434\u044b \u0438 \u0441\u043a\u0430\u0437\u043e\u0447\u043d\u044b\u0435 \u043c\u043e\u0440\u044f \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u044c \u041c\u043e\u043d\u0442\u0435\u043d\u0435\u0433\u0440\u043e. \u0423\u0432\u0435\u0440\u044f\u044e \u0442\u043e, \u0447\u0442\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c\u0441\u044f \u0432\u0437\u043e\u0440\u0443 \u0441 \u0442\u0430\u043c\u043e\u0448\u043d\u0438\u0445 \u0441\u0435\u0440\u043f\u0430\u043d\u0442\u0438\u043d\u043e\u0432 \u0438 \u0440\u0435\u043a\u0438 \"\u043d\u0435 \u043e\u0441\u0442\u0430\u0432\u044f\u0442 \u0440\u0430\u0432\u043d\u043e\u0434\u0443\u0448\u043d\u044b\u043c\u0438 \u043d\u0438\u043a\u043e\u0433\u043e\"! \u0418 \u043f\u043e \u0434\u0435\u043d\u044c\u0433\u0430\u043c \u044d\u0442\u043e \u0432\u0441\u0435 \u0432\u043f\u043e\u043b\u043d\u0435 \u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u043d\u043e. </blockquote>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/30146/irKAVpb2bDU.jpg\" width=\"1280\" height=\"853\"/></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c2ed/xoBO50Ry_u0.jpg\" width=\"1280\" height=\"853\"/></p>\n<p><br>\nIn addition, I want to prove myself in the role of Troubleshooter (This person can solve any narrowly focused promlems with minimum cost expenses & maximum efficiency). Write to my Skype \"rampage-rain\" on these issues.</p>\n<blockquote>\u0422\u0430\u043a \u0436\u0435 \u0445\u043e\u0447\u0443 \u0438\u0441\u043f\u044b\u0442\u0430\u0442\u044c \u0441\u0435\u0431\u044f \u0432 \u0440\u043e\u043b\u0438 Troubleshoter'a( \u0442\u043e\u0442, \u043a\u0442\u043e \u0440\u0435\u0448\u0430\u0435\u0442 \u043b\u044e\u0431\u0443\u044e, \u043d\u0435 \u0443\u0437\u043a\u043e\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0441 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u0432\u0441\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u043c\u0438 \u0437\u0430\u0442\u0440\u0430\u0442\u0430\u043c\u0438 \u0438 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c\u044e) \u041f\u043e \u044d\u0442\u0438\u043c \u0432\u043e\u043f\u0440\u043e\u0441\u0430\u043c \u043f\u0438\u0448\u0438\u0442\u0435 \u0432 \u0441\u043a\u0430\u0439\u043f rampage-rain </blockquote>\n<p><br>\nOh, I forgot to tell you that I have a dog named Sonia. She is the most \"tender\" Staffordshire terrier I know. By the way she has a sign \"Nike\" on her neck, therefore sometimes we call her \"Sonia-Nike\". </p>\n<blockquote> \u0410, \u0437\u0430\u0431\u044b\u043b \u0435\u0449\u0435 \u0441\u043a\u0430\u0437\u0430\u0442\u044c, \u0443 \u043c\u0435\u043d\u044f \u0435\u0441\u0442\u044c \u0441\u043e\u0431\u0430\u043a\u0430 \u043f\u043e \u043a\u043b\u0438\u0447\u043a\u0435 \u0421\u043e\u043d\u044f, \u0441\u0430\u043c\u044b\u0439 \u201c\u043d\u0435\u0436\u043d\u044b\u0439\u201d \u0441\u0442\u0430\u0444\u0444\u043e\u0440\u0434\u0448\u0438\u0440\u0441\u043a\u0438\u0439 \u0442\u0435\u0440\u044c\u0435\u0440 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u044f \u0437\u043d\u0430\u044e, \u043b\u044e\u0431\u043b\u044e \u0435\u0435:) \u0423 \u043d\u0435\u0435 \u043a\u0441\u0442\u0430\u0442\u0438 \u043d\u0435 \u0448\u0435\u0435 \u0437\u043d\u0430\u043a \u041d\u0430\u0439\u043a\u0430, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043c\u044b \u0438\u043d\u043e\u0433\u0434\u0430 \u0437\u043e\u0432\u0435\u043c \u0435\u0435 \u0421\u043e\u043d\u044f-\u041d\u0430\u0439\u043a) </blockquote>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/3019f/FrAkgckzdCY.jpg\" width=\"810\" height=\"1080\"/><img src=\"https://pp.vk.me/c626829/v626829638/301a9/hTBTW--nd7Y.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><br></p>\n<p>And that is her friend Odin. (He asked me to hold him, while he was dancing).)))</p>\n<blockquote> \u0410 \u0432\u043e\u0442 \u0435\u0435 \u0434\u0440\u0443\u0433 - \u041e\u0434\u0438\u043d. \u041f\u043e\u043f\u0440\u043e\u0441\u0438\u043b \u043c\u0435\u043d\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0435\u0433\u043e, \u043f\u043e\u043a\u0430 \u043e\u043d \u0441\u0442\u0430\u043d\u0446\u0443\u0435\u0442)))) </blockquote>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/30195/2emLq1aFoqE.jpg\" width=\"1280\" height=\"960\"/><br>\nGenerally, I've told you a little bit about myself. Hope you enjoyed it.<br>\nStandard finish: sign up on my blog. I'll try to interest, please and maybe educate or even enlighten you (because each of us doesn't know anything useful). However, if you are much happier not to be signed up - don't sign up. Ofcourse, I try to write only positive things :)<br>\nSo, love each other & be happy. I wish you all the best!</p>\n<blockquote> \u0412 \u043e\u0431\u0449\u0435\u043c, \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u043b \u044f \u0432\u0430\u043c \u0447\u0443\u0442\u044c-\u0447\u0443\u0442\u044c \u043e \u0441\u0435\u0431\u0435, \u043d\u0430\u0434\u0435\u044e\u0441\u044c \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u043e\u0441\u044c.) \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043a\u043e\u043d\u0435\u0446: \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0430 \u043c\u043e\u0439 \u0431\u043b\u043e\u0433, \u0431\u0443\u0434\u0443 \u0441\u0442\u0430\u0440\u0430\u0442\u044c\u0441\u044f \u0432\u0430\u0441 \u0447\u0435\u043c-\u043d\u0438\u0431\u0443\u0434\u044c \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043e\u0432\u0430\u0442\u044c, \u043f\u043e\u0440\u0430\u0434\u043e\u0432\u0430\u0442\u044c, \u043c\u043e\u0436\u0435\u0442 \u0438 \u043f\u0440\u043e\u0441\u0432\u0435\u0442\u0438\u0442\u044c(\u0432\u0435\u0434\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u0438\u0437 \u043d\u0430\u0441 \u0447\u0435\u0433\u043e-\u0442\u043e \u043d\u0435 \u0437\u043d\u0430\u0435\u0442 \u043f\u043e\u043b\u0435\u0437\u043d\u043e\u0433\u043e). \u0412 \u043f\u0440\u043e\u0447\u0435\u043c, \u0435\u0441\u043b\u0438 \u0432\u044b \u0431\u0443\u0434\u0438\u0442\u0435 \u0441\u0447\u0430\u0441\u0442\u043b\u0438\u0432\u0435\u0435, \u0435\u0441\u043b\u0438 \u043d\u0435 \u043f\u043e\u0434\u043f\u0438\u0448\u0438\u0442\u0435\u0441\u044c - \u043d\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u0439\u0442\u0435\u0441\u044c!) \u041d\u043e \u044f \u0432\u0440\u043e\u0434\u0435 \u043a\u0430\u043a \u0441\u0442\u0430\u0440\u0430\u044e\u0441\u044c \u043f\u0438\u0441\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0445\u043e\u0440\u043e\u0448\u0435\u0435.) \u0412 \u043e\u0431\u0449\u0435\u043c , \u043b\u044e\u0431\u0438\u0442\u0435 \u0434\u0440\u0443\u0433 \u0434\u0440\u0443\u0433\u0430, \u0431\u0443\u0434\u044c\u0442\u0435 \u0441\u0447\u0430\u0441\u0442\u043b\u0438\u0432\u044b \u0438 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0438\u043b\u0443\u0447\u0448\u0435\u0433\u043e! </blockquote>\n<p>https://vk.com/alex_kalinkov</p>\n</html>", + "body_length": 10629, + "cashout_time": "2016-09-16T15:40:50", + "category": "introducemyself", + "children": 11, + "created": "2016-09-15T12:58:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"introducemyself\",\"life\",\"philosophy\",\"ru\",\"news\"],\"image\":[\"https:\\/\\/pp.vk.me\\/c626829\\/v626829638\\/301ca\\/Ck8ewU0KYMw.jpg\",\"https:\\/\\/pp.vk.me\\/c604821\\/v604821638\\/c2d0\\/peWOQtNJiPQ.jpg\",\"https:\\/\\/pp.vk.me\\/c604821\\/v604821638\\/c1ed\\/pYJGasVtoJ8.jpg\",\"https:\\/\\/pp.vk.me\\/c604821\\/v604821638\\/c1cf\\/FasVbVBxno0.jpg\",\"https:\\/\\/pp.vk.me\\/c604821\\/v604821638\\/c211\\/qj0Zk-nLSRg.jpg\",\"https:\\/\\/pp.vk.me\\/c604821\\/v604821638\\/c207\\/s_nCzuFLTDw.jpg\",\"https:\\/\\/pp.vk.me\\/c631625\\/v631625550\\/4302b\\/l8PDBqsjsG0.jpg\",\"https:\\/\\/pp.vk.me\\/c625222\\/v625222545\\/4921c\\/5GiU8amMUIU.jpg\",\"https:\\/\\/pp.vk.me\\/c633224\\/v633224043\\/27f71\\/IjWkZMOV6TE.jpg\",\"https:\\/\\/pp.vk.me\\/c626829\\/v626829638\\/3013d\\/gAjYib8-2Jw.jpg\",\"https:\\/\\/pp.vk.me\\/c631831\\/v631831638\\/3bbb2\\/vu2qOOcVArA.jpg\",\"https:\\/\\/pp.vk.me\\/c636824\\/v636824638\\/218ef\\/cd_A9E1HSjo.jpg\",\"https:\\/\\/pp.vk.me\\/c626829\\/v626829638\\/3016d\\/NrLoMkQ6VgQ.jpg\",\"https:\\/\\/pp.vk.me\\/c626829\\/v626829638\\/30181\\/12amnPV_h50.jpg\",\"https:\\/\\/pp.vk.me\\/c604821\\/v604821638\\/c2d9\\/sFxqNBKjH5g.jpg\",\"https:\\/\\/pp.vk.me\\/c626829\\/v626829638\\/30146\\/irKAVpb2bDU.jpg\",\"https:\\/\\/pp.vk.me\\/c604821\\/v604821638\\/c2ed\\/xoBO50Ry_u0.jpg\",\"https:\\/\\/pp.vk.me\\/c626829\\/v626829638\\/3019f\\/FrAkgckzdCY.jpg\",\"https:\\/\\/pp.vk.me\\/c626829\\/v626829638\\/301a9\\/hTBTW--nd7Y.jpg\",\"https:\\/\\/pp.vk.me\\/c626829\\/v626829638\\/30195\\/2emLq1aFoqE.jpg\"],\"links\":[\"https:\\/\\/vk.com\\/alex_kalinkov\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:08:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 339525014472, + "parent_author": "", + "parent_permlink": "introducemyself", + "pending_payout_value": "0.081 HBD", + "percent_steem_dollars": 10000, + "permlink": "hello-steemers-about-me-for-you-privet-stimery-obo-mne-dlya-vas", + "post_id": 957442, + "promoted": "0.100 HBD", + "replies": [], + "root_title": "Hello Steemers! About Me for you!) \u041f\u0440\u0438\u0432\u0435\u0442 \u0421\u0442\u0438\u043c\u0435\u0440\u044b! \u041e\u0431\u043e \u043c\u043d\u0435 \u0434\u043b\u044f \u0432\u0430\u0441!)", + "title": "Hello Steemers! About Me for you!) \u041f\u0440\u0438\u0432\u0435\u0442 \u0421\u0442\u0438\u043c\u0435\u0440\u044b! \u041e\u0431\u043e \u043c\u043d\u0435 \u0434\u043b\u044f \u0432\u0430\u0441!)", + "total_payout_value": "0.000 HBD", + "url": "/introducemyself/@alighti/hello-steemers-about-me-for-you-privet-stimery-obo-mne-dlya-vas" + }, + "blend/this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast": { + "active_votes": [ + { + "percent": "3300", + "reputation": 0, + "rshares": "9154157904", + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313697862", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061245798", + "voter": "murh" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": "17363559370", + "voter": "venuspcs" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": "2676544913", + "voter": "getssidetracked" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": "538742524", + "voter": "trees" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": "73942403", + "voter": "strawhat" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": "259284415", + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1644947927", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6168588588", + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7475701368", + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5950976762", + "voter": "trev" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": "52653071010", + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1871969417", + "voter": "bapparabi" + }, + { + "percent": "9000", + "reputation": 0, + "rshares": "4233740909", + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "201545534", + "voter": "blend" + } + ], + "author": "blend", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<h3>There are now more billionaires on earth than ever before \u2014 2,473 of them, according to wealth information and insight firm <a href=\"http://wealthx.com/\">Wealth-X</a>, which released its annual <a href=\"http://www.billionairecensus.com/\">Billionaire Census</a> Monday. As part of its report, Wealth-X analysed the Earth\u2019s growing billionaire population geographically, breaking down the regions that have seen the most growth in new billionaires and their fortunes.The majority of billionaires have traditionally hailed from parts of the world with advanced Western economies \u2014 Europe and North America have 806 and 628, respectively. North America\u2019s group is the wealthiest with a combined net worth of $2.56 trillion, while Europe\u2019s billionaires are worth $2.33 trillion.But Asia is minting more new mega-fortunes than any other part of the world. The region overtook North America by adding 85 new billionaires last year, bringing its total to 645. The combined wealth of Asia\u2019s ultra-rich now stands at $1.69 trillion.Check out the rest of Wealth-X billionaire map below: </h3>\n<p><img src=\"http://static.businessinsider.com/image/57a887b0ce38f234008b53e5-1200/image.jpg\" width=\"1200\" height=\"815\"/></p>\n</html>\nsource>.businessinsider.com.au/parts-of-the-world-with-the-most-billionaires-2016-8", + "body_length": 1315, + "cashout_time": "2016-09-16T17:24:57", + "category": "life", + "children": 1, + "created": "2016-09-15T17:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"news\",\"monye\"],\"image\":[\"http:\\/\\/static.businessinsider.com\\/image\\/57a887b0ce38f234008b53e5-1200\\/image.jpg\"],\"links\":[\"http:\\/\\/wealthx.com\\/\",\"http:\\/\\/www.billionairecensus.com\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:11:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 111641716704, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.025 HBD", + "percent_steem_dollars": 10000, + "permlink": "this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast", + "post_id": 959655, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This graphic lays out the parts of the world with the most billionaires -- and Asia is climbing fast", + "title": "This graphic lays out the parts of the world with the most billionaires -- and Asia is climbing fast", + "total_payout_value": "0.000 HBD", + "url": "/life/@blend/this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast" + }, + "cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "231802954489", + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "10522586872847", + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "73217538070", + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "244108149059", + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "670049917531", + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "1626308437023", + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "1918300201241", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2205695978693", + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "168108427341", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29168888535", + "voter": "thedarkestplum" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061212429", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "265294586134", + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30630058386", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34006935927", + "voter": "tobixen" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "4209499465", + "voter": "karen13" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "204615626363", + "voter": "jl777" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "17267159012", + "voter": "proto" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "8734048037", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10261652613", + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1573489537", + "voter": "cehuneke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100123561", + "voter": "rusla" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "63934747666", + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134258548", + "voter": "crimson" + } + ], + "author": "cehuneke", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>For anyone who may have missed it, <a href=\"http://archinte.jamanetwork.com/article.aspx?articleid=2548255\"><em>JAMA</em> (<em>The Journal of the American Medical Association</em>) released a damning report</a> uncovering the blatant manipulation of industry-funded scientific research to benefit a trade group\u2019s agenda. Specifically in this case, the Sugar Research Foundation (SRF), now known as the <a href=\"https://www.sugar.org/\">Sugar Association</a>, bribed three Harvard scientists to shape the conclusion of a landmark <a href=\"http://www.ncbi.nlm.nih.gov/pubmed/5339699 \">1967 study published in the <em>New England Journal of Medicine</em> (<em>NEJM)</em></a><em> </em>that identified dietary fats (vs. carbohydrates/sugar) as the main culprit of coronary heart disease (CHD). </p>\n<p><img src=\"https://lh3.googleusercontent.com/SRLvIuaHAd7bTIvua168avVrlYwxFtZhYf_JDnVQvI3ZGLu4tecyDl8GIVD9Y2Y7XYhETQu5t8csbm6HW7OsAYWGLkZeKt8mP8Mkh9OMP7htUJmhajEaNQpf-dZE6PKPRsjVM-WEInBrsooxjmBT937Gp_CwVmBJ1O4-QsSdyBaNGDbPJB0MgPyHY5VfQ_J1kqOFOrk71jOcn0XNdXRJauwkn7gCRd9LezaWOCGZRlYKijGDFQJWfcYMAorBd7mB4-bfVzYCTEnpMHrx0Lz_urcfJccFZh98Giffei16H0HRby-f3aIouhykuFcg3nBfd0cqLlmI8bZ5UtMjs9-R_LeGkCWGP4tlhKYLvywfozgYObmBUskP41rB3FDKGJThQnKveOx7VH-HBYNcqtXNwOlCePd4DtTH2bSiMKlozmAxBlhVzYtNskj8MN1A839Q_Af-rDd37I93wqk6D1PG-M94eE42mie3sR-BtgUVfnrClUes5EXRLG7XbF1aOnR8w6eTkJSZx8GxuwCsueO8k1sJbfOr83PyekiPf1NRxaSds_7fg_sltnVagzkNtWAMNpBerlBl81G0gcuhrwDfQCGOJm1tV11HCiuxL1PqqhJO3_Wl=w840-h560-no\"/></p>\n<p>This is no conspiracy theory. The authors unearthed documents, reports, and written correspondence that explicitly outlined the goals of the agreement (minimizing sugar's role in CHD and squarely placing blame on fats - total fat, saturated fat, and dietary cholesterol) and the monetary rewards the researchers received (the total sum equivalent of a mere $50,000 in today\u2019s dollars) for their unethical work. </p>\n<p><br></p>\n<p><img src=\"https://lh3.googleusercontent.com/dfMQf7FG5O1f8yTva1OkYfHnYWIP1YNtHbB0Y3WRO9ky6uwTTFFU3CUfPEK2XDSrFQVLkzmIjqesIJbJCn6FRlL_n9-1DSiPZtsIj0pTadJMmcmjM2Mrv508i0DHn7WNLWSrAkZ1ngerVubECe03U7LnbbzQpbWHvASwO4JgsUFut3QqCOVZ90XvGYFv1ssoSmqpLKELqkouelnaeWnyfR3zH2483nxpBqd5GPnpVkE7AhHT02pR7finJLBW697G9R3-1qFRCfq6slXBU36iKMOR0QaKL4_fEHhKGK6etL6AObEclRrlGaW34vP5d_1M8312qFhIjilV6Y1C_JAh3YVWVHB7wAUUb_eNz7sRnHjJJeQpQ2oxM2cndNVxACCb_iapI5E_FHynon8cTUJsMTvPhHC5zBaXP7-LsJ0BfPSyr1mt7IckWgk81YX0MhzXm6tft2B2tsyyNcl0URH3VZAvwlq90BJXRRmp4b9OzjJjdk2GyGG35myOFzOhtJm24JUK-hD5dbvbAl3mYo3B1GAIegKdDse_olxHEvnqsbvjTEedEGNjV47FN_JcdxsDrhVhTLTk_8QdvwREzTVeYNPt1kMdjfCvtEXE0UVbsuZe2EB2=w840-h560-no\"/></p>\n<h2>Background: </h2>\n<p>During the 1950s and '60s, the spike in heart disease among Americans spurred research to identify the cause, and two competing camps of evidence began to emerge: namely carbohydrates/sugars spearheaded by Dr. John Yudkin and dietary fats/cholesterol led by Ancel Keys, with his infamous \u201cSeven Countries\u201d study that eventually popularized the \u201cMediterranean Diet\u201d (dissecting Keys\u2019 flawed methodology, intentional destruction of Yudkin\u2019s reputation, and influence in developing national nutrition recommendations warrants its own article, however I am a proponent of the eating principals associated with this style of eating). </p>\n<p>Executives at the SRF were paying attention, and one such individual, John Hickson, took initiative. He hired the researchers to design a review study (including hand-picking which studies to include) with a favorable outcome for the sugar industry by deflecting the work of Yudkin, et al., and specifically positioning fat as the malicious macronutrient. The conclusions of the study were widely accepted (it may have helped that financial disclosures were not required with the <em>NEJM </em>until the 1980s) and the rest, as they say, is history. </p>\n<p><img src=\"https://lh3.googleusercontent.com/18Y2YNc9A6taEQNHGyoyj8WxYyTPz-rZRj3UcYy3s8_PCYskzWgympcfbu2suA3wTXtnpDYgP5rwDksNxvg8NVFNoJTiwGTW8C9X0diIG9Y2y_eiEnOP7eBVzFv4p7837ZvoknfRS8MZzUnPNK-Wr6lR9Wp7Hc8NoT5jfTm9Alt-qwD_2JSg-Eg2jOFoA0v7LKz9Zm2frdx-uwRWRca2zPr-SY1mfx6ChkOkJMlOIM22l4cuku8nonwI3_Ppwj1AyyoF90kwrA05kpFMVmV0t6TdUrluPjNJckT7isFJqWbzk_pW4gDNtDJpKVHV9fOleiHavpyPQJBFu4VpUaoRzoAD3bywiKIL2I3v16LN-q5rF1n6_t3-GcraVo36qfo8HDjUjsYcKvbIeppOtyW4EE0SsEFQOXzk_KuNuIw3csgASoLicsBDQzkESfNP5i_0EolwI7xoh33Ar7v5UPEHV78hrLGFyVDmp90uelt5Bgxw_rdOcWHMU1d-o6ZtGRdn_aJCzXwz6PqtPm8Ew9UdYVUfoHHlY58vIH3bktk-Ig_AaBRA6104Z6lyTKfOZ2tvf_7knupdIFdF3qGfGaZS02QaWV_yF8p3YHxtXL-asxLAaAht=w840-h305-no\"/></p>\n<p>Perhaps lending to the study\u2019s credence was simply that it was published in the highly respected <em>New England Journal of Medicine</em>. It\u2019s rather time consuming to read through studies and perform your own analysis of the design, methodology, conclusion of outcomes, and implications (and that\u2019s assuming all the data and results are included). As such, many (I admit, myself included) use the integrity of the publishing journal as a barometer for the integrity of the study, a shortcut that can clearly fail. </p>\n<p>What\u2019s more alarming is that the findings of this study, and the researchers involved, went on to shape the country\u2019s<em> Dietary Guidelines for Americans</em>. And make no mistake about the connection, as one of the three scientists involved in the original scandal (Dr. Hegsted) rose to become the head of nutrition at the USDA. During his tenure he helped draft the 1977 precursor to the (first) <a href=\"https://health.gov/dietaryguidelines/1980thin.pdf?_ga=1.212865940.1090385594.1473851239\">1980 <em>Dietary Guidelines for Americans</em></a>. </p>\n<p><img src=\"https://lh3.googleusercontent.com/KipUs-yIEAGdkbe0XVt5mSR_UK14aOsqY9Xh6WSoGeHn0e5BPGks4CcicVenVd3SXI6lK1C8d9vl9ySCKTwtZBvSp2EL1XivlQP-fyQGNoWi0kjrbmVJLVmpGliyWF4jH-aDtPkQ-ysMUqi7KXqBoxlGESiZONCgnnB2kwZci7Umt_bWQ4h8b4AO8NYYO26ZdrTp9_hy9QvMMQb59-c3a7nA4ARN-FTCZu_P2uA8wYFF-3PoIqPtKl5ZgJMnGiVvFeqMAkmL98aaYRQQEFsf1ZWmUhQr1MAshRL_US2BVeCIUZzDTxS0uPulRs8hpvsF6EXxe_Mh7Re75htAzq4mZba17OU4DOdxQ4M_7krs971LQBsBrgxI8PFtehfU97XtjgwVWrgCRAWq5lFH5SWum2KLDqp75d2mi3b2iSRkidKYyZrpv9NAZoPJPtD3eQpLXtx2j02TWS61RF5TBwyXx4tDL5cjddZrre3EZeQYMH7ci9kSM2iI0g_4zoHV3Skken-2XNad0sittbqyvhd-XeclAIZQXoQ6jIdgG6beVJoTfrkUl3CAQsp2d--UmDO36wrOERzltTxcEwjbEPK8AHppBVHIWphj7OAi0vta51qI9of5=w840-h770-no\"/></p>\n<p>At first glance, you may not see what all the fuss is about; after all \u201cAvoid Too Much Sugar\u201d is listed there as #5. But scroll down and you\u2019ll see that sugar\u2019s sole accountability is its contributions to tooth decay and dental caries. </p>\n<p>As such, the questionable practices and information disseminated extended far beyond a single study published in a reputable journal; it became the official party line of the United States government\u2019s public health recommendations. Think about all this for a moment. $50,000, split three ways, and that\u2019s all the sugar industry had to pay to alter the course of nutrition research and recommendations for more than five decades (well, that\u2019s assuming the SRF only partook in this singular event of bribery).</p>\n<p>Furthermore, this perpetuated idea that increased total fat, saturated fat, and dietary cholesterol intake leads to increased harmful blood lipids (not the full story by any stretch, see below for one such example) which leads to an increased incidence of cardiovascular disease, scared everyone out of eating even healthy fats which provide an abundance of vital nutrients (think omega-3 fatty acids, for one). This fueled the low-fat craze of the 1980s and 1990s (SnackWells, anyone?), and thus the inevitable shift towards increased consumption of refined carbohydrates (because when you reduce intake of one nutrient/food group, you replace it with another). And we all know where that got us. </p>\n<p><img src=\"https://lh3.googleusercontent.com/nsA__2EHkJut-9CxJ_SQ0IUq5dsZkWi9_wMbjuuzXh4pfioOAkQuYCOU4BBO-98dFgPs-SqNxcTHq4IdKm3Zn0kxLusn081St8bs7hQMUWAHTrJVW9Hl7YItNbtxToRl9DKQ6AhO854Uu1PypTWYQxWWixBRwzWSsUl8Pfq1TDJTy3x5iEOOjSbD1NTBDs9t7ueK-67_WVylt_YTo4-YivrrDQOkP6Km2CC8AlfYW5MF-h0dHX7uwrVl4Yye1fX72pg7Y_HX678jDU8eLK1MZTZ_8_-QnkiEOxoUNJKb3WgvQPeHW237Mvbh3WPODnUcgv43A42ft2qGWuNeIbu0RuBQ-DuPtx6mgcnnkMUvzNDqaCZuwJfSe6navuk4unAFQWlp-PkVu3kuH9f5lZ1jIVf3GBC2SVXbQFu0vjD3DId3voijfq9gHhkn7w15JaQwb7i8_sMUL1ULqyQXHiAT9fUvA-VmskV_q81gTm0t62kACcAM8vfIhC9Fk6SwrjyLR4fLDOeWijnUcW-mpIvAMYi66C-7aBUalHDKhfaU5sMxo88u54UIO9kYKBsothjeWvfVF9p4xmYEtTDPkChhUertSRjMAJFa4h7HgCNMbZd3US5G=w840-h385-no\"/></p>\n<h2>Implications of Shady Research:</h2>\n<p>It'd be unfair to assume the SRF/Sugar Association is the only trade group that participates in this kind of controversial activity. Industry-funded research is nothing new (and I'm not saying it's all bad, we need major funding to advance science, but we need to be judicious in parsing out the results and conclusions). Neither are the conflicted interests generated by the revolving door of executives heading mega corporations (think Big Ag and Pharma) and regulatory governmental agencies (e.g., FDA, USDA, EPA). But what\u2019s so remarkable about this report is the black and white evidence of corruption. </p>\n<p>This gross misconduct is akin to \u201cDr.\u201d Andrew Wakefield\u2019s 1998 <em>Lancet</em> study which fraudulently (per the word choice of the <a href=\"http://www.bmj.com/content/342/bmj.c7452.full\"><em>BMJ</em>'s editorial</a> exposing the scandal) concluded a link between the measles, mumps, rubella (MMR) vaccine and the increasing prevalence of autism and bowel disease. In this case he reportedly falsified data to achieve his intended outcome. Thankfully Wakefield's medical license has since been revoked and his article retracted, but the longterm damages of his work continue to be felt. </p>\n<p>Wakefield's study undoubtedly was a major catalyst in the heated debate and resistance against vaccinations, ultimately <a href=\"http://www.nytimes.com/2015/02/02/us/a-discredited-vaccine-studys-continuing-impact-on-public-health.html?_r=0\">resulting in fewer vaccinations of children and a resurgence of these once-considered eradicated infectious diseases</a>. Again, the abuse of power to serve a person's or group's agenda (<a href=\"http://www.bmj.com/content/342/bmj.c5258.full\">Wakefield was reportedly set to financially gain from the vaccination scare</a>) caused millions of people pay the biggest price: their own health and the health of loved ones. </p>\n<h2>Current Research:</h2>\n<p>Over the past few years there have been more rumblings questioning the science behind limiting saturated fats and dietary cholesterol to improve heart health, most notably a <a href=\"http://annals.org/article.aspx?articleid=1846638\">2014 systematic review and meta-analysis in the <em>Annals of Internal Medicine</em></a> that concluded reduced saturated fat intake and increased polyunsaturated fat intake did not necessarily lead to reduced coronary disease incidence. This report was not without its own flaws and criticism, primarily for not acknowledging the presumed benefit of <em>replacing </em>saturated fat intake with polyunsaturated fats. </p>\n<p>And just as not all dietary fats are created equal, not all LDL cholesterol (aka \u201cbad\u201d cholesterol) is created equally. <a href=\"http://jama.jamanetwork.com/article.aspx?articleid=374290\">Research has long shown</a> the increased risk of heart attacks, decreased HDL levels (aka \u201cgood\u201d cholesterol), and increased triglyceride levels associated with the smaller, denser LDL phenotype as opposed to the larger LDL particle size. It turns out that a <a href=\"http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2943062/\">diet high in carbohydrate intake, specifically refined carbs, leads to more of the atherogenic smaller LDL particles</a>, whereas increased saturated fat intake leads to more of the benign, larger LDL particles. </p>\n<p><img src=\"https://lh3.googleusercontent.com/n0tiZ6-puILoY-Tct1cvXhxbFg_RnwlteEUbN5n8gXNrdKgskhkKO6EQiqqwyetvZpEiZPZPrA1XLCGuMo2TKqfzQ6rocqwKeR-PePZJ7PVikuCl7FCxxrBTQggoxOwZq5LIay4lYi0EADdD6qUpBiS_glYYTfnX4YsdTq1mgLCTxQoCbeMQGAl4B3_AOvlp4OVO5p9jbZUtUM7wGIsvxxkL7k5W55T6MC5BlnhX-szjRD03mZWDScpOWdJirMQaWx8ca59f6uEh4-_523uDJgH_lSNdTDFpgti-VZePAn9N79e4p6swlACwW_sXwbIAXwtxnyhI8hJDGMH4kfkoPq2vHbRSLvbXJW6KuJpCUKHEXVNCGv9wWWl3YE9JlQb0XANml5fsyXuSO_bO70qSi-jypXYomBFSmLTw5mgy1f8_Ay0S2WiE0wVOXuPimCDSjdrPFIC9lMZAbr5SdxE5dWm2TQhl62lDdb9C1oMNVaBHSOpaUKZkZNdUgkYq_B91-1vnJbx57Uja8CYtVb-tlyRV_YffPTIwKi_gqXf5JlFmgUjA2bcKzWBN4ooc-TsRW-OwCzeQYc06hG1C9bjcIbsYokwmV5G9HEjheCjpQlKnk3Z5=w840-h470-no\"/></p>\n<p>No doubt about it, nutrition science is often confusing, contradictory, and sometimes compromised. Just check out this recent <a href=\"http://www.nytimes.com/2016/08/11/upshot/were-so-confused-the-problems-with-food-and-exercise-studies.html \"><em>New York Times</em> article</a> highlighting many of the grievances I share with my industry\u2019s research. In fact, I often refer to nutrition as a \u201csoft science\u201d due to its inherent challenges in design (ethics/IRB approvals are a notable roadblock to RCTs), reliance on faulty measures of intake (e.g., Food Frequency Questionnaires), and ability to meaningfully apply the laboratory results in the real-world setting to achieve the purported benefits (how many cups of green tea can you really drink in one day?). </p>\n<h2>So where does that leave us? </h2>\n<p>As a registered dietitian, I\u2019m asked daily by friends, family, colleagues, and/or patients, what should I be eating? Clearly this is a loaded question, and not just because of the issues noted above. You also have to consider where a person\u2019s at (e.g., financially, motivation-wise) and make recommendations to improve their current situation, even in small ways, versus preach perfection. Then there\u2019s a person\u2019s medical history which may influence my response (for example, potassium-rich fruits and vegetables are generally deemed \u201chealthy\u201d for the average person, but can wreck havoc in people with chronic kidney disease). </p>\n<p><img src=\"https://lh3.googleusercontent.com/cN2dXf6TLaknm9N2i3krdi8pAqwE566gpJmO9y_sY5JljuVIzKLvy_bQAYSymvuLdNC-1CQkzfeBxx9tP-IYdBfROObfgKSTxBk-RzwRVRgjxrm6hINBdh948L0RveJE5D-BN4ao1wY0PRrAeE7P0_27Ul809v216A0Wt-WMS07xSE1_Zv7iJM9sxVtYZ6zlS0uKSCiLVEcJU942MQI-U0BO-J4PvcZ4n7kBBg28VU_L4bga03IFjI7WTTEoqMSGZZUgvvtOlL_HEkd3mDHEjGjipRLNVhbav_ivub0ROWN9I_-lqaMq3uIG-xxYlvuMko3dWDIzqUuS_XkJ-o3jvXjJuxT3cfpWBC9EOhnPe4YLxu3vpPJ18WUY7SFs1zuMgTeTAlsqFppNdGdAxqiB2QeGJgdMCu9szL17wikzZ7E49uREtyRisGw2QkVotFVSWPrxGe9W7UM0Jl7cgAVxSom5QxbVtA42ZMX5PwAoeTDZGj9fDczX51Xzc8kOut-1KCjdLJJeLuJrrj9aA3ak8vENK1tYgpn2tHc4DPJwVBAPhSdZNVEEsTqV64P6j7ZpZLDIpdV7LzNP2N2RzWG4s7Th0bw8_5EoBTlQOUPQ0TG7RovV=w840-h487-no\"/></p>\n<p>But that\u2019s going into the nitty gritty. I think the changing tide towards focusing on healthy eating patterns versus individual food/nutrient intake is imperative. It\u2019s simple, it\u2019s sound, and it\u2019s attainable. So when it comes down to it, my default answer is to defer to Michael Pollan. I think he has it just right and manages to summarize my thoughts in the fewest words possible: </p>\n<p><code><strong>\u201cEat food. Not too much. Mostly plants.\u201d </strong></code></p>\n</html>", + "body_length": 15325, + "cashout_time": "2016-09-16T15:04:02", + "category": "health", + "children": 0, + "created": "2016-09-15T11:47:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"news\",\"science\",\"nutrition\",\"life\"],\"image\":[\"https:\\/\\/lh3.googleusercontent.com\\/SRLvIuaHAd7bTIvua168avVrlYwxFtZhYf_JDnVQvI3ZGLu4tecyDl8GIVD9Y2Y7XYhETQu5t8csbm6HW7OsAYWGLkZeKt8mP8Mkh9OMP7htUJmhajEaNQpf-dZE6PKPRsjVM-WEInBrsooxjmBT937Gp_CwVmBJ1O4-QsSdyBaNGDbPJB0MgPyHY5VfQ_J1kqOFOrk71jOcn0XNdXRJauwkn7gCRd9LezaWOCGZRlYKijGDFQJWfcYMAorBd7mB4-bfVzYCTEnpMHrx0Lz_urcfJccFZh98Giffei16H0HRby-f3aIouhykuFcg3nBfd0cqLlmI8bZ5UtMjs9-R_LeGkCWGP4tlhKYLvywfozgYObmBUskP41rB3FDKGJThQnKveOx7VH-HBYNcqtXNwOlCePd4DtTH2bSiMKlozmAxBlhVzYtNskj8MN1A839Q_Af-rDd37I93wqk6D1PG-M94eE42mie3sR-BtgUVfnrClUes5EXRLG7XbF1aOnR8w6eTkJSZx8GxuwCsueO8k1sJbfOr83PyekiPf1NRxaSds_7fg_sltnVagzkNtWAMNpBerlBl81G0gcuhrwDfQCGOJm1tV11HCiuxL1PqqhJO3_Wl=w840-h560-no\",\"https:\\/\\/lh3.googleusercontent.com\\/dfMQf7FG5O1f8yTva1OkYfHnYWIP1YNtHbB0Y3WRO9ky6uwTTFFU3CUfPEK2XDSrFQVLkzmIjqesIJbJCn6FRlL_n9-1DSiPZtsIj0pTadJMmcmjM2Mrv508i0DHn7WNLWSrAkZ1ngerVubECe03U7LnbbzQpbWHvASwO4JgsUFut3QqCOVZ90XvGYFv1ssoSmqpLKELqkouelnaeWnyfR3zH2483nxpBqd5GPnpVkE7AhHT02pR7finJLBW697G9R3-1qFRCfq6slXBU36iKMOR0QaKL4_fEHhKGK6etL6AObEclRrlGaW34vP5d_1M8312qFhIjilV6Y1C_JAh3YVWVHB7wAUUb_eNz7sRnHjJJeQpQ2oxM2cndNVxACCb_iapI5E_FHynon8cTUJsMTvPhHC5zBaXP7-LsJ0BfPSyr1mt7IckWgk81YX0MhzXm6tft2B2tsyyNcl0URH3VZAvwlq90BJXRRmp4b9OzjJjdk2GyGG35myOFzOhtJm24JUK-hD5dbvbAl3mYo3B1GAIegKdDse_olxHEvnqsbvjTEedEGNjV47FN_JcdxsDrhVhTLTk_8QdvwREzTVeYNPt1kMdjfCvtEXE0UVbsuZe2EB2=w840-h560-no\",\"https:\\/\\/lh3.googleusercontent.com\\/18Y2YNc9A6taEQNHGyoyj8WxYyTPz-rZRj3UcYy3s8_PCYskzWgympcfbu2suA3wTXtnpDYgP5rwDksNxvg8NVFNoJTiwGTW8C9X0diIG9Y2y_eiEnOP7eBVzFv4p7837ZvoknfRS8MZzUnPNK-Wr6lR9Wp7Hc8NoT5jfTm9Alt-qwD_2JSg-Eg2jOFoA0v7LKz9Zm2frdx-uwRWRca2zPr-SY1mfx6ChkOkJMlOIM22l4cuku8nonwI3_Ppwj1AyyoF90kwrA05kpFMVmV0t6TdUrluPjNJckT7isFJqWbzk_pW4gDNtDJpKVHV9fOleiHavpyPQJBFu4VpUaoRzoAD3bywiKIL2I3v16LN-q5rF1n6_t3-GcraVo36qfo8HDjUjsYcKvbIeppOtyW4EE0SsEFQOXzk_KuNuIw3csgASoLicsBDQzkESfNP5i_0EolwI7xoh33Ar7v5UPEHV78hrLGFyVDmp90uelt5Bgxw_rdOcWHMU1d-o6ZtGRdn_aJCzXwz6PqtPm8Ew9UdYVUfoHHlY58vIH3bktk-Ig_AaBRA6104Z6lyTKfOZ2tvf_7knupdIFdF3qGfGaZS02QaWV_yF8p3YHxtXL-asxLAaAht=w840-h305-no\",\"https:\\/\\/lh3.googleusercontent.com\\/KipUs-yIEAGdkbe0XVt5mSR_UK14aOsqY9Xh6WSoGeHn0e5BPGks4CcicVenVd3SXI6lK1C8d9vl9ySCKTwtZBvSp2EL1XivlQP-fyQGNoWi0kjrbmVJLVmpGliyWF4jH-aDtPkQ-ysMUqi7KXqBoxlGESiZONCgnnB2kwZci7Umt_bWQ4h8b4AO8NYYO26ZdrTp9_hy9QvMMQb59-c3a7nA4ARN-FTCZu_P2uA8wYFF-3PoIqPtKl5ZgJMnGiVvFeqMAkmL98aaYRQQEFsf1ZWmUhQr1MAshRL_US2BVeCIUZzDTxS0uPulRs8hpvsF6EXxe_Mh7Re75htAzq4mZba17OU4DOdxQ4M_7krs971LQBsBrgxI8PFtehfU97XtjgwVWrgCRAWq5lFH5SWum2KLDqp75d2mi3b2iSRkidKYyZrpv9NAZoPJPtD3eQpLXtx2j02TWS61RF5TBwyXx4tDL5cjddZrre3EZeQYMH7ci9kSM2iI0g_4zoHV3Skken-2XNad0sittbqyvhd-XeclAIZQXoQ6jIdgG6beVJoTfrkUl3CAQsp2d--UmDO36wrOERzltTxcEwjbEPK8AHppBVHIWphj7OAi0vta51qI9of5=w840-h770-no\",\"https:\\/\\/lh3.googleusercontent.com\\/nsA__2EHkJut-9CxJ_SQ0IUq5dsZkWi9_wMbjuuzXh4pfioOAkQuYCOU4BBO-98dFgPs-SqNxcTHq4IdKm3Zn0kxLusn081St8bs7hQMUWAHTrJVW9Hl7YItNbtxToRl9DKQ6AhO854Uu1PypTWYQxWWixBRwzWSsUl8Pfq1TDJTy3x5iEOOjSbD1NTBDs9t7ueK-67_WVylt_YTo4-YivrrDQOkP6Km2CC8AlfYW5MF-h0dHX7uwrVl4Yye1fX72pg7Y_HX678jDU8eLK1MZTZ_8_-QnkiEOxoUNJKb3WgvQPeHW237Mvbh3WPODnUcgv43A42ft2qGWuNeIbu0RuBQ-DuPtx6mgcnnkMUvzNDqaCZuwJfSe6navuk4unAFQWlp-PkVu3kuH9f5lZ1jIVf3GBC2SVXbQFu0vjD3DId3voijfq9gHhkn7w15JaQwb7i8_sMUL1ULqyQXHiAT9fUvA-VmskV_q81gTm0t62kACcAM8vfIhC9Fk6SwrjyLR4fLDOeWijnUcW-mpIvAMYi66C-7aBUalHDKhfaU5sMxo88u54UIO9kYKBsothjeWvfVF9p4xmYEtTDPkChhUertSRjMAJFa4h7HgCNMbZd3US5G=w840-h385-no\",\"https:\\/\\/lh3.googleusercontent.com\\/n0tiZ6-puILoY-Tct1cvXhxbFg_RnwlteEUbN5n8gXNrdKgskhkKO6EQiqqwyetvZpEiZPZPrA1XLCGuMo2TKqfzQ6rocqwKeR-PePZJ7PVikuCl7FCxxrBTQggoxOwZq5LIay4lYi0EADdD6qUpBiS_glYYTfnX4YsdTq1mgLCTxQoCbeMQGAl4B3_AOvlp4OVO5p9jbZUtUM7wGIsvxxkL7k5W55T6MC5BlnhX-szjRD03mZWDScpOWdJirMQaWx8ca59f6uEh4-_523uDJgH_lSNdTDFpgti-VZePAn9N79e4p6swlACwW_sXwbIAXwtxnyhI8hJDGMH4kfkoPq2vHbRSLvbXJW6KuJpCUKHEXVNCGv9wWWl3YE9JlQb0XANml5fsyXuSO_bO70qSi-jypXYomBFSmLTw5mgy1f8_Ay0S2WiE0wVOXuPimCDSjdrPFIC9lMZAbr5SdxE5dWm2TQhl62lDdb9C1oMNVaBHSOpaUKZkZNdUgkYq_B91-1vnJbx57Uja8CYtVb-tlyRV_YffPTIwKi_gqXf5JlFmgUjA2bcKzWBN4ooc-TsRW-OwCzeQYc06hG1C9bjcIbsYokwmV5G9HEjheCjpQlKnk3Z5=w840-h470-no\",\"https:\\/\\/lh3.googleusercontent.com\\/cN2dXf6TLaknm9N2i3krdi8pAqwE566gpJmO9y_sY5JljuVIzKLvy_bQAYSymvuLdNC-1CQkzfeBxx9tP-IYdBfROObfgKSTxBk-RzwRVRgjxrm6hINBdh948L0RveJE5D-BN4ao1wY0PRrAeE7P0_27Ul809v216A0Wt-WMS07xSE1_Zv7iJM9sxVtYZ6zlS0uKSCiLVEcJU942MQI-U0BO-J4PvcZ4n7kBBg28VU_L4bga03IFjI7WTTEoqMSGZZUgvvtOlL_HEkd3mDHEjGjipRLNVhbav_ivub0ROWN9I_-lqaMq3uIG-xxYlvuMko3dWDIzqUuS_XkJ-o3jvXjJuxT3cfpWBC9EOhnPe4YLxu3vpPJ18WUY7SFs1zuMgTeTAlsqFppNdGdAxqiB2QeGJgdMCu9szL17wikzZ7E49uREtyRisGw2QkVotFVSWPrxGe9W7UM0Jl7cgAVxSom5QxbVtA42ZMX5PwAoeTDZGj9fDczX51Xzc8kOut-1KCjdLJJeLuJrrj9aA3ak8vENK1tYgpn2tHc4DPJwVBAPhSdZNVEEsTqV64P6j7ZpZLDIpdV7LzNP2N2RzWG4s7Th0bw8_5EoBTlQOUPQ0TG7RovV=w840-h487-no\"],\"links\":[\"http:\\/\\/archinte.jamanetwork.com\\/article.aspx?articleid=2548255\",\"https:\\/\\/www.sugar.org\\/\",\"http:\\/\\/www.ncbi.nlm.nih.gov\\/pubmed\\/5339699 \",\"https:\\/\\/health.gov\\/dietaryguidelines\\/1980thin.pdf?_ga=1.212865940.1090385594.1473851239\",\"http:\\/\\/www.bmj.com\\/content\\/342\\/bmj.c7452.full\",\"http:\\/\\/www.nytimes.com\\/2015\\/02\\/02\\/us\\/a-discredited-vaccine-studys-continuing-impact-on-public-health.html?_r=0\",\"http:\\/\\/www.bmj.com\\/content\\/342\\/bmj.c5258.full\",\"http:\\/\\/annals.org\\/article.aspx?articleid=1846638\",\"http:\\/\\/jama.jamanetwork.com\\/article.aspx?articleid=374290\",\"http:\\/\\/www.ncbi.nlm.nih.gov\\/pmc\\/articles\\/PMC2943062\\/\",\"http:\\/\\/www.nytimes.com\\/2016\\/08\\/11\\/upshot\\/were-so-confused-the-problems-with-food-and-exercise-studies.html \"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:08:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18331170762507, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "22.543 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease", + "post_id": 956999, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease", + "title": "The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease", + "total_payout_value": "0.000 HBD", + "url": "/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease" + }, + "cm-steem/usa-attention-register-asap-to-be-eligible-to-vote-for-the-legalization-of-cannabis-in-november-2016": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "13631397750", + "voter": "valtr" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "10583382343", + "voter": "fkn" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "8221871695", + "voter": "kingscrown" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "13911195073", + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313687341", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061178148", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7064790767", + "voter": "cm-steem" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "90810416337", + "voter": "kimziv" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "51662802163", + "voter": "furion" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "247880125", + "voter": "barbara2" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "275515565", + "voter": "ch0c0latechip" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "254992303", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "453429999", + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "954223632", + "voter": "keyser" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "1980915727", + "voter": "poseidon" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "8582843546", + "voter": "positive" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "15346677819", + "voter": "sisterholics" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "288978091", + "voter": "fnait" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "256728589", + "voter": "keepcalmand" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "510761417502", + "voter": "laonie" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "18652160919", + "voter": "myfirst" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "110160448553", + "voter": "somebody" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "4118858391", + "voter": "flysaga" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "24335410522", + "voter": "midnightoil" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "60864232237", + "voter": "xiaohui" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "2766567640", + "voter": "elfkitchen" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "1902927710", + "voter": "xiaokongcom" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "3835938330", + "voter": "xianjun" + }, + { + "percent": "4200", + "reputation": 0, + "rshares": "251216491", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2005245825", + "voter": "levycore" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "1917017016", + "voter": "ionescur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218486263111", + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147753980", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2019756476", + "voter": "bapparabi" + } + ], + "author": "cm-steem", + "author_reputation": 0, + "beneficiaries": [], + "body": "<img src=\"https://i.imgur.com/4Hh64OD.png\" alt=\"Cannabis\" />\n\n# When it comes to prohibition, your vote counts!\nYou might not believe in voting when it comes to presidential elections, but you ***better believe*** that ***your vote counts when it comes to voting on ending Cannabis prohibition***!\n\nRemember, those that oppose the legalization of Cannabis for medical/recreational purposes ***will*** be voting, so you need to participate!\n\nJust take a look at the current state of Cannabis legalization in the US - many states have successfully legalized Cannabis for medical and several for recreational purposes!\n\n<a href=\"https://en.wikipedia.org/wiki/Legality_of_cannabis_by_U.S._jurisdiction\"><img src=\"https://i.imgur.com/UfXprnQ.png\" alt=\"Map of Cannabis USA\" /></a>\n\n\n# REGISTER TO VOTE RIGHT NOW!\nIf you leave your registration to the last minute, you may not be eligible to vote - take a couple minutes and register today! If any of the following links do not work for you, you can <a href=\"http://www.ncsl.org/research/elections-and-campaigns/electronic-or-online-voter-registration.aspx\">find each state's links here</a>!\n\n# Recreational\n<a href=\"https://www.regulatemarijuanainarizona.org/\"><img src=\"https://i.imgur.com/oBQssdy.png\" alt=\"Arizona Prop 205\" /></a>\n### Arizona - Prop 205 - Recreational\n<a href=\"https://servicearizona.com/webapp/evoter/selectLanguage\">Online registration link</a>.\n<a href=\"https://www.regulatemarijuanainarizona.org/\">More info</a>.\n\n<hr/>\n<a href=\"http://www.legalizeca2016.com/\"><img src=\"https://i.imgur.com/XpfzKP5.png\" alt=\"LegalizeCA2016\" /></a>\n\n### California - Prop 64\n<a href=\"http://registertovote.ca.gov/\">Online registration link</a>.\n<a href=\"http://www.legalizeca2016.com/\">More info</a>.\n\n<hr/>\n\n<a href=\"https://www.regulatemaine.org/\"><img src=\"https://i.imgur.com/e034pmY.png\" alt=\"RegulateMaine\" /></a>\n\n### Maine - Question 1\n<a href=\"http://www.eac.gov/assets/1/Documents/Federal%20Voter%20Registration_1209_en8242012.pdf\">Online registration link</a>.\n<a href=\"https://www.regulatemaine.org/\">More info</a>.\n\n<hr/>\n\n<a href=\"https://www.regulatemarijuanainnevada.org/\"><img src=\"https://i.imgur.com/TkAZ8Z9.png\" alt=\"Nevada\" /></a>\n\n### Nevada - Question 2\n<a href=\"https://nvsos.gov/sosvoterservices/Registration/step1.aspx\">Online registration link</a>.\n<a href=\"https://www.regulatemarijuanainnevada.org/\">More info</a>.\n\n<hr/>\n\n<a href=\"https://www.regulatemassachusetts.org/\"><img src=\"https://i.imgur.com/Rkr9JTm.png\" alt=\"Massachusetts\" /></a>\n\n### Massachusetts - Question 4\n<a href=\"https://www.sec.state.ma.us/ovr/\">Online registration link</a>.\n<a href=\"https://www.regulatemassachusetts.org/\">More info</a>.\n\n<hr />\n\n# Medical\nRegistering to vote on medical Cannabis ballots is ***not as easy*** as registering to vote on recreational polls! \n\n#### <a href=\"http://www.eac.gov/assets/1/Documents/Federal%20Voter%20Registration_1209_en8242012.pdf\">You need to register to vote by mail or in person via this national registration form!</a>\n\n<a href=\"http://www.arcompassion.com/\">Arkansas - Medical Cannabis Act</a>\n<a href=\"http://www.yeson182.org/\">Montana - Initiative 182</a>\n<a href=\"http://www.ndcompassionatecare.org/initiative/\">North Dakota - Measure 5</a>\n<a href=\"http://www.unitedforcare.org/\">Florida - Amendment 2</a>\n\n### Once registered, don't forget to vote!\nThis is incredibly important - remember to vote in November 2016!\n\n# Want to read more on this topic?\n* <a href=\"https://www.reddit.com/r/trees/comments/52evxl/many_say_that_voting_doesnt_make_a_difference_i/\">/r/trees megathread</a>.\n* <a href=\"http://www.thecannabist.co/2016/07/14/definitive-guide-us-states-voting-recreational-medical-marijuana-inovember-2016-election/58063/\">The Cannabist - Definitive guide to 2016 Cannabis ballots</a>.\n* <a href=\"http://www.motherjones.com/politics/2016/08/five-states-have-marijuana-legalization-ballot-november\">Mother Jones - States that may legalize pot next</a>.\n* <a href=\"https://www.mpp.org/initiatives/\">MPP - 2016 Initiatives</a>\n* <a href=\"http://www.latimes.com/nation/nationnow/la-na-red-state-medical-marijuana-20160909-snap-story.html\">LA Times - This deeply red state could be on the verge of legalizing medical marijuana </a>\n* <a href=\"http://www.vox.com/2016/9/14/12064226/marijuana-legalization-election-vote-california-2016\">VOX - 2016\u2019s marijuana legalization votes, explained</a>\n* <a href=\"https://www.leafly.com/news/politics/what-states-are-most-likely-to-legalize-in-2016/\">Leafly - Which States are Most Likely to Legalize Cannabis in 2016?</a>\n* <a href=\"http://www.washingtontimes.com/news/2016/aug/14/marijuana-initiatives-on-ballot-in-record-9-states/\">Washington Times - Marijuana initiatives on ballot in record 9 states despite feds\u2019 firm stand</a>\n* <a href=\"https://ballotpedia.org/Marijuana_on_the_ballot\">Ballotpedia - Marijuana on the ballot</a>.\n* <a href=\"http://www.ibtimes.com/where-will-pot-be-legal-next-recreational-marijuana-ballot-5-states-election-day-2016-2397676\">International Business Times - Where Will Pot Be Legal Next? Recreational Marijuana On The Ballot In 5 States On Election Day 2016</a>\n* <a href=\"https://www.greenrushdaily.com/2016/09/08/9-states-marijuana-initiatives-november-ballots/\">The GreenRush Daily - These 9 States Have Marijuana Initiatives On Their November Ballots</a>.\n* <a href=\"http://money.cnn.com/2016/06/29/news/california-marijuana-legalization/\">CNN - California among 8 states to vote on legal weed in November</a>.\n\n# Conclusion\nThis is your opportunity to register and vote for the legalization of medical/recreational Cannabis in your state!\n\nIt's not just your state that will be affected, combined with Canada legalizing it may potentially lead to full federal legalization. \n\nEven if you do not partake, it will drastically improve the lives of millions of your fellow Americans!\n\nIf Cannabis is made federally legal across the whole of the US, then that will have a massively positive impact on archaic Cannabis laws in other countries around the world!\n\nBest regards,\nCM - UK Ent!", + "body_length": 6075, + "cashout_time": "2016-09-16T14:41:15", + "category": "cannabis", + "children": 0, + "created": "2016-09-15T14:08:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cannabis\",\"marijuana\",\"politics\",\"america\",\"news\"],\"image\":[\"https:\\/\\/i.imgur.com\\/4Hh64OD.png\",\"https:\\/\\/i.imgur.com\\/UfXprnQ.png\",\"https:\\/\\/i.imgur.com\\/oBQssdy.png\",\"https:\\/\\/i.imgur.com\\/XpfzKP5.png\",\"https:\\/\\/i.imgur.com\\/e034pmY.png\",\"https:\\/\\/i.imgur.com\\/TkAZ8Z9.png\",\"https:\\/\\/i.imgur.com\\/Rkr9JTm.png\"],\"links\":[\"https:\\/\\/en.wikipedia.org\\/wiki\\/Legality_of_cannabis_by_U.S._jurisdiction\",\"http:\\/\\/www.ncsl.org\\/research\\/elections-and-campaigns\\/electronic-or-online-voter-registration.aspx\",\"https:\\/\\/www.regulatemarijuanainarizona.org\\/\",\"https:\\/\\/servicearizona.com\\/webapp\\/evoter\\/selectLanguage\",\"http:\\/\\/www.legalizeca2016.com\\/\",\"http:\\/\\/registertovote.ca.gov\\/\",\"https:\\/\\/www.regulatemaine.org\\/\",\"http:\\/\\/www.eac.gov\\/assets\\/1\\/Documents\\/Federal%20Voter%20Registration_1209_en8242012.pdf\",\"https:\\/\\/www.regulatemarijuanainnevada.org\\/\",\"https:\\/\\/nvsos.gov\\/sosvoterservices\\/Registration\\/step1.aspx\",\"https:\\/\\/www.regulatemassachusetts.org\\/\",\"https:\\/\\/www.sec.state.ma.us\\/ovr\\/\",\"http:\\/\\/www.arcompassion.com\\/\",\"http:\\/\\/www.yeson182.org\\/\",\"http:\\/\\/www.ndcompassionatecare.org\\/initiative\\/\",\"http:\\/\\/www.unitedforcare.org\\/\",\"https:\\/\\/www.reddit.com\\/r\\/trees\\/comments\\/52evxl\\/many_say_that_voting_doesnt_make_a_difference_i\\/\",\"http:\\/\\/www.thecannabist.co\\/2016\\/07\\/14\\/definitive-guide-us-states-voting-recreational-medical-marijuana-inovember-2016-election\\/58063\\/\",\"http:\\/\\/www.motherjones.com\\/politics\\/2016\\/08\\/five-states-have-marijuana-legalization-ballot-november\",\"https:\\/\\/www.mpp.org\\/initiatives\\/\",\"http:\\/\\/www.latimes.com\\/nation\\/nationnow\\/la-na-red-state-medical-marijuana-20160909-snap-story.html\",\"http:\\/\\/www.vox.com\\/2016\\/9\\/14\\/12064226\\/marijuana-legalization-election-vote-california-2016\",\"https:\\/\\/www.leafly.com\\/news\\/politics\\/what-states-are-most-likely-to-legalize-in-2016\\/\",\"http:\\/\\/www.washingtontimes.com\\/news\\/2016\\/aug\\/14\\/marijuana-initiatives-on-ballot-in-record-9-states\\/\",\"https:\\/\\/ballotpedia.org\\/Marijuana_on_the_ballot\",\"http:\\/\\/www.ibtimes.com\\/where-will-pot-be-legal-next-recreational-marijuana-ballot-5-states-election-day-2016-2397676\",\"https:\\/\\/www.greenrushdaily.com\\/2016\\/09\\/08\\/9-states-marijuana-initiatives-november-ballots\\/\",\"http:\\/\\/money.cnn.com\\/2016\\/06\\/29\\/news\\/california-marijuana-legalization\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:09:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1188128121716, + "parent_author": "", + "parent_permlink": "cannabis", + "pending_payout_value": "0.339 HBD", + "percent_steem_dollars": 10000, + "permlink": "usa-attention-register-asap-to-be-eligible-to-vote-for-the-legalization-of-cannabis-in-november-2016", + "post_id": 958032, + "promoted": "5.000 HBD", + "replies": [], + "root_title": "USA - ATTENTION: Register ASAP to be eligible to vote for the legalization of Cannabis in November 2016!!!", + "title": "USA - ATTENTION: Register ASAP to be eligible to vote for the legalization of Cannabis in November 2016!!!", + "total_payout_value": "0.000 HBD", + "url": "/cannabis/@cm-steem/usa-attention-register-asap-to-be-eligible-to-vote-for-the-legalization-of-cannabis-in-november-2016" + }, + "denn/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1255809710", + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1648870141", + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3145812656", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7861460530", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5558177167", + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69324500", + "voter": "zahar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79785139", + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98545946", + "voter": "ola1" + } + ], + "author": "denn", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://icdn.lenta.ru/images/2016/09/15/16/20160915165241110/pic_293dfa3fad5d50e7975f12a89550ddfd.jpg\" width=\"420\" height=\"280\"/></p>\n<p>I rarely use a webcam. I agree that the extra security is not hurt. Good advice.</p>\n<p>The FBI has advised everyone to cover up their computers\u2019 webcams to stop them being spied on.</p>\n<p>Leaving webcams open means that hackers can break into them and watch everything that users are doing, security experts have claimed. The importance of that was revealed earlier this year when pictures showed that Mark Zuckerberg had covered the webcam on his MacBook Pro.</p>\n<p>Now those warnings have been backed by FBI director James Comey, who says that it is one of the \u201csensible things\u201d that people can do.</p>\n<p>Though the webcams on laptops might be useful, they\u2019re also one of the most valuable things a hacker can get access to. Once they do so, they can easily watch and record things that go on around them \u2013 and that information can be used later for blackmail, breaking into other security systems, or worse.</p>\n<p><br></p>\n<p>http://www.independent.co.uk/life-style/gadgets-and-tech/news/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey-a7308646.html</p>\n</html>", + "body_length": 1264, + "cashout_time": "2016-09-16T17:16:40", + "category": "security", + "children": 0, + "created": "2016-09-15T17:04:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"security\",\"life\",\"news\",\"web\"],\"image\":[\"https:\\/\\/icdn.lenta.ru\\/images\\/2016\\/09\\/15\\/16\\/20160915165241110\\/pic_293dfa3fad5d50e7975f12a89550ddfd.jpg\"],\"links\":[\"http:\\/\\/www.independent.co.uk\\/life-style\\/gadgets-and-tech\\/news\\/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey-a7308646.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:04:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19717785789, + "parent_author": "", + "parent_permlink": "security", + "pending_payout_value": "0.004 HBD", + "percent_steem_dollars": 10000, + "permlink": "everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey", + "post_id": 959598, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Everyone should cover up their laptop webcams right now, says FBI director James Comey", + "title": "Everyone should cover up their laptop webcams right now, says FBI director James Comey", + "total_payout_value": "0.000 HBD", + "url": "/security/@denn/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey" + }, + "dims/early-pre-hispanic-use-of-indigo-blue-in-peru": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1159208963", + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3084130055", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7707314246", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5669340710", + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67965196", + "voter": "zahar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81380841", + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68608664", + "voter": "mari5555na" + } + ], + "author": "dims", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://icdn.lenta.ru/images/2016/09/15/18/20160915181123092/pic_be92cc2993c346b25196d45f2da1c0fc.jpg\" width=\"420\" height=\"280\"/></p>\n<p>Archaeological research has identified the use of cultivated cotton (Gossypium barbadense) in the ancient Andes dating back to at least 7800 years ago</p>\n<p>An international team of scientists has discovered the oldest in the world of fabric, dyed indigo. At present, this dyestuff is used in the manufacture of jeans. Description was published in the journal Science.</p>\n<p>The artifact was found at Huaca Prieta (Huaca Prieta) - a hill on the northern coast of Peru. According to scientists, when they found a piece of cotton fabric, its color was indistinguishable because of the gray mud. However, after thoroughly washing it turned out that he was covered in blue paint. The results of chemical analysis showed that the composition consisted of the the key components of indigo.</p>\n<p><br></p>\n<p>http://advances.sciencemag.org/content/2/9/e1501623</p>\n</html>", + "body_length": 1025, + "cashout_time": "2016-09-16T17:09:35", + "category": "science", + "children": 0, + "created": "2016-09-15T16:59:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"life\",\"news\",\"indigo\",\"jeans\"],\"image\":[\"https:\\/\\/icdn.lenta.ru\\/images\\/2016\\/09\\/15\\/18\\/20160915181123092\\/pic_be92cc2993c346b25196d45f2da1c0fc.jpg\"],\"links\":[\"http:\\/\\/advances.sciencemag.org\\/content\\/2\\/9\\/e1501623\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:04:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17837948675, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.003 HBD", + "percent_steem_dollars": 10000, + "permlink": "early-pre-hispanic-use-of-indigo-blue-in-peru", + "post_id": 959550, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Early pre-Hispanic use of indigo blue in Peru", + "title": "Early pre-Hispanic use of indigo blue in Peru", + "total_payout_value": "0.000 HBD", + "url": "/science/@dims/early-pre-hispanic-use-of-indigo-blue-in-peru" + }, + "herverisson/digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia": { + "active_votes": [ + { + "percent": "100", + "reputation": 0, + "rshares": "503970587", + "voter": "fkn" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "662437860", + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061257518", + "voter": "murh" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "5342360999", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1159208963", + "voter": "steemswede" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "2460133436", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8635740631", + "voter": "herverisson" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "116534676", + "voter": "poseidon" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "408706835", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257573964", + "voter": "sergey44" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "902837145", + "voter": "sisterholics" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "31926906838", + "voter": "laonie" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1332444227", + "voter": "myfirst" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "6480719939", + "voter": "somebody" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "242308936", + "voter": "flysaga" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1431641745", + "voter": "midnightoil" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "3580744079", + "voter": "xiaohui" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "161706151", + "voter": "elfkitchen" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "111947446", + "voter": "xiaokongcom" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "225665678", + "voter": "xianjun" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "6536319137", + "voter": "orcish" + } + ], + "author": "herverisson", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<h1><a href=\"https://e-estonia.com/\">Estonia</a> is bringing down borders for entrepreneurs and digital nomads through a new programme which aims at helping Estonians by giving non-resident non-citizens a digital identification card issued by the Estonian government. </h1>\n<p><img src=\"https://s21.postimg.org/z6w1io8fb/Nasdaq_Estonia_II_940x589.jpg\" width=\"940\" height=\"589\"/></p>\n<h1>From a country without cash to a world without borders</h1>\n<p>As mentioned recently by <a href=\"https://steemit.com/freedom/@ottodv/estonian-president-democracy-better-protected-in-a-cashless-society\"><strong>@ottodv</strong></a>, Estonia is pushing for a<strong> cashless society</strong>. The argument is that a cashless society is better at protecting democracy, by helping to better track and whack corruption. The point is valid, but also chimeric. Human being never fail to find new ways to send each other kickbacks for illicit favours.</p>\n<p>However, Estonia does not stop there. They have also launched a scheme by which any foreigner can apply for an e-residency. That means that you don't even need to live in the country to become an e-resident. The aim is to cut service costs and to cut red tape. Too many people around the world feel like their government's regulations is making their life difficult. Estonia is famous for the efficiency and easiness of its laws and administration, so for foreigners it could save a lot of time and money to apply to that scheme.</p>\n<p>The e-residents can:</p>\n<ul>\n <li>establish an Estonian company online (you would need a physical address there, but there are companies providing that service for 200\u20ac a year for example - and a secretary too if you throw a couple more bills),</li>\n <li>administer it from anywhere in the world</li>\n <li>access online payment service providers</li>\n</ul>\n<p>And the proof of their e-residency is a card which enables to:</p>\n<ul>\n <li>sign in and authenticate secure services</li>\n <li>digitally sign documents</li>\n <li>digitally authenticate documents</li>\n <li>encrypt documents</li>\n</ul>\n<p> <img src=\"https://s21.postimg.org/vok1ma7jb/ScreenHunter_31_Sep__15_19_20.jpg\" width=\"400\" height=\"221\"/></p>\n<h2>Breaking borders and breaking taboos</h2>\n<p><br></p>\n<p>What Estonia want to do is effectively break two taboos:</p>\n<ul>\n <li><strong>the taboo of offshore bank accounts</strong></li>\n</ul>\n<p>Estonia does not want to be branded as the new Tax Haven, and this e-residency is a middle way. For example, it is clearly stated that the e-residency does not mean that you can escape the tax of your own countries. You are not going to get any passport or carte blanche from Tallinn. You still have to pay your taxes in the country where you reside.</p>\n<p><br></p>\n<ul>\n <li><strong>the taboo of immigration and emigration</strong></li>\n</ul>\n<p>Estonian is a small country, which is never going to attract a lot of immigrants. Not that they want it anyway in the first place! There is not the place, nor the will, to accomodate a large population. However, they are very much interested in getting your business ! </p>\n<p>And also, Estonia has had issues KEEPING its citizens from fleeing abroad. By setting this thing up, they hope not to loose track of them too much. If some Estonians go abroad to make business, that does not mean they can't keep in touch with the home country through this service.</p>\n<p><br></p>\n<h1>How does it work ?</h1>\n<p> The applicant must provide:</p>\n<ul>\n <li>His/her name and identifying information</li>\n <li>A scanned passport photo. </li>\n <li>A scanned copy of government-issued identity documentation.</li>\n <li>A minimum of one paragraph describing your interest and motivations behind applying for e-Residency. This helps the Police and Border Guard Board with risk management and the background check.</li>\n <li>A fee of 100\u20ac. </li>\n <li>The desired pickup location: one of 38 Estonian embassies and consulates around the world.</li>\n</ul>\n<p>For more info, check the website : <a href=\"https://e-estonia.com/e-residents/apply/\">https://e-estonia.com/e-residents/apply/</a></p>\n<p><br></p>\n<h1>Even if the ultimate advantages of that e-residency remains fuzzy, Estonia is betting on the future of this initiative to attract attention and businesses from around the world and foster its image as a thinking-forward country. So, would you trust the Estonian government with your datas? No pledge of allegiance is required.</h1>\n<p><br></p>\n</html>", + "body_length": 4858, + "cashout_time": "2016-09-16T17:48:07", + "category": "business", + "children": 0, + "created": "2016-09-15T17:26:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"business\",\"money\",\"freedom\",\"economics\",\"news\"],\"users\":[\"ottodv\"],\"image\":[\"https:\\/\\/s21.postimg.org\\/z6w1io8fb\\/Nasdaq_Estonia_II_940x589.jpg\",\"https:\\/\\/s21.postimg.org\\/vok1ma7jb\\/ScreenHunter_31_Sep__15_19_20.jpg\"],\"links\":[\"https:\\/\\/e-estonia.com\\/\",\"https:\\/\\/steemit.com\\/freedom\\/@ottodv\\/estonian-president-democracy-better-protected-in-a-cashless-society\",\"https:\\/\\/e-estonia.com\\/e-residents\\/apply\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:26:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 73541166790, + "parent_author": "", + "parent_permlink": "business", + "pending_payout_value": "0.016 HBD", + "percent_steem_dollars": 10000, + "permlink": "digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia", + "post_id": 959805, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Digital citizens and entrepreneurs, would you ask asylum to E-stonia ?", + "title": "Digital citizens and entrepreneurs, would you ask asylum to E-stonia ?", + "total_payout_value": "0.000 HBD", + "url": "/business/@herverisson/digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia" + }, + "iontom/breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "138171895643", + "voter": "coinbitgold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3276506793", + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86856328", + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1618517030", + "voter": "plotbot2015" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "330685634", + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "329835534", + "voter": "robotev2" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "1456475669", + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2384703048", + "voter": "iontom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130289957", + "voter": "bleujay" + } + ], + "author": "iontom", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://i.imgur.com/QvKTS9y.png\"/></p>\n<p>The 'brother' trade agreement to TTP and TTIP, it's probably the worst of all of them. </p>\n<p> <a href=\"https://wikileaks.org/tisa/#September%2015,%202016%20Publication\">View the leaks and the announcement here on Wikileaks</a></p>\n<p>You can read the:</p>\n<ul>\n <li> <a href=\"https://wikileaks.org/tisa/document/20160621_TiSA_Core-Text/\">TiSA Core Text</a> </li>\n <li> <a href=\"https://wikileaks.org/tisa/document/201609_TiSA_Institutional-and-dispute-settlement-provisions/\">TiSA Institutional and dispute settlement provisions </a> </li>\n <li> <a href=\"https://wikileaks.org/tisa/document/20160608_TiSA_Annex-on-Telecommunication/\">TiSA Annex on Telecommunication</a> </li>\n <li> <a href=\"https://wikileaks.org/tisa/document/20160627_TiSA_Transparency/\">TiSA Transparency Chapter</a> </li>\n <li> <a href=\"https://wikileaks.org/tisa/document/201606_TiSA_Annex-on-Movement-of-Natural-Persons/\">TiSA Annex on Movement of Natural Persons</a> </li>\n <li><a href=\"https://wikileaks.org/tisa/analysis/201609_TiSA_Analysis-on-Core-Text/\">ANALYSIS on Core Text</a></li>\n</ul>\n<p><strong>Here's the biggest three implications:</strong></p>\n<blockquote><strong>1. Governments sign away their right to give preferences to local providers of services - meaning that a globally controlled media will exist (and serve the neo-liberal agenda)<br>\n<br>\n2. It restricts the ability of member states to use any law or regulation to challenge Multi-National Corps. (a corporation could buy a nation's water rights and not be sued)<br>\n<br>\n3. Privacy protections are completely 'illusory' - TiSA guarentees that a country cannot determine how much sensitive data a private entity can contain on that country's citizens or corporations.</strong></blockquote>\n<p>The entire agreement is structured to give supreme power to multinational corps. Where the TPP allows MNs to sue governments for \"damages\" from laws, TiSA means that you aren't even allowed to cite consumer protection laws in courts, period. </p>\n<p><img src=\"http://i.imgur.com/hmQKaF1.png\"/></p>\n<p>Moreover, it gets deeper.</p>\n<blockquote> Any business setting up shop in a foreign country is allowed to bring in unlimited amounts of cash, and cannot be restricted in terms of how many shops it sets up, nor its output/quantity. No municipality can establish laws that treat these foreign businesses different to local businesses (so, the foreign company can't be charged higher tax rates, for example). </blockquote>\n<p>Not even MUNICIPALITIES (Cities) can pass laws excluding certain businesses, or levying taxes on certain businesses. So say that Comcast has a monopoly on your municipal fiber lines. Comcast already has passed laws giving them the exclusionary license to be the ONLY provider. Now, under TiSA, cities not just in the US, but abroad, could not pass laws limiting a corporation from holding a monopoly.</p>\n<p><img src=\"http://i.imgur.com/8235nRD.png\" width=\"600\" height=\"281\"/></p>\n<p><strong>I don't care if you're a socialist or a libertarian - laws like this are only good for individuals who own government sponsored monopolies. Please find a way to fight these destructive agreements from happening, although I personally believe that we're all doomed.</strong></p>\n</html>", + "body_length": 3461, + "cashout_time": "2016-09-16T18:08:54", + "category": "news", + "children": 2, + "created": "2016-09-15T17:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"technology\",\"politics\",\"economics\",\"business\"],\"image\":[\"http:\\/\\/i.imgur.com\\/QvKTS9y.png\",\"http:\\/\\/i.imgur.com\\/hmQKaF1.png\",\"http:\\/\\/i.imgur.com\\/8235nRD.png\"],\"links\":[\"https:\\/\\/wikileaks.org\\/tisa\\/#September%2015,%202016%20Publication\",\"https:\\/\\/wikileaks.org\\/tisa\\/document\\/20160621_TiSA_Core-Text\\/\",\"https:\\/\\/wikileaks.org\\/tisa\\/document\\/201609_TiSA_Institutional-and-dispute-settlement-provisions\\/\",\"https:\\/\\/wikileaks.org\\/tisa\\/document\\/20160608_TiSA_Annex-on-Telecommunication\\/\",\"https:\\/\\/wikileaks.org\\/tisa\\/document\\/20160627_TiSA_Transparency\\/\",\"https:\\/\\/wikileaks.org\\/tisa\\/document\\/201606_TiSA_Annex-on-Movement-of-Natural-Persons\\/\",\"https:\\/\\/wikileaks.org\\/tisa\\/analysis\\/201609_TiSA_Analysis-on-Core-Text\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:42:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 147785765636, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.033 HBD", + "percent_steem_dollars": 0, + "permlink": "breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable", + "post_id": 959963, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING NEWS: Wikileaks releases TiSA documents! Contains worst anti-competitive laws imagninable", + "title": "BREAKING NEWS: Wikileaks releases TiSA documents! Contains worst anti-competitive laws imagninable", + "total_payout_value": "0.000 HBD", + "url": "/news/@iontom/breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable" + }, + "jeffreyahann/hillary-rodhan-clinton-is-on-her-death-bed-icu": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "28370463371572", + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6964525415834", + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5646082638447", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "681017160441", + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91328300889", + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "459984469", + "voter": "jeffanthonyfds" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061193485", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73848595449", + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19237761966", + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8725497615", + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1483270840", + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8773942171", + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55367058897", + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2163490459", + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2006306305", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "354391726", + "voter": "thegrimm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57198494", + "voter": "paleness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9869968176", + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56681877", + "voter": "powerserge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339270470", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147753980", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7726416106", + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2167543536", + "voter": "bapparabi" + } + ], + "author": "jeffreyahann", + "author_reputation": 0, + "beneficiaries": [], + "body": "https://fellowshipofminds.files.wordpress.com/2016/09/hillary-clinton-laugh-jerry-holt-via-ap.jpg?w=300&h=225\n\n<strong>Information was released yesterday from someone who has been spot on with their information in the past. They have previously broken stories news outlets took days to release. Some of the things I cannot or have not confirmed, so determine for yourself if you think this is true.</strong>\n\n<strong>Recently released on PasteBin are <a href=\"http://pastebin.com/sih4HpjD\">progress notes</a> for Clinton. First entry lists...</strong>\n\n<hr>\n<em>\"Mental status rapidly declined over past 24 hours. Arousable by loud\nvoice commands, but immediately lapses into stupor without further\nresponse. \n \nMAP failed to improve with further increase in norepinephrine. \nCPP < 50 despite increase of ventilatory rate in an effort\nto decrease ICP. \n \nCererbal perfusion disturbances were observed on repeated\nTCDs.\n \nDiffusion-weighted imaging - cytotoxic and vasogenic edema\nas well as neuronal damage\n \nEEG - not utilized due to continued benzodiazepene infusion\n \nGlobal Irreversible Brain Damage caused by Sepsis-Associated Encephalopathy.\"</em>\n<hr>\n<strong>The second entry, on 9/13/2016, shocked me. She actually has pneumonia and is dying from Sepsis. I thought they were only lying to cover up neurological issues.</strong>\n<hr>\n<em>\"Hillary Clinton talks to CNN's Andersoon Cooper via phone\nhttp://www.cnn.com/2016/09/12/politics/hillary-clinton-health-transparency/index.html\n \nAudio is the spoken voice of Hillary Rodham Clinton. However the quick chat with\nAnderson Cooper was scripted and rehearsed which is why it sounds canned. \n \nRemember, \"This is CNN.\"\n \nHillary Clinton is in a high-security, secluded and private, intensive care unit with\n4:1 nursing 24/7. She also has a team of physicians representing practically every\nmedical specialty. There are no other patients anywhere near her secure care setting. \n \nShe is dying of Sepsis. She is on broad-spectrum \"big-gun\" antibiotics to treat\nthe pnenumonia. However she is still severely immunocompromised and the antibiotics\nare not anticipated to be curative. The pneumonia has continued to worsen and cause\nfurther damage to her lungs.\"</em>\n<hr>\n<strong>Even a local ABC News anchor has <a href=\"http://www.thepoliticalinsider.com/local-abc-reporter-announces-hillary-clinton-dead/\">reported</a> her as being dead, but I think this was only jumping the gun. She is dying of <a href=\"https://en.wikipedia.org/wiki/Sepsis\">sepsis</a> and her death is imminent. Prognosis says death will happen no later than October 12th, 2016. Do you think this is the October Surprise our rulers were thinking about?</strong>\n<hr>\n<em>\"Diagnoses\n \n1. Oropharyngeal Cancer diagnosed and treated with partial surgical\nresection of the base of her tongue in conjunction with targeted\nstereotactic radio-surgery.\n \n2. Coagulapathy caused by Oropharyngeal Cancer which has metastasized\nto lymphatic nodes.\n \n3. Early-onset Vascular Dementia caused by aforementioned Coagulapathy\n \n4. Complex partial seizures and/or abcence seizures caused by small\ninfarcts or lesser ischemic damage to her cerebral vasculature;\nvascular damage itself is caused by aforementioned Coagulapathy\n \n5. Hypothyroidism as a side effect of radiotherapy.\n \n6. Immunodefiency as a side effect of radiotherapy.\n \n7. Pneumonia as a complication of Immunodeficiency.\n \n8. Sepsis and septic shock\n \n9. Acute Lung Injury which appears to be progressing to ARDS. \n \n10. Global Irreversible Brain Damage caused by Sepsis-Associated Encephalopathy. \n \n11. Putative Brain Death - Patient too unstable for apnea test. \nAwaiting confirmation from SSEP and possible nuclear medicine study. \n \nPROGNOSIS AS OF 9/14/16\nDeath no later than October 12, 2016.\"</em>\n<hr>\nhttps://youtu.be/tRtdA1w7AAQ\n\n<strong>We shall see if this turns out to be true. This election could turn out to be crazier than it already has. Thoughts? </strong>\n\n<hr>\n<strong>Update: Here are the titles for some of the articles that ABC, CNBC, and CNN are pushing today.</strong>\n\n<li><strong><a href=\"http://abcnews.go.com/Politics/hillary-clinton-returns-campaign-trail-amid-scrutiny-health/story?id=42101310\">ABC</a> \"Hillary Clinton Returns to Campaign Trail Amid More Scrutiny About Her Health\"</strong></li>\n<li><strong><a href=\"http://www.cnbc.com/2016/09/15/clinton-back-on-campaign-trail-after-releasing-health-info.html\">CNBC</a> \"Clinton back on campaign trail after releasing health info\"</strong></li>\n<li><strong><a href=\"http://www.cnn.com/2016/09/15/politics/hillary-clinton-greensboro-north-carolina/\">CNN</a> \"Hillary Clinton Returns to Campaign Trail Amid More Scrutiny About Her Health\"</strong></li>\n\n<strong>We know she owns these places so usually what they spin is the opposite of reality. Still waiting to see video of her up and moving around and talking to others since her collapse at the 9/11 ceremony. </strong>\n\nhttps://www.youtube.com/watch?v=gCx0x0rigeQ\n\n<hr>\nMy name is Jeffrey Hann, @jeffreyahann, and I'm an anarchist/voluntarist, Army veteran, business analyst, graphics and website designer, and content creator. I have a passion for truth and being logical, which eventually lead me to anarchism. I strive to live my life through voluntary actions and valuing rights. I co-own <a href=\"http://journalisticrevolution.com/\">Journalistic Revolution</a> (<a href=\"https://www.facebook.com/JournalisticRevolution/\">Facebook</a> and <a href=\"https://www.youtube.com/user/TheJournalisticRev\">YouTube</a>) and <a href=\"http://jrevradio.com/\">JRev Radio</a> (<a href=\"https://www.facebook.com/JRevRadio/\">Facebook</a>). We strive to be a factual and honest open sourced news organization.\n<hr>", + "body_length": 5742, + "cashout_time": "2016-09-16T17:12:00", + "category": "news", + "children": 2, + "created": "2016-09-15T13:55:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"anarchism\",\"politics\",\"clinton\",\"conspiracy\"],\"users\":[\"jeffreyahann\"],\"image\":[\"https:\\/\\/fellowshipofminds.files.wordpress.com\\/2016\\/09\\/hillary-clinton-laugh-jerry-holt-via-ap.jpg?w=300&h=225\",\"https:\\/\\/img.youtube.com\\/vi\\/tRtdA1w7AAQ\\/0.jpg\",\"https:\\/\\/img.youtube.com\\/vi\\/gCx0x0rigeQ\\/0.jpg\"],\"links\":[\"http:\\/\\/pastebin.com\\/sih4HpjD\",\"http:\\/\\/www.cnn.com\\/2016\\/09\\/12\\/politics\\/hillary-clinton-health-transparency\\/index.html\",\"http:\\/\\/www.thepoliticalinsider.com\\/local-abc-reporter-announces-hillary-clinton-dead\\/\",\"https:\\/\\/en.wikipedia.org\\/wiki\\/Sepsis\",\"https:\\/\\/youtu.be\\/tRtdA1w7AAQ\",\"http:\\/\\/abcnews.go.com\\/Politics\\/hillary-clinton-returns-campaign-trail-amid-scrutiny-health\\/story?id=42101310\",\"http:\\/\\/www.cnbc.com\\/2016\\/09\\/15\\/clinton-back-on-campaign-trail-after-releasing-health-info.html\",\"http:\\/\\/www.cnn.com\\/2016\\/09\\/15\\/politics\\/hillary-clinton-greensboro-north-carolina\\/\",\"https:\\/\\/www.youtube.com\\/watch?v=gCx0x0rigeQ\",\"http:\\/\\/journalisticrevolution.com\\/\",\"https:\\/\\/www.facebook.com\\/JournalisticRevolution\\/\",\"https:\\/\\/www.youtube.com\\/user\\/TheJournalisticRev\",\"http:\\/\\/jrevradio.com\\/\",\"https:\\/\\/www.facebook.com\\/JRevRadio\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 41947263213204, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "106.142 HBD", + "percent_steem_dollars": 10000, + "permlink": "hillary-rodhan-clinton-is-on-her-death-bed-icu", + "post_id": 957925, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Rodhan Clinton is on her death bed (ICU)", + "title": "Hillary Rodhan Clinton is on her death bed (ICU)", + "total_payout_value": "0.000 HBD", + "url": "/news/@jeffreyahann/hillary-rodhan-clinton-is-on-her-death-bed-icu" + }, + "kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "122693390101", + "voter": "linouxis9" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "8567499992", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83863566295", + "voter": "kingscrown" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "11261443630", + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313710480", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061309796", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11584833708", + "voter": "andu" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "74800129313", + "voter": "kimziv" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "41825057596", + "voter": "furion" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "212468679", + "voter": "barbara2" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "223036409", + "voter": "ch0c0latechip" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "218564831", + "voter": "doge4lyf" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "1631624279", + "voter": "poseidon" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "6948016204", + "voter": "positive" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "11737972671", + "voter": "sisterholics" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "233934645", + "voter": "fnait" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "220053077", + "voter": "keepcalmand" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "415096989800", + "voter": "laonie" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "14657934226", + "voter": "myfirst" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "90738803441", + "voter": "somebody" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "3392636390", + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "131247634", + "voter": "hobgoblin" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "20044839503", + "voter": "midnightoil" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "50136958308", + "voter": "xiaohui" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "2425817615", + "voter": "elfkitchen" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "1567403062", + "voter": "xiaokongcom" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "3159618154", + "voter": "xianjun" + }, + { + "percent": "3500", + "reputation": 0, + "rshares": "206892582", + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5475437205", + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100126866", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98583209", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1822707064", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155796749", + "voter": "majes" + } + ], + "author": "kingscrown", + "author_reputation": 0, + "beneficiaries": [], + "body": "## Since few days theres a video where hackers show casino on which they play and double-spend the money.\n\nhttps://www.youtube.com/watch?v=RtGzV_-agcI\n\nYet they went futher and put this as a service that anybody can use, they take 10% cut of the amount you use.\n\nhttp://www.glasshunt.co/exploits/bitcoin-double-spend\n\nSome users below video claim that tried this and it didnt work (so lost 10%).\n\n# It is worth noticing that this \"hack\" works only one zero-confirmation sites, which are rather rare or mostly non-existent now.\n\nAmanda made interview with the creators:\nhttps://www.youtube.com/watch?v=ysVCU1b-UBA", + "body_length": 612, + "cashout_time": "2016-09-16T19:30:54", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T19:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"crypto-news\",\"news\",\"security\",\"blockchain\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/RtGzV_-agcI\\/0.jpg\",\"https:\\/\\/img.youtube.com\\/vi\\/ysVCU1b-UBA\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=RtGzV_-agcI\",\"http:\\/\\/www.glasshunt.co\\/exploits\\/bitcoin-double-spend\",\"https:\\/\\/www.youtube.com\\/watch?v=ysVCU1b-UBA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986608403514, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.270 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-double-spending-tool-provided-as-a-service-by-hackers", + "post_id": 960688, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers" + }, + "me-tarzan/9-15-2016-steemit-weekly-data-report-9-15-2016": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "687564618690", + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4551729239", + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3989473346", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "754655775", + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6006531299", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20644355126", + "voter": "spinbunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11294458476", + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "283331361", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "436955245", + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10416084687", + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157517949618", + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1780319109", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41084834620", + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33503705223", + "voter": "otisbrown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "989348552", + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10431849034", + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2196862373", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58224897", + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64994479", + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269467120", + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53397626", + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339287005", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50201461", + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6228285629", + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222073479", + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5115173349", + "voter": "exploretraveler" + } + ], + "author": "me-tarzan", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i86.photobucket.com/albums/k118/stockslayer2000/steemitbullbear2_zpsyaetssfl.jpg\n**UPDATED WEEKLY** This week 9 / 15 / 2016 ** STEEMIT WEEKLY DATA REPORT** Let's dig right into some of the data. The spreadsheet below is of a Steemian whose name I will keep confidential . This Steemian has not been active for over 5 months . I choose this account to illustrate the rate his SteemPower is growing . Also to illustrate how his account has dramatically fell in value . **Data for the spreadsheet and graph below accessed from http://steemwhales.com/**\n\n**UPDATED WEEKLY** \n**CONFIDENTIAL STEEMIN ACCOUNT GRAPH**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20batel_zps6z9khleq.png\n\n**SPREADSHEET**\nDaily Changes\n....Date...................Steem Power.................... Estimated Value\n2016-09-15........ 434228.543 (0.54%)......... $289626 (3.17%)\n2016-09-14........ 431911.293 (0.54%)......... $280738 (-5.32%)\n2016-09-13........ 429584.314 (0.54%)......... $296521 (-17.38%)\n2016-09-12........ 427259.370 (0.54%)......... $358906 (-6.30%)\n2016-09-11........ 424943.494 (0.55%)......... $383044 (10.51%)\n2016-09-10........ 422628.606 (0.55%)......... $346619 (-0.73%)\n2016-09-09........ 420312.748 (0.56%)......... $349183 (-11.58%)\n2016-09-08........ 417992.565 (0.56%)......... $394903 (-3.94%)\n2016-09-07........ 415668.581 (0.56%)......... $411096 (5.55%) \n2016-09-06........ 413344.816 (0.57%)......... $389462 (-4.17%)\n2016-09-05\t....... 411021.154 (0.56%).......... $406401 (4.77%) \n2016-09-04........ 408717.935 (0.57%).......... $387894 (-5.97%) \n2016-09-03........ 406403.070 (0.57%).......... $412519 (14.85%)\n2016-09-02........ 404090.658 (0.57%).......... $359176 (-15.02%)\n2016-09-01........ \t401786.141 (0.58%)..........\t \t$422679 (-4.71%)\n2016-08-31........\t 399472.152 (0.58%)..........\t \t$443554 (-4.16%)\n2016-08-30........\t \t397164.602 (0.59%)..........\t \t$462800 (32.09%)\n2016-08-29........ \t394851.239 (0.59%)..........\t \t$350371 (-6.54%)\n2016-08-28........ \t392549.760 (0.59%)..........\t \t$374885 (1.77%)\n2016-08-27........\t \t390256.389 (0.59%)..........\t \t$368347 (-11.68%)\n2016-08-26........\t \t 387966.172 (0.59%)..........\t \t$417079 (-17.95%)\n2016-08-25........ \t385699.379 (0.60%).........\t \t$508329 (4.03%)\n2016-08-24........\t 383397.671 (0.60%)..........\t \t$488636 (-14.72%)\n2016-08-23........\t \t381101.676 (0.60%)..........\t \t$572979 (-5.90%)\n2016-08-22........\t \t378810.667 (0.61%)..........\t \t$608927 (1.98%)\n2016-08-21........\t \t376521.378 (0.61%).........\t \t$597095 (-1.23%)\n2016-08-20........\t \t374224.145 (0.61%)..........\t \t$604559 (9.84%)\n2016-08-19........ \t371945.472 (0.62%)..........\t \t$550409 (-2.55%)\n2016-08-18........\t \t369647.005 (0.63%)..........\t \t$564821 (8.66%)\n2016-08-17........\t \t367339.856 (0.63%)..........\t \t$519786 (-13.57%)\n2016-08-16........\t \t365043.733 (0.63%)..........\t \t$601410 (-1.26%)\n2016-08-15........\t \t362744.987 (0.63%)..........\t \t$609060 (-0.02%)\n2016-08-14........ \t360456.594 (0.64%)..........\t \t$609175 (11.16%)\n2016-08-13........\t \t358165.725 (0.65%)..........\t \t$548019 (-0.59%)\n2016-08-12........ \t355863.969 (0.65%)..........\t \t$551297 (-13.84%)\n2016-08-11........\t \t353573.812 (0.65%)..........\t \t$639841 (-10.93%)\n2016-08-10........\t \t351273.366 (0.66%)..........\t \t$718372 (-3.48%)\n2016-08-09........\t \t348982.758 (0.66%)..........\t \t$744303 (-12.10%)\n2016-08-08........\t \t346688.723 (0.66%)..........\t \t$846787 (10.01%)\n2016-08-07........\t \t344399.030 (0.67%)..........\t \t$769732 (-3.66%)\n2016-08-06........\t \t342109.694 (0.67%)..........\t \t$798939 (5.41%)\n2016-08-05........ \t339820.731 (0.67%)..........\t \t$757953 (-6.90%)\n2016-08-04........\t \t337547.111 (0.69%)..........\t \t$814164 (-1.08%)\n2016-08-03........\t \t335247.975 (0.69%)..........\t \t$823044 (-10.44%)\n2016-08-02........\t \t332959.994\t0.000.............\t $918966\n \n**WEEKLY UPDATE ON THE ABOVE CONFIDENTIAL STEEMIN ACCOUNT**\nAfter studying the above spreadsheet you can see that the rate of SteemPower in the above confidential steemin account has increased this week over last week by 16296 SteemPower . That is a 3.88% increase in SteemPower week over week . Even Though this steemin's account grew in SteemPower the $ dollar value declined . The $ dollar value last week was $394,903 this week $289,626.00a decrease of ( -$105,277.00 ) . That is a 26.65% decrease in value from last week . \nWe should also examine the price of steem during this same time period . On 9 / 8 / 2016 the price of steem was $0.72 and today on 9 / 15 / 2016 the price is $0.57 . That is a 20.83% drop in price from last week . \n \n**CHART BELOW**\nBLUE LINE : Represents active last 24 hours\nRED LINE : Represents active last 7 days \nGREEN LINE : Represents total accounts \n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016_zpstua5kuqm.png\n \n**This weeks report**\n\nThe Green Line continues to rise this is good news total accounts increased from last week 9 / 8 / 2016 was 86257 this week 9 / 15 / 2016 is 92219 that is a 6.91% increase over last week . \n \nThe Blue Line continues to fall . This is bad news . Active users over 24 hour period decreased from last week 9 / 8 / 2016 was 4303 . This week is 4165 : That is a decrease of 3.20% from last week . \n\nThe Red Line rose this week . This is good news . Active users over a 7 day period increased from last week 9 / 8 / 2016 was 12607 . This week is 13747 : That is an increase of 9.04% from last week . \n\n**Below column chart active over 24 hour periods**.\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%2024%20hour_zpsoy7tmu7g.png\n\n**Below column chart active over 7 day periods**.\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%207%20day_zpscqetc3ea.png\n\n**Below column chart of total accounts**\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20total_zps39tou5xz.png\n\n**Posts per day below :**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20posts_zpswvum4yph.png\nimage credit steemle.com\n\n**Replies per day below :**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20replies_zpsttsbsesw.png\nimage credit steemle.com\n\n STEEM not invested in SteemPower henceforth referred to as : **LIQUID STEEM**\n\n \nTotal Liquid STEEM numbers on 9 / 8 / 2016 were 7,372,265 today 9 / 15 / 2016 as of this writing are 8,218,388 a week over week increase of 846,123 . That is an 11.477 percent increase of Liquid STEEM from last week .\n \n**Study closely the spreadsheet and charts below.** \n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/8%2024%202016%20%20top_zpsu0th1l8d.png \nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%201%20%202016%20%20spreadsheet_zpsuezolihz.png\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%2015%202016%20%20bottom_zpsgdee1aye.png\n\n**GLOSSARY OF SPREADSHEET TERMINOLOGY :**\n\n**Current_Supply** = ...Current supply of STEEM\n\n**Total_Vesting_Fund_ Steem** =... Total STEEM invested in SteemPower\n\n**Total_Vesting_Fund_ STEEM AS % of CURRENT SUPPLY** =... Total STEEM invested in SteemPower as a % of total steem\n\n**STEEM NOT INVESTED IN STEEM POWER** =... Total number of steem not invested in SteemPower **( LIQUID STEEM )**\n\n**NUMBER of STEEM not invested in SteemPower daily increase or decrease** =... The daily increase or daily decrease of steem not invested in SteemPower\n\n**STEEM PRICE BTC - STEEM** =... Price of steem to btc on Bittrex\n\n**STEEM PRICE $$$$ - STEEM** = Price of steem in $ dollars on Bittrex\n\n**SBD PRICE $$$$ - SBD** = Price of sbd in $ dollars on Bittrex\n\n\nIn chart # 1 below you can see the STEEM price as the red line and the total number of LIQUID STEEM as the blue column.\n\n**CHART # 1**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20total%20LS_zpswf9hskvu.png\n\nIn chart # 2 below you can see the STEEM price as the red line and the daily increase or decrease of LIQUID STEEM as the blue column.\n\n**CHART # 2**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20increase%20%20LS_zpsz3bkvmvc.png\n\nIn the chart # 3 below you can see we have been in a steady downtrend since July 13 , 2016 . The support line is around $0.39 .\n**CHART # 3**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20support_zpsekxl0pfj.png\n\n8/22/2016 : 1 MV = 1M VESTS = 290.546 STEEM = $425.359\n8/23/2016 : 1 MV = 1M VESTS = 292.369 STEEM = $423.351\n8/24/2016 : 1 MV = 1M VESTS = 294.057 STEEM = $424.618\n8/25/2016 : 1 MV = 1M VESTS = 295.862 STEEM = $419.533\n8/26/2016 : 1 MV = 1M VESTS = 297.698 STEEM = $390.877\n8/27/2016 : 1 MV = 1M VESTS = 299.355 STEEM = $339.170\n8/28/2016 : 1 MV = 1M VESTS = 301.051 STEEM = $329.952\n8/29/2016 : 1 MV = 1M VESTS = 302.876 STEEM = $296.818\n8/30/2016 : 1 MV = 1M VESTS = 304.633 STEEM = $287.269\n8/31/2016 : 1 MV = 1M VESTS = 306.396 STEEM = $286.481\n9/01/2016 : 1 MV = 1M VESTS = 307.721 STEEM = $282.180\n9/02/2016 : 1 MV = 1M VESTS = 310.002 STEEM = $278.692\n9/03/2016 : 1 MV = 1M VESTS = 311.693 STEEM = $269.302\n9/04/2016 : 1 MV = 1M VESTS = 313.174 STEEM = $265.885\n9/05/2016 : 1 MV = 1M VESTS = 314.561 STEEM = $267.062\n9/06/2016 : 1 MV = 1M VESTS = 316.476 STEEM = $262.992\n9/07/2016 : 1 MV = 1M VESTS = 318.915 STEEM = $259.597\n9/08/2016 : 1 MV = 1M VESTS = 319.983 STEEM = $257.906\n9/09/2016 : 1 MV = 1M VESTS = 322.029 STEEM = $257.945\n9/10/2016 : 1 MV = 1M VESTS = 323.483 STEEM = $252.640\n9/11/2016 : 1 MV = 1M VESTS = 325.395 STEEM = $247.300\n9/12/2016 : 1 MV = 1M VESTS = 327.021 STEEM = $234.801\n9/13/2016 : 1 MV = 1M VESTS = 328.719 STEEM = $227.145\n9/14/2016 : 1 MV = 1M VESTS = 330.950 STEEM = $213.132\n9/15/2016 : 1 MV = 1M VESTS = 332.264 STEEM = $211.985\n\n**VESTS $$$ VALUE LINE CHART # 4**\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20vests%20line_zpswioymybc.png\n\n**VESTS $$$ VALUE COLUMN CHART # 5**\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20vests%20column_zpsskxmagux.png\n\n\n**SUMMARY :**\nThe steemin confidential account has fell in value from $918,966 on August 2, 2016 to $289,626 on September 15,2016 . That is a decline of ( $629,340 ) or a 68.52% fall in $ dollar value .\n\n LIQUID STEEM **increased** this week the total number of LIQUID STEEM is at its **highest level** 8,218,388 ( see chart # 1 ) since I have been keeping data . \n \n The STEEM price fell 20.83% from last week . Looks like we should find support at around **$0.39** if steem continues to fall . ( see chart # 3 )\n\nTotal accounts **increased** 6.91% over last week .\nActive users over 24 hour period **decreased** 3.20% from last week.\nActive users over a 7 day period **increased** 9.04% over the last 7 days.\n\nVest value continues to fall ( see chart # 4 and chart # 5 )\n\nWe will continue to monitor these numbers and keep you updated here at **STEEMIT WEEKLY DATA REPORT.** \n\n**PAST STEEMIT WEEKLY DATA REPORTS.** \n\nhttps://steemit.com/steemit/@me-tarzan/why-power-up-steemit-weekly-data-report-why-to-not-power-up\n\nhttps://steemit.com/steemit/@me-tarzan/good-news-steemit-weekly-data-report-bad-news-bad-news\n\nhttps://steemit.com/steemit/@me-tarzan/great-news-steemit-weekly-data-report-good-news-bad-news\n\nhttps://steemit.com/steemit/@me-tarzan/steemit-weekly-data-report\n\n\n\n\n **DISCLAIMER :** This content is for informational, educational and research purposes only.\nPlease get the advice of a competent financial advisor before investing your money in any financial instrument.\n\nIt is strongly recommend that you consult with a licensed financial professional before using any information provided here at **STEEMIT WEEKLY DATA REPORT** . Any market data or news commentary used here is for illustrative and informational purposes only.\n\nPlease voice your opinions in the comments below.\n\nIf you find any of this information useful to you. Please upvote and follow. **THANK YOU**", + "body_length": 12286, + "cashout_time": "2016-09-16T16:55:26", + "category": "steemit", + "children": 5, + "created": "2016-09-15T16:13:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"money\",\"news\",\"stats\"],\"image\":[\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/steemitbullbear2_zpsyaetssfl.jpg\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20batel_zps6z9khleq.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016_zpstua5kuqm.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%2024%20hour_zpsoy7tmu7g.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%207%20day_zpscqetc3ea.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20total_zps39tou5xz.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20posts_zpswvum4yph.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20replies_zpsttsbsesw.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/8%2024%202016%20%20top_zpsu0th1l8d.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%201%20%202016%20%20spreadsheet_zpsuezolihz.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20total%20LS_zpswf9hskvu.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20increase%20%20LS_zpsz3bkvmvc.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20support_zpsekxl0pfj.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20vests%20line_zpswioymybc.png\",\"http:\\/\\/i86.photobucket.com\\/albums\\/k118\\/stockslayer2000\\/9%20%2015%20%202016%20%20vests%20column_zpsskxmagux.png\"],\"links\":[\"http:\\/\\/steemwhales.com\\/\",\"https:\\/\\/steemit.com\\/steemit\\/@me-tarzan\\/why-power-up-steemit-weekly-data-report-why-to-not-power-up\",\"https:\\/\\/steemit.com\\/steemit\\/@me-tarzan\\/good-news-steemit-weekly-data-report-bad-news-bad-news\",\"https:\\/\\/steemit.com\\/steemit\\/@me-tarzan\\/great-news-steemit-weekly-data-report-good-news-bad-news\",\"https:\\/\\/steemit.com\\/steemit\\/@me-tarzan\\/steemit-weekly-data-report\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:01:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1005848166818, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.277 HBD", + "percent_steem_dollars": 10000, + "permlink": "9-15-2016-steemit-weekly-data-report-9-15-2016", + "post_id": 959177, + "promoted": "0.010 HBD", + "replies": [], + "root_title": "..........9 / 15 / 2016..................STEEMIT WEEKLY DATA REPORT................9 / 15 / 2016.............", + "title": "..........9 / 15 / 2016..................STEEMIT WEEKLY DATA REPORT................9 / 15 / 2016.............", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@me-tarzan/9-15-2016-steemit-weekly-data-report-9-15-2016" + }, + "michaelstobiersk/41fpbf-an-original-painting-by-michael-stobierski": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "230959935602", + "voter": "steem-id" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1304773172054", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "126924593097", + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8029048759", + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12961700193", + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2225398886", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6604623537", + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123155378", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2069018830", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239963421", + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230298423", + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1131539479", + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155872526", + "voter": "countofdelphi" + } + ], + "author": "michaelstobiersk", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>https://42410511-a-62cb3a1a-s-sites.googlegroups.com/site/artbymichaelstobierski/home/gallery/11022_Young%20Girl%20In%20Garden.jpg?attachauth=ANoY7cpbD62fwubg-l2iXfxmYgGgUS7-byilHX8j59veebsOZyZZYPUTii-V1uvue2Rnqpw0lG8L95qb3jRLZLPTm41v6IcC0Wcl1UtkmGcmHp2AHcu1VzEHLvk1eL_-GI_Oyqm2r8RXzAhMdQHKfnXBdva-C_uaG-E-zdaES5bWA7zgjBQ2oH6CFgY5XPkULXBH7Y1RW_oAFFApYCEgUyD69d2Df88y8ZiAWImYDwH-KGPDnC6pcpM2CTB3V6RmsSJsPvxS2h2gHQ8oCkW4bgCE3yZQqy2rfA%3D%3D&attredirects=0<br>\n </p>\n<p>This is an original painting by Michael Stobierski. It is painted with acrylic on a 11 x 14 inch canvas. This is a painting of a young girl picking flowers in a garden. Her innocence inspired me to paint this picture.</p>\n</html>", + "body_length": 715, + "cashout_time": "2016-09-16T15:31:38", + "category": "art", + "children": 2, + "created": "2016-09-15T15:10:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"photography\",\"life\",\"news\",\"steemit\"],\"image\":[\"https:\\/\\/42410511-a-62cb3a1a-s-sites.googlegroups.com\\/site\\/artbymichaelstobierski\\/home\\/gallery\\/11022_Young%20Girl%20In%20Garden.jpg?attachauth=ANoY7cpbD62fwubg-l2iXfxmYgGgUS7-byilHX8j59veebsOZyZZYPUTii-V1uvue2Rnqpw0lG8L95qb3jRLZLPTm41v6IcC0Wcl1UtkmGcmHp2AHcu1VzEHLvk1eL_-GI_Oyqm2r8RXzAhMdQHKfnXBdva-C_uaG-E-zdaES5bWA7zgjBQ2oH6CFgY5XPkULXBH7Y1RW_oAFFApYCEgUyD69d2Df88y8ZiAWImYDwH-KGPDnC6pcpM2CTB3V6RmsSJsPvxS2h2gHQ8oCkW4bgCE3yZQqy2rfA%3D%3D&attredirects=0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:10:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1696428320185, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.532 HBD", + "percent_steem_dollars": 10000, + "permlink": "41fpbf-an-original-painting-by-michael-stobierski", + "post_id": 958607, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "An Original Painting by Michael Stobierski", + "title": "An Original Painting by Michael Stobierski", + "total_payout_value": "0.000 HBD", + "url": "/art/@michaelstobiersk/41fpbf-an-original-painting-by-michael-stobierski" + }, + "newsfeed/americans-trust-in-the-media-has-fallen-to-an-all-time-low-according-to-gallup": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "124961861", + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167307678498", + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159631404", + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5712937692", + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55281264", + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130289957", + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151062983", + "voter": "newsfeed" + } + ], + "author": "newsfeed", + "author_reputation": 16809529417, + "beneficiaries": [], + "body": "In a climate of bitter political partisanship, anti-media rhetoric and diversified media options, just 32% of Americans now say they trust the media \"to report the news fully, accurately and fairly\" -- the lowest level since 1972, when Gallup began polling.\n\n<h1><center>http://i2.cdn.turner.com/money/dam/assets/160914170009-media-distrust-780x439.jpg</center></h1>\n\n\"Now, only about a third of the U.S. has any trust in the Fourth Estate, a stunning development for an institution designed to inform the public,\" Gallup said in its press release.\n\nWhile Americans' faith in media has been in decline for over a decade, this year's findings represent a sharp drop from the previous eight years, when between 40 and 45 percent of Americans expressed trust.\n\n**Source / Read More...** <a href='http://money.cnn.com/2016/09/14/media/gallup-trust-in-media/index.html?iid=hp-stack-dom'>money.cnn.com</a> \n\n<hr>\n\n<center><img src='https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6'></center>\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!*", + "body_length": 1431, + "cashout_time": "2016-09-16T18:00:18", + "category": "newsfeed", + "children": 2, + "created": "2016-09-15T17:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"newsfeed\",\"news\",\"politics\",\"stats\"],\"users\":[\"newsfeed\"],\"image\":[\"http:\\/\\/i2.cdn.turner.com\\/money\\/dam\\/assets\\/160914170009-media-distrust-780x439.jpg\",\"https:\\/\\/ipfs.pics\\/ipfs\\/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6\"],\"links\":[\"http:\\/\\/money.cnn.com\\/2016\\/09\\/14\\/media\\/gallup-trust-in-media\\/index.html?iid=hp-stack-dom\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:44:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173641843659, + "parent_author": "", + "parent_permlink": "newsfeed", + "pending_payout_value": "0.039 HBD", + "percent_steem_dollars": 0, + "permlink": "americans-trust-in-the-media-has-fallen-to-an-all-time-low-according-to-gallup", + "post_id": 959990, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Americans' trust in the media has fallen to an all-time low, according to Gallup.", + "title": "Americans' trust in the media has fallen to an all-time low, according to Gallup.", + "total_payout_value": "0.000 HBD", + "url": "/newsfeed/@newsfeed/americans-trust-in-the-media-has-fallen-to-an-all-time-low-according-to-gallup" + }, + "newsfeed/obama-to-create-first-marine-national-monument-in-the-atlantic-ocean": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1885175668", + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "171277904902", + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3447878718", + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109225703", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "145020464", + "voter": "newsfeed" + } + ], + "author": "newsfeed", + "author_reputation": 16809529417, + "beneficiaries": [], + "body": "To protect and preserve an area filled with endangered species and deepwater corals, President Obama will designate a section of the Atlantic Ocean a national monument. He will make the formal announcement Thursday at the annual Our Ocean Conference in Washington. \n\n<center><h1>http://i2.cdn.turner.com/cnnnext/dam/assets/160902093432-01-obama-midway-0902-exlarge-169.jpg</h1></center>\n\nThe Northeast Canyons and Seamounts Marine National Monument is about 130 miles off the southeast coast of Cape Cod, covering 4,913 square miles. It is home to endangered species like sei whales and Kemp's ridley turtles, and boasts three underwater canyons deeper than the Grand Canyon. It will be the first marine monument in the Atlantic Ocean, and under the designation, commercial fishing will be banned in the area by 2023, with red crab and lobster fisheries having seven years to cease operations, and other commercial fishing entities just 60 days.\n\n**Source / Read More...** <a href='http://theweek.com/5things/648944/obama-create-first-marine-national-monument-atlantic-ocean'>theweek.com</a>\n\n<hr>\n\n<center><img src='https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6'></center>\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!*", + "body_length": 1622, + "cashout_time": "2016-09-16T12:34:01", + "category": "newsfeed", + "children": 0, + "created": "2016-09-15T12:21:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"newsfeed\",\"news\",\"politics\",\"life\",\"monument\"],\"users\":[\"newsfeed\"],\"image\":[\"http:\\/\\/i2.cdn.turner.com\\/cnnnext\\/dam\\/assets\\/160902093432-01-obama-midway-0902-exlarge-169.jpg\",\"https:\\/\\/ipfs.pics\\/ipfs\\/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6\"],\"links\":[\"http:\\/\\/theweek.com\\/5things\\/648944\\/obama-create-first-marine-national-monument-atlantic-ocean\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T12:22:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 176865205455, + "parent_author": "", + "parent_permlink": "newsfeed", + "pending_payout_value": "0.040 HBD", + "percent_steem_dollars": 0, + "permlink": "obama-to-create-first-marine-national-monument-in-the-atlantic-ocean", + "post_id": 957188, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Obama to create first marine national monument in the Atlantic Ocean", + "title": "Obama to create first marine national monument in the Atlantic Ocean", + "total_payout_value": "0.000 HBD", + "url": "/newsfeed/@newsfeed/obama-to-create-first-marine-national-monument-in-the-atlantic-ocean" + }, + "newsfeed/samsung-said-it-would-push-a-software-update-that-limits-how-much-users-can-charge-its-galaxy-note-7-smartphone": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "171281526309", + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "145020464", + "voter": "newsfeed" + } + ], + "author": "newsfeed", + "author_reputation": 16809529417, + "beneficiaries": [], + "body": "U.S. buyers unlikely to get software patch as phone maker works on replacement plan.\n\nhttp://i2.cdn.turner.com/money/dam/assets/160902121639-samsung-galaxy-note-7-fire-front-780x439.jpg\n\nSamsung Electronics Co. said it would push a software update that limits how much users can charge its Galaxy Note 7 smartphone as the electronics giant struggles to recall more than two million of the devices around the globe.\n\nThe software attempts to reduce the risk of the phones catching fire by limiting the maximum battery charge to 60%, Samsung said.\n\nThe software will be available from Sept. 20 in its home country of South Korea, the company said. However, Samsung is unlikely to employ the software patch in the U.S. in the near term, according to a person familiar with the situation.\n\n\u201cWe are considering every possible measure to protect consumers\u2019 safety and this update is part of our ongoing efforts to urge consumers to power down their device and participate in the replacement program,\u201d Samsung said.\n\n**Source / Read More...** <a href='http://www.wsj.com/articles/samsung-china-recalls-early-release-galaxy-note-7s-1473853629'>wsj.com</a> By YUN-HEE KIM and JOHN D. MCKINNON\n\n<hr>\n\n<center><img src='https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6'></center>\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!*", + "body_length": 1715, + "cashout_time": "2016-09-16T14:40:50", + "category": "newsfeed", + "children": 0, + "created": "2016-09-15T14:29:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"newsfeed\",\"news\",\"technology\",\"money\"],\"users\":[\"newsfeed\"],\"image\":[\"http:\\/\\/i2.cdn.turner.com\\/money\\/dam\\/assets\\/160902121639-samsung-galaxy-note-7-fire-front-780x439.jpg\",\"https:\\/\\/ipfs.pics\\/ipfs\\/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6\"],\"links\":[\"http:\\/\\/www.wsj.com\\/articles\\/samsung-china-recalls-early-release-galaxy-note-7s-1473853629\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:29:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 171426546773, + "parent_author": "", + "parent_permlink": "newsfeed", + "pending_payout_value": "0.039 HBD", + "percent_steem_dollars": 0, + "permlink": "samsung-said-it-would-push-a-software-update-that-limits-how-much-users-can-charge-its-galaxy-note-7-smartphone", + "post_id": 958228, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Samsung said it would push a software update that limits how much users can charge its Galaxy Note 7 smartphone", + "title": "Samsung said it would push a software update that limits how much users can charge its Galaxy Note 7 smartphone", + "total_payout_value": "0.000 HBD", + "url": "/newsfeed/@newsfeed/samsung-said-it-would-push-a-software-update-that-limits-how-much-users-can-charge-its-galaxy-note-7-smartphone" + }, + "oflyhigh/cn-september-15-happy-mid-autumn-festival": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7312372401189", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9536121301", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31268184602", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33624498145", + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82846490855", + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14893951110", + "voter": "lemooljiang" + }, + { + "percent": "8700", + "reputation": 0, + "rshares": "3538819604", + "voter": "ace108" + }, + { + "percent": "8300", + "reputation": 0, + "rshares": "36195843869", + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16190000587", + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25206026204", + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1878616629", + "voter": "feelapi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6135685984", + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6678776892", + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2131733339", + "voter": "chinadaily" + }, + { + "percent": "3900", + "reputation": 0, + "rshares": "11978832670", + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6604609396", + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73931511966", + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100123561", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83883352848", + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "407122760", + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147730518", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152171809", + "voter": "raph" + } + ], + "author": "oflyhigh", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n\n\u670b\u53cb\u4eec\u597d\uff0cCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\u53c8\u6765\u4e86\u3002\n# \u8bf4\u660e\uff1a\n```\n\u53ea\u5217\u4e2d\u6587\u8d34\u6216\u8005\u7ffb\u8bd1\u826f\u597d\u7684\u4e2d\u82f1\u6587\u5e16\u5b50\uff0c\u7eaf\u82f1\u6587\u6216\u8005\u673a\u7ffb\u7684\u5c31\u4e0d\u5728\u8fd9\u91cc\u5217\u4e86\n\u53ea\u5217\u539f\u521b\u4f5c\u54c1\uff0c\u8f6c\u8f7d\u7684\u5c31\u4e0d\u5217\u4e86\n\u9274\u4e8e\u4e2a\u4eba\u7cbe\u529b\u548c\u80fd\u529b\u6709\u9650\uff0c\u9009\u8d34\u53ca\u70b9\u8bc4\u96be\u514d\u7247\u9762\uff0c\u656c\u8bf7\u8c05\u89e3\n\u5f80\u671f\u5185\u5bb9\u53ea\u4fdd\u7559\u6700\u8fd1\u4e09\u671f\uff0c\u611f\u5174\u8da3\u7684\u53ef\u4ee5\u67e5\u770b\u6211\u4e2a\u4eba\u535a\u5ba2 @oflyhigh\n\n\u53bb\u6389\u603b\u671f\u6570\uff0c\u76f4\u63a5\u7528\u65e5\u671f\n```\n\n\n# \ud83d\udccc \u5e7f\u544a\u65f6\u95f4\n\nHappy Mid Autumn Festival!\n\u795dsteemit\u7684\u5404\u4f4d\u670b\u53cb\u4e2d\u79cb\u8282\u5feb\u4e50\u3002\n\u51e0\u5757\u6708\u997c\uff0c\u4e0d\u6210\u656c\u610f(\u56fe\u7247\u6e90\u81ea\u7f51\u7edc\uff09\n\n\n\n\n# \u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\n\n\n[Introducing a box of Moon Cakes from Singapore - \u770b\u770b\u4e00\u76d2\u65b0\u52a0\u5761\u7684\u6708\u997c (by @ace108)](https://steemit.com/photography/@ace108/introducing-a-moon-cakes-from-singapore-by-ace108)\n\u4f5c\u8005\uff1a @ace108\n\u70b9\u8bc4\uff1a \u770b\u6765\u5c31\u5f88\u7f8e\u5473\u7684\u6708\u997c\uff0c\u6708\u997c\u5bd3\u610f\u56e2\u5706\u7f8e\u6ee1\uff0c\u795dsteemit\u7684\u5404\u4f4d\u670b\u53cb\u4e2d\u79cb\u8282\u5feb\u4e50\uff0c\u751f\u6d3b\u7f8e\u6ee1\uff01\n\n\n\n[One night in the Yellow Submarine. \u5728\u9ec4\u8272\u6f5c\u6c34\u8247\u4e0a\u5ea6\u8fc7\u7684\u4e00\u591c\u3002](https://steemit.com/travel/@sweetsssj/one-night-in-the-yellow-submarine)\n\u4f5c\u8005\uff1a @sweetsssj\n\u70b9\u8bc4\uff1a `One night in Beijing\uff0c \u6211\u7559\u4e0b\u8bb8\u591a\u60c5`\uff0c\u54c8\u54c8\uff0c\u4e0d\u662f\u5317\u4eac\u662f\u9ec4\u8272\u6f5c\u6c34\u8247\u3002\u751c\u5fc3\u59b9\u59b9\u8fd9\u7ec4\u7167\u7247\u4e0d\u9519\uff0c\u8868\u60c5\u6bd4\u8f83\u751f\u52a8\u6d3b\u6cfc\u53ef\u7231\u3002\n\n\n[Happy Mid-Autumn Day! Two fools / \u4e24\u4e2a\u7b28\u86cb](https://steemit.com/art/@elfkitchen/happy-mid-autumn-day-two-fools)\n\u4f5c\u8005\uff1a @elfkitchen\n\u70b9\u8bc4\uff1a \u4e00\u4e2a\u5b57\uff0c\u6709\u624d\uff01\n\n\n[Real-Time Update of RobinHood Whale Project \u7f57\u5bbe\u9cb8\u706b\u8d34\u5b9e\u65f6\u66f4\u65b0 15-09](https://steemit.com/robinhoodwhale/@laonie/robinhoodwhale-15-09-2016)\n\u4f5c\u8005\uff1a @laonie\n\u70b9\u8bc4\uff1a \u52a0\u6cb9\n\n\n[Has Apple Bitten Off More Than It Can Chew? / \u82f9\u679c\u8d85\u8d1f\u8377\u4e86\u5417\uff1f](https://steemit.com/life/@rea/has-apple-bitten-off-more-than-it-can-chew)\n\u4f5c\u8005\uff1a @rea\n\u70b9\u8bc4\uff1a \u6211\u89c9\u5f97\u8fd9\u4e2a\u65f6\u5019\u4f60\u5e94\u8be5\u7ed9\u53ef\u601c\u7684\u4e09\u661f\u66f4\u591a\u7684\u5173\u6000\uff1a\uff09\n\n\n[Active authors & posts under the CN category[2016-09-13]](https://steemit.com/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13)\n\u4f5c\u8005\uff1a @chinadaily\n\u70b9\u8bc4\uff1a \u6211\u5c31\u662f\u987a\u4fbf\u7784\u4e00\u773c\u4fe1\u8a89\u548c\u94b1\u5305\u3002\n\n\n\n[Happy Mid-Autumn Day!](https://steemit.com/cn/@elfkitchen/happy-mid-autumn-day)\n\u4f5c\u8005\uff1a @elfkitchen\n\u70b9\u8bc4\uff1a \u5927\u95f8\u87f9\u8868\u793a\u5f88\u4e0d\u5f00\u5fc3\u3002\n\n\n[The cicret bracelet - \u624b\u673a\u8fd8\u80fd\u8fd9\u4e48\u73a9](https://steemit.com/sharing/@fishingvideos/the-cicret-bracelet)\n\u4f5c\u8005\uff1a @fishingvideos\n\u70b9\u8bc4\uff1a \u6295\u5f71\u914d\u5408\u611f\u5e94\u88c5\u7f6e\u561b\u3002\u4ee5\u540e\u5168\u5927\u8111\u690d\u5165\u82af\u7247\uff0c\u624d\u53eb\u5148\u8fdb\u90a3\u3002\n\n\n\n[\u795d\u5927\u5bb6\u4e2d\u79cb\u5feb\u4e50\uff01](https://steemit.com/cn/@lemooljiang/2gl55w)\n\u4f5c\u8005\uff1a @lemooljiang\n\u70b9\u8bc4\uff1a \u8bdd\u867d\u4e0d\u591a\u6696\u5fc3\u7a9d\u554a\uff0c\u662f\u554a\uff0c\u73a9\u5f97\u5feb\u4e50\u5c31\u597d\u3002\u4e2d\u79cb\u5feb\u4e50\u3002\n\n# \u5f80\u671f\u5185\u5bb9\n[\ud83d\udc7e\u5927\u5634\u86d9\u70b9\u8bc4\uff1aCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\uff0c\u6392\u540d\u4e0d\u5206\u5148\u540e\uff08September 14\uff09](https://steemit.com/cn/@oflyhigh/cn-september-14)\n[\ud83d\udc7e\u5927\u5634\u86d9\u70b9\u8bc4\uff1aCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\uff0c\u6392\u540d\u4e0d\u5206\u5148\u540e\uff08September 13\u7b2c30\u671f \uff09](https://steemit.com/cn/@oflyhigh/cn-september-13-30)\n[\ud83d\udc7e\u5927\u5634\u86d9\u70b9\u8bc4\uff1aCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\uff0c\u6392\u540d\u4e0d\u5206\u5148\u540e\uff08September 12\u7b2c29\u671f \uff09](https://steemit.com/cn/@oflyhigh/cn-september-12-29)", + "body_length": 3261, + "cashout_time": "2016-09-16T14:02:24", + "category": "cn", + "children": 2, + "created": "2016-09-15T11:49:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cn\",\"news\",\"trending\",\"hotpost\",\"review\"],\"users\":[\"ace108\",\"sweetsssj\",\"elfkitchen\",\"laonie\",\"rea\",\"chinadaily\",\"fishingvideos\",\"lemooljiang\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/15\\/mmexport1473902157237f6fc1.jpg\",\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/11\\/flog_newabb23.png\",\"https:\\/\\/img1.steemit.com\\/0x0\\/https:\\/\\/www.steemimg.com\\/images\\/2016\\/08\\/17\\/flog_small491d1.png\"],\"links\":[\"https:\\/\\/steemit.com\\/photography\\/@ace108\\/introducing-a-moon-cakes-from-singapore-by-ace108\",\"https:\\/\\/steemit.com\\/travel\\/@sweetsssj\\/one-night-in-the-yellow-submarine\",\"https:\\/\\/steemit.com\\/art\\/@elfkitchen\\/happy-mid-autumn-day-two-fools\",\"https:\\/\\/steemit.com\\/robinhoodwhale\\/@laonie\\/robinhoodwhale-15-09-2016\",\"https:\\/\\/steemit.com\\/life\\/@rea\\/has-apple-bitten-off-more-than-it-can-chew\",\"https:\\/\\/steemit.com\\/cn\\/@chinadaily\\/active-authors-and-posts-under-the-cn-category-2016-09-13\",\"https:\\/\\/steemit.com\\/cn\\/@elfkitchen\\/happy-mid-autumn-day\",\"https:\\/\\/steemit.com\\/sharing\\/@fishingvideos\\/the-cicret-bracelet\",\"https:\\/\\/steemit.com\\/cn\\/@lemooljiang\\/2gl55w\",\"https:\\/\\/steemit.com\\/cn\\/@oflyhigh\\/cn-september-14\",\"https:\\/\\/steemit.com\\/cn\\/@oflyhigh\\/cn-september-13-30\",\"https:\\/\\/steemit.com\\/cn\\/@oflyhigh\\/cn-september-12-29\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:49:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7759702605838, + "parent_author": "", + "parent_permlink": "cn", + "pending_payout_value": "5.025 HBD", + "percent_steem_dollars": 10000, + "permlink": "cn-september-15-happy-mid-autumn-festival", + "post_id": 957012, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\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\uff08September 15 \uff09/Happy Mid Autumn Festival!", + "title": "\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\uff08September 15 \uff09/Happy Mid Autumn Festival!", + "total_payout_value": "0.000 HBD", + "url": "/cn/@oflyhigh/cn-september-15-happy-mid-autumn-festival" + }, + "sergey44/big-banks-invest-usd55-million-in-blockchain-startup-ripple-s-series-b": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7802808874", + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 0, + "rshares": "313689446", + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061233175", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2352115535", + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1708142121", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "334846153", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1802321537", + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1891589053", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58224897", + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1783607101", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "190483495123", + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "223351536", + "voter": "andrewrait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123155378", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4780534468", + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "447616339", + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2069018830", + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153937845", + "voter": "abudar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "197857200", + "voter": "mexresorts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1127831915", + "voter": "sirlunchalot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113719467", + "voter": "mikerano" + } + ], + "author": "sergey44", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://media.coindesk.com/uploads/2016/09/shutterstock_172997579.jpg\" width=\"1500\" height=\"1000\"/> Distributed ledger settlement startup Ripple has raised $55m in venture capital from a mix of financial industry heavyweights.Participating in <a href=\"http://www.coindesk.com/companies/ripple-labs/\">Ripple</a>'s Series B round are Standard Chartered, Accenture Ventures, SCB Digital Ventures, the venture arm of Siam Commercial Bank and SBI Holdings. Additional investors include <a href=\"http://www.coindesk.com/santander-innoventures-adds-4-million-to-ripples-series-a-round/\">Santander InnoVentures</a>, CME Ventures, <a href=\"http://www.coindesk.com/seagate-ripple-investment-shows-were-serious-about-blockchain-tech/\">Seagate Technology</a> and Venture 51.With a growth trajectory that will soon force the settlement startup out of its San Francisco headquarters, much of those funds will be spent on expansion projects including sales and marketing. However, the investment is distinct for Ripple in that some of the funds could also fuel new acquisitions.Ripple president and COO Brad Garlinghouse told CoinDesk:</p>\n<blockquote><em>\"This gives us a strong balance sheet to also consider acquisitions. There are a lot of small players doing something interesting. Historically, we wouldn\u2019t be interested, but going forward we may be.\"</em></blockquote>\n<p>In total, Ripple has raised $93m venture capital including earlier investments from Google Ventures, Andreessen Horowitz, IDG Capital Partners and Jerry Yang's AME Cloud Ventures, a figure that makes it one of most-funded blockchain firms.While Garlinghouse wouldn\u2019t give any details about which startups the company might have in its sights, he did reveal new information about how it would seek to evolve its strategy in the months ahead. http://www.coindesk.com/ripple-blockchain-55-million-series-b/</p>\n</html>", + "body_length": 1929, + "cashout_time": "2016-09-16T16:02:57", + "category": "crypto", + "children": 3, + "created": "2016-09-15T15:46:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"crypto\",\"news\"],\"image\":[\"https:\\/\\/media.coindesk.com\\/uploads\\/2016\\/09\\/shutterstock_172997579.jpg\"],\"links\":[\"http:\\/\\/www.coindesk.com\\/companies\\/ripple-labs\\/\",\"http:\\/\\/www.coindesk.com\\/santander-innoventures-adds-4-million-to-ripples-series-a-round\\/\",\"http:\\/\\/www.coindesk.com\\/seagate-ripple-investment-shows-were-serious-about-blockchain-tech\\/\",\"http:\\/\\/www.coindesk.com\\/ripple-blockchain-55-million-series-b\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:46:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 218829095993, + "parent_author": "", + "parent_permlink": "crypto", + "pending_payout_value": "0.050 HBD", + "percent_steem_dollars": 0, + "permlink": "big-banks-invest-usd55-million-in-blockchain-startup-ripple-s-series-b", + "post_id": 958943, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Big Banks Invest $55 Million in Blockchain Startup Ripple's Series B", + "title": "Big Banks Invest $55 Million in Blockchain Startup Ripple's Series B", + "total_payout_value": "0.000 HBD", + "url": "/crypto/@sergey44/big-banks-invest-usd55-million-in-blockchain-startup-ripple-s-series-b" + }, + "sergey44/new-blockchain-alliance-forms-in-shanghai": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7802860274", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1644877598", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "309088757", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1891589053", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2067721913", + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54585840", + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1783650389", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109225703", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88628906", + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275081018", + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53397626", + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218599376", + "voter": "andrewrait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53548226", + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "434827301", + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "527464783", + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112482338", + "voter": "brainup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157079433", + "voter": "abudar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "201814344", + "voter": "mexresorts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113719467", + "voter": "mikerano" + } + ], + "author": "sergey44", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://media.coindesk.com/uploads/2016/09/shutterstock_453200890-300x185.jpg\" width=\"300\" height=\"185\"/> A new group is focusing on promoting blockchain tech in Shanghai.Calling itself the Shanghai Industrial Development Blockchain Alliance, the group is seeking to turn the city into a regional hub for the technology. According to a <a href=\"http://xhpfm.mobile.zhongguowangshi.com/v300/newshare/1136953?from=timeline&isappinstalled=0\">press release</a> announcing the organization, members include the Shanghai Municipal Development and Reform Research Institute,<a href=\"http://www.coindesk.com/wanxiang-blockchain-labs-50000-grant-program/\">Wanxiang Blockchain Lab</a> and Hyperledger member <a href=\"https://bitse.com/\">BitSE</a>.The group's origins date back to earlier this summer when discussions between the Shanghai government and members of the local blockchain sector began.BitSE CEO DJ Qian told CoinDesk:</p>\n<blockquote><em>\"The Shanghai government wanted to take notice and support these type of innovative blockchain applications.\"</em></blockquote>\n<p>The group mirrors a similar effort being undertaken in Shenzhen.In June, 31 companies formed a <a href=\"http://www.coindesk.com/financial-blockchain-shenzhen-consortium-launch/\">consortium</a> aimed at information-sharing and the exploration of the technology. Notable sponsors of that effort include Ping An Bank and a subsidiary of Tencent, the maker of the popular QQ messaging app.China, which has a deep connection with bitcoin through both the mining and exchange trade ecosystems, has seen growing interest among established firms in blockchain applications beyond digital cash. Shanghai itself is also set to play host to a series of blockchain-related conferences next week.Reportedly sponsoring the new organization is the <a href=\"http://usa.chinadaily.com.cn/business/2015-05/16/content_20734622.htm\">China Finance Information Center</a>, an office complex that plays home to the state-run Xinhua News Agency and other financial services company. The group's organizers said that the Information Center will play a significant role in both promoting the effort and creating a meeting ground for companies and startups that become involved.Other members include the Shanghai Institute of Science, the Lujiazui Finance Internet Association and the Jiading Industrial Zone Economic Development Co, one of several economic zones within Shanghai. http://www.coindesk.com/new-blockchain-alliance-forms-shanghai/</p>\n</html>", + "body_length": 2550, + "cashout_time": "2016-09-16T17:04:53", + "category": "crypto", + "children": 1, + "created": "2016-09-15T16:22:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"crypto\",\"news\"],\"image\":[\"https:\\/\\/media.coindesk.com\\/uploads\\/2016\\/09\\/shutterstock_453200890-300x185.jpg\"],\"links\":[\"http:\\/\\/xhpfm.mobile.zhongguowangshi.com\\/v300\\/newshare\\/1136953?from=timeline&isappinstalled=0\",\"http:\\/\\/www.coindesk.com\\/wanxiang-blockchain-labs-50000-grant-program\\/\",\"https:\\/\\/bitse.com\\/\",\"http:\\/\\/www.coindesk.com\\/financial-blockchain-shenzhen-consortium-launch\\/\",\"http:\\/\\/usa.chinadaily.com.cn\\/business\\/2015-05\\/16\\/content_20734622.htm\",\"http:\\/\\/www.coindesk.com\\/new-blockchain-alliance-forms-shanghai\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:22:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17900242345, + "parent_author": "", + "parent_permlink": "crypto", + "pending_payout_value": "0.003 HBD", + "percent_steem_dollars": 10000, + "permlink": "new-blockchain-alliance-forms-in-shanghai", + "post_id": 959246, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New Blockchain 'Alliance' Forms in Shanghai", + "title": "New Blockchain 'Alliance' Forms in Shanghai", + "total_payout_value": "0.000 HBD", + "url": "/crypto/@sergey44/new-blockchain-alliance-forms-in-shanghai" + }, + "steemwriter/youtube-demonetization-a-step-towards-censorship": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "231802954489", + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "10522572651365", + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "73217489959", + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "259364734576", + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "670045342217", + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "1626308437023", + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "1918293693987", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2352742377273", + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "168108323602", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29831817820", + "voter": "thedarkestplum" + }, + { + "percent": "5555", + "reputation": 0, + "rshares": "1061212429", + "voter": "murh" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "4209499465", + "voter": "karen13" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "204615626363", + "voter": "jl777" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "17267159012", + "voter": "proto" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "8734048037", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65722165", + "voter": "crowe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134258548", + "voter": "crimson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153644454", + "voter": "steemwriter" + } + ], + "author": "steemwriter", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n\nAs an American citizen, you are taught, from an early age, about your right to free speech protected under the first amendment of the constitution. However, the new technological phenomenon known as the internet doesn\u2019t subscribe to such an adherence. What was once regarded a safe space for open, unfiltered discussion has allowed the infestation of legally-protected, widespread censorship. \n\nThe internet is the collection of privately-owned spaces, all granted the freedom to manage and censor as they please. The most popular platform for video-sharing, Youtube.com, is no exception. For this reason, a recent issue that has arisen on this site is the demonetization of videos that aren\u2019t \u201cadvertiser friendly.\u201d Let\u2019s first start by clarifying that YouTube is a private space and has the legal right to enforce video restrictions. However, YouTube censoring its users goes against the very principles the site was founded upon and had been advertising. It was to be an open space for video content, and despite the fact that YouTube isn\u2019t directly taking down videos, cutting off monetization and money flow is just another, less direct, approach at shutting downs channels. Are the YouTube creators simply the users of the site or should they regarded as associates with a voice in the operation of the business? It might be the corporate group that creates the site, but it is the creator\u2019s that make the site. For this reason, the enforcement of a new policy has left many creators in fear and uproar since demonetization means the end to income and inevitably the end of content uploads. Any content that displays violence, is sexually suggestive, uses inappropriate language, and promotes drug use is deemed inappropriate for advertising.\n\nHowever, the most appalling addition to this vague list of restrictions is the use of \u201ccontroversial or sensitive subjects and events\u201d including politics, war, natural disasters, tragedies, or any graphic imagery. This can quite possibly change the face of news reporters such as Philip DeFranco who was one of the first major youtubers hit for demonetization. This attack on news channels has led many to believe that YouTube has an underlying goal: controlling the circulation of information and removing free press independent from the filtered and biased news outlets. Some youtubers even speculate that this could quite possibly be linked to the Hilary Clinton, as she has ties to YouTube corporate and officials from her campaign are regularly seen circulating the annual YouTube convention, VidCon. \n\nWhether there is truly an underlying corrupt cause for demonetization, many creators still find this change an infringement on rights and most of all an act of betrayal from YouTube. Many YouTuber\u2019s have voiced their opinions and tried to get answer from the site, but YouTube\u2019s lack of communication remains a major issue. When the site had decided to finally enforce the advertiser policy and start demonetization it never alerted its users. Therefore, channels had been losing ad revenue for months, unaware it was due to this new policy and assuming it was due to fluctuating video views. Once the YouTube community caught on to the recent changes, they still struggled to communicate with YouTube\u2019s corporate managers about the issue. The notification system was recently installed, along with an appeals system, which is an improvement. However, these systems should have been provided from the start and the lack of communication still remains an issue. Should we expect a rise in frustration and protest amongst the YouTube community or will they simply accept the policy and slowly change their content to fit the new requirements?", + "body_length": 3810, + "cashout_time": "2016-09-16T15:04:50", + "category": "new", + "children": 0, + "created": "2016-09-15T11:16:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"politics\",\"writing\",\"censorship\",\"new\"],\"image\":[\"http:\\/\\/i1.wp.com\\/www.oneangrygamer.net\\/wp-content\\/uploads\\/2016\\/09\\/Image8.jpg?resize=585%2C300\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:17:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18088528992784, + "parent_author": "", + "parent_permlink": "new", + "pending_payout_value": "22.003 HBD", + "percent_steem_dollars": 10000, + "permlink": "youtube-demonetization-a-step-towards-censorship", + "post_id": 956813, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YouTube Demonetization: A Step Towards Censorship?", + "title": "YouTube Demonetization: A Step Towards Censorship?", + "total_payout_value": "0.000 HBD", + "url": "/new/@steemwriter/youtube-demonetization-a-step-towards-censorship" + }, + "streetstyle/isaac-newton-got-it-wrong-with-this-apple": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "13046119426", + "voter": "jako" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1255809710", + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54562059603", + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5215562534", + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3031315446", + "voter": "handmade" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12687522802", + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57458166665", + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25747173993", + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "647921440", + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10022756915", + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269467120", + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98545946", + "voter": "ola1" + } + ], + "author": "streetstyle", + "author_reputation": 0, + "beneficiaries": [], + "body": "<center></center>\nLast month I posted a brief story about Apple, Inc's next [iPHONE release](https://steemit.com/investments/@streetstyle/coming-soon-selfies-underwater-edit-and-post-while-under-the-sea-iphone-7) possibly being water proof, and thus allowing its owners for truly unique underwater selfies. The theory behind this comes from Apple itself, since it patented software that allows for editing pictures underwater. If you are editing pictures underwater, then your phone is NOT water resistant, like the Samsung Galaxy 7 made famous by the Lil' Wayne commercials. If you are underwater editing anything on a phone, then that phone must be truly WATER PROOF. Maybe, and just maybe, the second clue lies in Apple removing the Earphone/Headphone Jacks from the Iphone 7.\n\nSo now we know that the Iphone 7 will be water restistant, and not water proof. Underwater selfies with whales and dolphins will have to wait. This didn't keep Billionaire Warren Buffett and Berskshire-Hathaway from investing near Half a Billion Dollars More in Apple recently, upping their investment stake to nearly $1.5 Billion Dollars. Apple stock is now approaching all time highs again. This APPLE is \"Falling UP,\" much to the chagrin of Sir Isaac Newton's Gravity. When I posted about Apple last month, the stock price was about $109, and today we find it at about $115. \n<center></center>\nSince some traders have recently bet against Apple with [Put Options](https://en.wikipedia.org/wiki/Put_option) and with the **news that the APPLE Stores will Launch the Iphone 7 tomorrow Friday WITHOUT Iphone 7's in stock because they are SOLD OUT**, Apple Stock could easily catapult past its All Time High of about $132 Dollars a share reached last year in March. Apple might just yet become the first Trillion Dollar Market Capitalization Company Yet. \n\nFolks, this is not financial advice. This is all opinion or news. I am long on Apple stock. I am long on Bitcoin. And I am extra long on STEEM. I will be checking the **_Pay me 100% in Steem Power_** box for the first time. Steemit's newest and coolest feature yet!\n<center><br>**Up Vote 100% in Steem Power!**</center>\n**********----------**********----------**********----------**********----------**********----------**********----------**********----------\n<center>09/15/16<br>Full $teem Ahead!<br>@streetstyle<br>**My Best Blogs**<br>- [Caffeine Madness](https://steemit.com/life/@streetstyle/the-other-addiction-caffeine-madness-and-what-they-don-t-want-you-to-know)<br> - [Coinbase Eggs](https://steemit.com/life/@streetstyle/why-i-pulled-my-bitcoin-out-of-coinbase-don-t-put-all-your-eggs-in-one-basket)</center>\nsources:\nwikipedia.org\ncnet.org\nfinance.yahoo.com\npics. source:\npixabay.com\ngoogle.com (labeled for reuse)", + "body_length": 2887, + "cashout_time": "2016-09-16T17:33:30", + "category": "money", + "children": 3, + "created": "2016-09-15T17:06:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steemsquad\",\"news\",\"life\",\"writing\"],\"users\":[\"streetstyle\"],\"image\":[\"http:\\/\\/i.imgur.com\\/mgom4tK.jpg\",\"http:\\/\\/i.imgur.com\\/hJlItLG.png\",\"http:\\/\\/i.imgur.com\\/OSEBY8P.png\"],\"links\":[\"https:\\/\\/steemit.com\\/investments\\/@streetstyle\\/coming-soon-selfies-underwater-edit-and-post-while-under-the-sea-iphone-7\",\"https:\\/\\/en.wikipedia.org\\/wiki\\/Put_option\",\"https:\\/\\/steemit.com\\/life\\/@streetstyle\\/the-other-addiction-caffeine-madness-and-what-they-don-t-want-you-to-know\",\"https:\\/\\/steemit.com\\/life\\/@streetstyle\\/why-i-pulled-my-bitcoin-out-of-coinbase-don-t-put-all-your-eggs-in-one-basket\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:56:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 184042421600, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.042 HBD", + "percent_steem_dollars": 0, + "permlink": "isaac-newton-got-it-wrong-with-this-apple", + "post_id": 959616, + "promoted": "1.120 HBD", + "replies": [], + "root_title": "ISAAC NEWTON GOT IT WRONG WITH THIS APPLE --", + "title": "ISAAC NEWTON GOT IT WRONG WITH THIS APPLE --", + "total_payout_value": "0.000 HBD", + "url": "/money/@streetstyle/isaac-newton-got-it-wrong-with-this-apple" + } + }, + "discussion_idx": { + "news": { + "hot": [ + "kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers", + "jeffreyahann/hillary-rodhan-clinton-is-on-her-death-bed-icu", + "me-tarzan/9-15-2016-steemit-weekly-data-report-9-15-2016", + "michaelstobiersk/41fpbf-an-original-painting-by-michael-stobierski", + "newsfeed/americans-trust-in-the-media-has-fallen-to-an-all-time-low-according-to-gallup", + "iontom/breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable", + "cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease", + "streetstyle/isaac-newton-got-it-wrong-with-this-apple", + "steemwriter/youtube-demonetization-a-step-towards-censorship", + "blend/this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast", + "cm-steem/usa-attention-register-asap-to-be-eligible-to-vote-for-the-legalization-of-cannabis-in-november-2016", + "herverisson/digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia", + "oflyhigh/cn-september-15-happy-mid-autumn-festival", + "sergey44/big-banks-invest-usd55-million-in-blockchain-startup-ripple-s-series-b", + "denn/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey", + "newsfeed/samsung-said-it-would-push-a-software-update-that-limits-how-much-users-can-charge-its-galaxy-note-7-smartphone", + "dims/early-pre-hispanic-use-of-indigo-blue-in-peru", + "alighti/hello-steemers-about-me-for-you-privet-stimery-obo-mne-dlya-vas", + "sergey44/new-blockchain-alliance-forms-in-shanghai", + "newsfeed/obama-to-create-first-marine-national-monument-in-the-atlantic-ocean" + ] + } + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "sbd_interest_rate": 1000, + "sbd_print_rate": 10000, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_steem": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [ + "life", + "steemit", + "story", + "art", + "steem", + "travel", + "food", + "introduceyourself", + "photography", + "money", + "writing", + "bitcoin", + "science", + "philosophy", + "stats", + "health", + "anarchy", + "poetry", + "psychology", + "steempay", + "steemmag", + "politics", + "steemfest", + "bitshares", + "music", + "beyondbitcoin", + "news", + "anarchism", + "cn", + "relationship", + "typography", + "ethereum", + "relationships", + "technology", + "gardening", + "love", + "liberty", + "popularscience", + "steemcleaners", + "deutsch", + "freedom", + "witness-category", + "barrycooper", + "smoothie", + "marijuana", + "fiction", + "steemdb", + "funny", + "family", + "blog" + ] + }, + "tags": {} +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/hot_news.pat.json b/hivemind/tavern/condenser_api_patterns/get_state/hot_news.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..3376b690bcce650baea8854b5a46f6bea7e96494 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/hot_news.pat.json @@ -0,0 +1,2917 @@ +{ + "accounts": {}, + "content": { + "alighti/hello-steemers-about-me-for-you-privet-stimery-obo-mne-dlya-vas": { + "active_votes": [ + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 81790420316, + "voter": "acidsun" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061159202, + "voter": "murh" + }, + { + "percent": "5000", + "reputation": 5888717170887, + "rshares": 33780018119, + "voter": "ratel" + }, + { + "percent": "5000", + "reputation": 811919161664, + "rshares": 3932595310, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 5642813991, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 26250478879, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1855825, + "rshares": 1026042780, + "voter": "danielkt" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 453429999, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 2105174990263, + "rshares": 26976555325, + "voter": "peterz" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 5609277990, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 30194118400, + "voter": "zaebars" + }, + { + "percent": "7800", + "reputation": 17218558634066, + "rshares": 33550784106, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3145567283, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 50308101136, + "rshares": 120956823, + "voter": "ap2002" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 49044215135, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7860831996, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 892119536265, + "rshares": 1178295028, + "voter": "mama-steem" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 5669340710, + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 67965196, + "voter": "zahar" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 81380841, + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2670478664, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 3401416945201, + "rshares": 3743673036, + "voter": "villainblack" + }, + { + "percent": "10000", + "reputation": 1691436050, + "rshares": 59219258, + "voter": "photo00" + }, + { + "percent": "10000", + "reputation": 2164423734, + "rshares": 59427399, + "voter": "editor" + }, + { + "percent": "10000", + "reputation": 1115296338676, + "rshares": 768033123, + "voter": "freeinthought" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 4895798003, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 3336919086, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 51524412, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 6113188716, + "rshares": 52774170, + "voter": "alighti" + }, + { + "percent": "10000", + "reputation": 271380763884, + "rshares": 173054719, + "voter": "natord" + }, + { + "percent": "10000", + "reputation": 1408766084240, + "rshares": 2974101422, + "voter": "htyfn" + }, + { + "percent": "10000", + "reputation": 675589247639, + "rshares": 1588535511, + "voter": "rusteemitblog" + }, + { + "percent": "10000", + "reputation": 4492498678, + "rshares": 154765535, + "voter": "mrsgreen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1560462705, + "voter": "steemlift" + } + ], + "author": "alighti", + "author_reputation": 6113188716, + "beneficiaries": [], + "body": "<html>\n<p>If something ever brings you in our country of blue eyes, in Minsk, you can find me here :) </p>\n<blockquote> \u0415\u0441\u043b\u0438 \u0432\u0430\u0441 \u043a\u043e\u0433\u0434\u0430-\u043d\u0438\u0431\u0443\u0434\u044c \u0437\u0430\u043d\u0435\u0441\u0435\u0442 \u0432 \u0441\u0442\u0440\u0430\u043d\u0443 \u0433\u043e\u043b\u0443\u0431\u044b\u0445 \u043e\u0447\u0435\u0439 , \u0432 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u0439 \u0433\u043e\u0440\u043e\u0434 \u041c\u0438\u043d\u0441\u043a , \u0442\u043e \u0442\u0443\u0442 \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u043c\u0435\u043d\u044f. :)</blockquote>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/301ca/Ck8ewU0KYMw.jpg\" width=\"640\" height=\"480\"/></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c2d0/peWOQtNJiPQ.jpg\" width=\"1157\" height=\"848\"/></p>\n<p>My name's Alexander and I'm 21 years old. I study at Technoligocal University. Now I have a temporary job on a shoe factory after graduating from colledge. By the way, it's a part of this shoe factory. </p>\n<blockquote> \u041c\u0435\u043d\u044f \u0437\u043e\u0432\u0443\u0442 \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440, \u043c\u043d\u0435 21 \u0433\u043e\u0434, \u0443\u0447\u0443\u0441\u044c \u044f \u0432 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0443\u043d\u0438\u0432\u0435\u0440\u0441\u0438\u0442\u0435\u0442\u0435, \u0438 \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043e\u0442\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u044e \u043d\u0430 \u043e\u0431\u0443\u0432\u043d\u043e\u0439 \u0444\u0430\u0431\u0440\u0438\u043a\u0435 \u043f\u043e\u0441\u043b\u0435 \u043e\u043a\u043e\u043d\u0447\u0430\u043d\u0438\u044f \u043a\u043e\u043b\u043b\u0435\u0434\u0436\u0430. \u0412\u043e\u0442 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0430\u044f \u0435\u0435 \u043a\u0441\u0442\u0430\u0442\u0438 \u0447\u0430\u0441\u0442\u044c )</blockquote>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c1ed/pYJGasVtoJ8.jpg\" width=\"1280\" height=\"960\"/><br>\nTaking this opportunity: if you need comfortable & stylish shoes - write & we'll deliver it in any amount :) </p>\n<blockquote>\u041f\u043e\u043b\u044c\u0437\u0443\u044f\u0441\u044c \u0441\u043b\u0443\u0447\u0430\u0435\u043c: \u0435\u0441\u043b\u0438 \u043d\u0443\u0436\u043d\u0430 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043d\u0430\u044f \u0438 \u0441\u0442\u0438\u043b\u044c\u043d\u0430\u044f \u043e\u0431\u0443\u0432\u0438 - \u043f\u0438\u0448\u0438\u0442\u0435, \u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043c \u0432 \u043b\u044e\u0431\u044b\u0445 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430\u0445. ;) </blockquote>\n<p><br></p>\n<p>I'd like to spend my spare time with my family. To my mind, family is the most important thing; I'm lucky to have such a lovely family. All my relatives are very kind & I love them very much.</p>\n<blockquote> \u0412 \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0435 \u043e\u0442 \u043e\u0442\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0432\u0440\u0435\u043c\u044f \u044f \u043b\u044e\u0431\u043b\u044e \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c \u0441 \u0441\u0435\u043c\u044c\u0435\u0439 (\u0441\u0435\u043c\u044c\u044f \u044d\u0442\u043e \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u0441\u0430\u043c\u043e\u0435 \u0432\u0430\u0436\u043d\u043e\u0435 \u0434\u043b\u044f \u043c\u0435\u043d\u044f, \u0430 \u043c\u043d\u0435 \u0441 \u043c\u043e\u0435\u0439 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0432\u0435\u0437\u043b\u043e, \u0432\u0441\u0435 \u043b\u044e\u0434\u0438 \u043e\u0447\u0435\u0435\u0435\u043d\u044c \u0445\u043e\u0440\u043e\u0448\u0438\u0435, \u043b\u044e\u0431\u044e \u0438\u0445) </blockquote>\n<p>Also I like to spend time with my friends very much. I always adore communicating with kind & fair people. ( Here they are)</p>\n<blockquote> \u041e\u0447\u0435\u043d\u044c \u043c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u043f\u0440\u043e\u0432\u043e\u0436\u0430\u0442\u044c \u0432\u0440\u0435\u043c\u044f \u0441\u043e \u0441\u0432\u043e\u0438\u043c\u0438 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438, \u0432\u0441\u0435\u0433\u0434\u0430 \u0445\u043e\u0442\u0435\u043b \u043e\u0431\u0449\u0430\u0442\u044c\u0441\u044f \u0441 \u0434\u043e\u0431\u0440\u044b\u043c\u0438, \u0447\u0435\u0441\u0442\u043d\u044b\u043c\u0438 \u043b\u044e\u0434\u044c\u043c\u0438. \u0410 \u0432\u043e\u0442 \u0438 \u043e\u043d\u0438!)</blockquote>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c1cf/FasVbVBxno0.jpg\" width=\"1280\" height=\"960\"/></p>\n<p>Besides, I'm fond of reading. It goes without saying that self-development is very important for me. I always try to broaden my mind.I do sports & better myself. Sometimes I do street workout (by the way, it has developed very much over the last years in our country. Maybe not so good as in America, but nevertheless I'm happy. Probably, Americans have a sport ground in every yard). In my opinion, it's very amazing to lead active & healthy lifestyle.</p>\n<blockquote> \u0418 \u0435\u0449\u0435 \u044f \u043e\u0447\u0435\u043d\u044c \u043b\u044e\u0431\u043b\u044e \u043a\u0430\u043a-\u043d\u0438\u0431\u0443\u0434\u044c \u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0442\u044c\u0441\u044f, \u043e\u0431\u043e\u0436\u0430\u044e \u0447\u0438\u0442\u0430\u0442\u044c, \u0438\u0437\u0443\u0447\u0430\u0442\u044c \u0447\u0442\u043e-\u0442\u043e \u043d\u043e\u0432\u043e\u0435.) \u041c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u0441\u043f\u043e\u0440\u0442, \u0438\u043d\u043e\u0433\u0434\u0430 \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0441\u044c Workout'\u043e\u043c (\u043e\u043d \u043a\u0441\u0442\u0430\u0442\u0438 \u0432 \u043d\u0430\u0448\u0435\u0439 \u0441\u0442\u0440\u0430\u043d\u0435 \u0437\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043b\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u043b \u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0435 \u0440\u0430\u0437\u0432\u0438\u0442\u0438\u0435. \u041d\u0435 \u0442\u0430\u043a \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u043a\u0430\u043a \u0432 \u0410\u043c\u0435\u0440\u0438\u043a\u0435( \u0443 \u043d\u0438\u0445, \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e \u0432 \u043a\u0430\u0436\u0434\u043e\u043c \u0434\u0432\u043e\u0440\u0435 \u043f\u043b\u043e\u0449\u0430\u0434\u043a\u0430), \u043d\u043e \u0432\u0441\u0435 \u0436\u0435 \u044f \u0440\u0430\u0434. \u0417\u0434\u043e\u0440\u043e\u0432\u044b\u0439 \u043e\u0431\u0440\u0430\u0437 \u0436\u0438\u0437\u043d\u0438 \u044d\u0442\u043e \u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u043e!</blockquote>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c211/qj0Zk-nLSRg.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c207/s_nCzuFLTDw.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><img src=\"https://pp.vk.me/c631625/v631625550/4302b/l8PDBqsjsG0.jpg\" width=\"1280\" height=\"853\"/><br>\nI'm crazy about riding a bike. What is more cycling is becoming more & more popular very fast in our country. Many people don't like riding a bike & it's very bad, because it gives you an opportunity to spend time & have fun with your friends, get to any place pretty quickly. Moreover it's ecological & very useful for muscles.</p>\n<blockquote> \u041c\u043d\u0435 \u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f \u043a\u0430\u0442\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u0435\u043b\u043e\u0441\u0438\u043f\u0435\u0434\u0435. \u041e\u0442\u043c\u0435\u0447\u0443, \u0447\u0442\u043e \u0441\u0435\u0439\u0447\u0430\u0441 \u0443 \u043d\u0430\u0441 \u0442\u0430\u043a \u0436\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0430 \"\u043e\u0432\u0435\u043b\u043e\u0441\u0438\u0440\u0435\u0434\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f\" \u0441\u0442\u0440\u0430\u043d\u044b. \u041c\u043d\u043e\u0433\u0438\u0435 \u043b\u044e\u0434\u0438 \u043d\u0435 \u043b\u044e\u0431\u044f\u0442 \u0432\u0435\u043b\u043e\u0441\u0438\u043f\u0435\u0434, \u044d\u0442\u043e \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u043d\u0435 \u0445\u043e\u0440\u043e\u0448\u043e, \u0432\u0435\u0434\u044c \u0432\u0435\u043b\u043e\u0441\u0438\u043f\u0435\u0434 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0432\u0435\u0441\u0435\u043b\u043e \u043f\u0440\u043e\u0432\u0435\u0441\u0442\u0438 \u0432\u0440\u0435\u043c\u044f \u0441 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438, \u0434\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f \u043a\u0443\u0434\u0430-\u0442\u043e \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u043e, \u044d\u043a\u043e\u043b\u043e\u0433\u0438\u0447\u043d\u043e \u0438 \u043f\u043e\u043b\u0435\u0437\u043d\u043e \u0434\u043b\u044f \u043c\u044b\u0448\u0446 \u0442\u0435\u043b\u0430.) </blockquote>\n<p><img src=\"https://pp.vk.me/c625222/v625222545/4921c/5GiU8amMUIU.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><img src=\"https://pp.vk.me/c633224/v633224043/27f71/IjWkZMOV6TE.jpg\" width=\"1280\" height=\"853\"/></p>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/3013d/gAjYib8-2Jw.jpg\" width=\"1200\" height=\"805\"/></p>\n<p>I'm also fond of philosophy & psychology. I suppose, everybody should know who they are. It deprives of all suffering & helps to find the meaning of life. Frankly speaking, I think that the meaning of life is when a person can create something with dignity.Steve Jobs said \" We're here to make a dent in the Universe. Otherwise why else even be here?\" Besides, our ancestors said in the same way many times. Even Jesus Christ said about this. Gospel: \u00abLikewise, every good tree bears good fruit, but a bad tree bears bad fruit\u00bb (Matt. 7:17). \" Thus, by their fruit you will recognize them.\" (Matt. 7:20). My meaning of life is to become \"a good tree\", help my family & other people wherever possible. Let's become \"a good forest\" together?</p>\n<blockquote> \u041c\u043d\u0435 \u0442\u0430\u043a \u0436\u0435 \u0432\u0435\u0441\u044c\u043c\u0430 \u043f\u043e\u043b\u044e\u0431\u0438\u043b\u0430\u0441\u044c \u0444\u0438\u043b\u043e\u0441\u043e\u0444\u0438\u044f \u0438 \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u044f. \u041f\u043e\u043b\u0430\u0433\u0430\u044e, \u0447\u0442\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0443 \u043e\u0447\u0435\u043d\u044c \u0441\u0442\u043e\u0438\u0442 \u0441\u0435\u0431\u044f \u043f\u043e\u0437\u043d\u0430\u0432\u0430\u0442\u044c, \u043f\u043e\u0437\u043d\u0430\u043d\u0438\u0435 \u0441\u0435\u0431\u044f \u043b\u0438\u0448\u0438\u0442 \u0435\u0433\u043e \u043d\u0435\u043d\u0443\u0436\u043d\u044b\u0445 \u0441\u0442\u0440\u0430\u0434\u0430\u043d\u0438\u0439, \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u043d\u0430\u0439\u0442\u0438 \u0441\u043c\u044b\u0441\u043b \u0436\u0438\u0437\u043d\u0438. \u0412\u043e\u043e\u0431\u0449\u0435, \u043c\u043d\u0435 \u043a\u0430\u0436\u0435\u0442\u0441\u044f \u0441\u043c\u044b\u0441\u043b \u0436\u0438\u0437\u043d\u0438 \u044d\u0442\u043e \u0442\u043e - \u0447\u0442\u043e \u0447\u0435\u043b\u043e\u0432\u0435\u043a \u043c\u043e\u0436\u0435\u0442 \u0442\u0432\u043e\u0440\u0438\u0442\u044c \u0438 \u0447\u0442\u043e \u0432 \u0432\u044b\u0441\u0448\u0435\u0439 \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u0434\u043e\u0441\u0442\u043e\u0439\u043d\u043e \u0442\u0432\u043e\u0440\u0438\u0442\u044c\u0441\u044f \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u043e\u043c. \u0421\u0442\u0438\u0432 \u0414\u0436\u043e\u0431\u0441 \u0433\u043e\u0432\u043e\u0440\u0438\u043b: \"\u041c\u044b \u0432 \u044d\u0442\u043e\u043c \u043c\u0438\u0440\u0435 \u0447\u0442\u043e\u0431\u044b \u0432\u043d\u0435\u0441\u0442\u0438 \u0432 \u043d\u0435\u0433\u043e \u0441\u0432\u043e\u0439 \u0432\u043a\u043b\u0430\u0434, \u0438\u043d\u0430\u0447\u0435 \u0437\u0430\u0447\u0435\u043c \u043c\u044b \u0437\u0434\u0435\u0441\u044c?\" \u0415\u0449\u0435 \u043f\u0440\u0435\u0434\u043a\u0438 \u0434\u043e \u043d\u0435\u0433\u043e \u044d\u0442\u043e \u043c\u043d\u043e\u0433\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u0433\u043e\u0432\u043e\u0440\u0438\u043b\u0438. \u0414\u0430\u0436\u0435 \u0418\u0438\u0441\u0443\u0441 \u0425\u0440\u0438\u0441\u0442\u043e\u0441 \u044d\u0442\u043e \u0441\u043a\u0430\u0437\u0430\u043b - \u0415\u0432\u0430\u043d\u0433\u0435\u043b\u0438\u0435: \u00ab\u0422\u0430\u043a \u0432\u0441\u044f\u043a\u043e\u0435 \u0434\u0435\u0440\u0435\u0432\u043e \u0434\u043e\u0431\u0440\u043e\u0435 \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u0442 \u0438 \u043f\u043b\u043e\u0434\u044b \u0434\u043e\u0431\u0440\u044b\u0435, \u0430 \u0445\u0443\u0434\u043e\u0435 \u0434\u0435\u0440\u0435\u0432\u043e \u043f\u0440\u0438\u043d\u043e\u0441\u0438\u0442 \u0438 \u043f\u043b\u043e\u0434\u044b \u0445\u0443\u0434\u044b\u0435\u00bb \u041e\u0442 \u041c\u0430\u0442\u0444. 7:17<br>\n\"\u0418\u0422\u0410\u041a \u041f\u041e \u041f\u041b\u041e\u0414\u0410\u041c \u0418\u0425 \u0423\u0417\u041d\u0410\u0415\u0422\u0415 \u0418\u0425\" (\u043e\u0442 \u041c\u0430\u0442\u0444. 7:20). \u041c\u043e\u0439 \u0441\u043c\u044b\u0441\u043b \u0436\u0438\u0437\u043d\u0438 - \u044d\u0442\u043e \u0441\u0442\u0430\u0442\u044c \"\u0434\u043e\u0431\u0440\u044b\u043c \u0434\u0435\u0440\u0435\u0432\u043e\u043c\", \u043f\u043e\u043c\u043e\u0447\u044c \u043c\u043e\u0435\u0439 \u0441\u0435\u043c\u044c\u0435, \u0438 \u0434\u0440\u0443\u0433\u0438\u043c \u043b\u044e\u0434\u044f\u043c \u043f\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438. \u0414\u0430\u0432\u0430\u0439\u0442\u0435 \u0432\u043c\u0435\u0441\u0442\u0435 \u0441\u0442\u0430\u043d\u0435\u043c \"\u0434\u043e\u0431\u0440\u044b\u043c \u043b\u0435\u0441\u043e\u043c\"?</blockquote>\n<p><br>\nSometimes I like taking photos. Probably someone doesn't like my photos, but I admire to contemplate them with the admiration of my soul. They often seem to me so wonderful & great, but on the other hand sometimes they appear awful to me. Maybe it's only my autosuggestion or perfectionism.)</p>\n<blockquote> \u0418\u043d\u043e\u0433\u0434\u0430 \u044f \u043b\u044e\u0431\u043b\u044e \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u043e\u0432\u0430\u0442\u044c, \u043d\u0430\u0432\u0435\u0440\u043d\u043e\u0435 \u043a\u043e\u043c\u0443-\u0442\u043e \u043d\u0435 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u044c\u0441\u044f, \u043d\u043e \u044f \u043b\u044e\u0431\u043b\u044e \u0441\u043e\u0437\u0435\u0440\u0446\u0430\u0442\u044c \u0434\u0443\u0448\u043e\u0439 \u044d\u0442\u0438 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u043e\u043d\u0438 \u0447\u0430\u0441\u0442\u043e \u043c\u043d\u0435 \u043a\u0430\u0436\u0443\u0442\u0441\u044f \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u044b\u043c\u0438, \u0430 \u0438\u043d\u043e\u0433\u0434\u0430 \u0438 \u043e\u0442\u0432\u0440\u0430\u0442\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438, \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u044d\u0442\u043e \u0441\u0430\u043c\u043e\u0432\u043d\u0443\u0448\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u043f\u0435\u0440\u0444\u0435\u043a\u0446\u0438\u043e\u043d\u0438\u0437\u043c?) </blockquote>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c631831/v631831638/3bbb2/vu2qOOcVArA.jpg\" width=\"720\" height=\"1080\"/></p>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c636824/v636824638/218ef/cd_A9E1HSjo.jpg\" width=\"1280\" height=\"960\"/><br>\n<img src=\"https://pp.vk.me/c626829/v626829638/3016d/NrLoMkQ6VgQ.jpg\" width=\"810\" height=\"1080\"/></p>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/30181/12amnPV_h50.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c2d9/sFxqNBKjH5g.jpg\" width=\"1280\" height=\"960\"/></p>\n<p>Sometimes I have an opportunity to travel abroad. Rome is a place, which I can recommend to visit. Its grace & greatness are incredible, because it was touched by hands of the greatest creators of all time.<br>\nProbably, I'll describe my impression in a separate publication.Moreover, I recommend visiting Montenegro to someone who adores picturesque views. I can assure that the sight from the serpentine and the river there never leaves anyone indifferent. What is more, the price is affordable.</p>\n<blockquote> \u0418\u043d\u043e\u0433\u0434\u0430 \u0443 \u043c\u0435\u043d\u044f \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c. \u0420\u0438\u043c - \u0442\u043e \u043c\u0435\u0441\u0442\u043e \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u044f \u0432\u0430\u043c \u043e\u0447\u0435\u043d\u044c \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u044e \u043f\u043e\u043f\u0430\u0441\u0442\u044c, \u0433\u0440\u0430\u0446\u0438\u044f \u0438 \u0432\u0435\u043b\u0438\u0447\u0438\u0435 \u0435\u0433\u043e \u043d\u0435\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u044b, \u0432\u0435\u0434\u044c \u043a \u043d\u0435\u043c\u0443 \u043f\u0440\u0438\u043a\u043e\u0441\u043d\u0443\u043b\u0430\u0441\u044c \u0440\u0443\u043a\u0438 \u0441\u0430\u043c\u044b\u0445 \u0433\u0435\u043d\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0442\u0432\u043e\u0440\u0446\u043e\u0432 \u043d\u0430\u0448\u0435\u0439 \u044d\u0440\u044b \u0438 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u044f \u043e\u043f\u0438\u0448\u0443 \u0441\u0432\u043e\u0438 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f \u043e \u043d\u0435\u043c \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0439 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0435\u0439.) \u0422\u0430\u043a \u0436\u0435 \u0435\u0449\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u044e \u0434\u043b\u044f \u0442\u0435\u0445 \u043a\u0442\u043e \u043b\u044e\u0431\u0438\u0442 \u0436\u0438\u0432\u043e\u043f\u0438\u0441\u043d\u044b\u0435 \u0432\u0438\u0434\u044b \u0438 \u0441\u043a\u0430\u0437\u043e\u0447\u043d\u044b\u0435 \u043c\u043e\u0440\u044f \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u044c \u041c\u043e\u043d\u0442\u0435\u043d\u0435\u0433\u0440\u043e. \u0423\u0432\u0435\u0440\u044f\u044e \u0442\u043e, \u0447\u0442\u043e \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c\u0441\u044f \u0432\u0437\u043e\u0440\u0443 \u0441 \u0442\u0430\u043c\u043e\u0448\u043d\u0438\u0445 \u0441\u0435\u0440\u043f\u0430\u043d\u0442\u0438\u043d\u043e\u0432 \u0438 \u0440\u0435\u043a\u0438 \"\u043d\u0435 \u043e\u0441\u0442\u0430\u0432\u044f\u0442 \u0440\u0430\u0432\u043d\u043e\u0434\u0443\u0448\u043d\u044b\u043c\u0438 \u043d\u0438\u043a\u043e\u0433\u043e\"! \u0418 \u043f\u043e \u0434\u0435\u043d\u044c\u0433\u0430\u043c \u044d\u0442\u043e \u0432\u0441\u0435 \u0432\u043f\u043e\u043b\u043d\u0435 \u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u043d\u043e. </blockquote>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/30146/irKAVpb2bDU.jpg\" width=\"1280\" height=\"853\"/></p>\n<p><img src=\"https://pp.vk.me/c604821/v604821638/c2ed/xoBO50Ry_u0.jpg\" width=\"1280\" height=\"853\"/></p>\n<p><br>\nIn addition, I want to prove myself in the role of Troubleshooter (This person can solve any narrowly focused promlems with minimum cost expenses & maximum efficiency). Write to my Skype \"rampage-rain\" on these issues.</p>\n<blockquote>\u0422\u0430\u043a \u0436\u0435 \u0445\u043e\u0447\u0443 \u0438\u0441\u043f\u044b\u0442\u0430\u0442\u044c \u0441\u0435\u0431\u044f \u0432 \u0440\u043e\u043b\u0438 Troubleshoter'a( \u0442\u043e\u0442, \u043a\u0442\u043e \u0440\u0435\u0448\u0430\u0435\u0442 \u043b\u044e\u0431\u0443\u044e, \u043d\u0435 \u0443\u0437\u043a\u043e\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0443\u044e \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443 \u0441 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c\u0438 \u0432\u0441\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u043c\u0438 \u0437\u0430\u0442\u0440\u0430\u0442\u0430\u043c\u0438 \u0438 \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c\u044e) \u041f\u043e \u044d\u0442\u0438\u043c \u0432\u043e\u043f\u0440\u043e\u0441\u0430\u043c \u043f\u0438\u0448\u0438\u0442\u0435 \u0432 \u0441\u043a\u0430\u0439\u043f rampage-rain </blockquote>\n<p><br>\nOh, I forgot to tell you that I have a dog named Sonia. She is the most \"tender\" Staffordshire terrier I know. By the way she has a sign \"Nike\" on her neck, therefore sometimes we call her \"Sonia-Nike\". </p>\n<blockquote> \u0410, \u0437\u0430\u0431\u044b\u043b \u0435\u0449\u0435 \u0441\u043a\u0430\u0437\u0430\u0442\u044c, \u0443 \u043c\u0435\u043d\u044f \u0435\u0441\u0442\u044c \u0441\u043e\u0431\u0430\u043a\u0430 \u043f\u043e \u043a\u043b\u0438\u0447\u043a\u0435 \u0421\u043e\u043d\u044f, \u0441\u0430\u043c\u044b\u0439 \u201c\u043d\u0435\u0436\u043d\u044b\u0439\u201d \u0441\u0442\u0430\u0444\u0444\u043e\u0440\u0434\u0448\u0438\u0440\u0441\u043a\u0438\u0439 \u0442\u0435\u0440\u044c\u0435\u0440 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u044f \u0437\u043d\u0430\u044e, \u043b\u044e\u0431\u043b\u044e \u0435\u0435:) \u0423 \u043d\u0435\u0435 \u043a\u0441\u0442\u0430\u0442\u0438 \u043d\u0435 \u0448\u0435\u0435 \u0437\u043d\u0430\u043a \u041d\u0430\u0439\u043a\u0430, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u043c\u044b \u0438\u043d\u043e\u0433\u0434\u0430 \u0437\u043e\u0432\u0435\u043c \u0435\u0435 \u0421\u043e\u043d\u044f-\u041d\u0430\u0439\u043a) </blockquote>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/3019f/FrAkgckzdCY.jpg\" width=\"810\" height=\"1080\"/><img src=\"https://pp.vk.me/c626829/v626829638/301a9/hTBTW--nd7Y.jpg\" width=\"1280\" height=\"960\"/></p>\n<p><br></p>\n<p>And that is her friend Odin. (He asked me to hold him, while he was dancing).)))</p>\n<blockquote> \u0410 \u0432\u043e\u0442 \u0435\u0435 \u0434\u0440\u0443\u0433 - \u041e\u0434\u0438\u043d. \u041f\u043e\u043f\u0440\u043e\u0441\u0438\u043b \u043c\u0435\u043d\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0435\u0433\u043e, \u043f\u043e\u043a\u0430 \u043e\u043d \u0441\u0442\u0430\u043d\u0446\u0443\u0435\u0442)))) </blockquote>\n<p><br></p>\n<p><img src=\"https://pp.vk.me/c626829/v626829638/30195/2emLq1aFoqE.jpg\" width=\"1280\" height=\"960\"/><br>\nGenerally, I've told you a little bit about myself. Hope you enjoyed it.<br>\nStandard finish: sign up on my blog. I'll try to interest, please and maybe educate or even enlighten you (because each of us doesn't know anything useful). However, if you are much happier not to be signed up - don't sign up. Ofcourse, I try to write only positive things :)<br>\nSo, love each other & be happy. I wish you all the best!</p>\n<blockquote> \u0412 \u043e\u0431\u0449\u0435\u043c, \u0440\u0430\u0441\u0441\u043a\u0430\u0437\u0430\u043b \u044f \u0432\u0430\u043c \u0447\u0443\u0442\u044c-\u0447\u0443\u0442\u044c \u043e \u0441\u0435\u0431\u0435, \u043d\u0430\u0434\u0435\u044e\u0441\u044c \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u043e\u0441\u044c.) \u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439 \u043a\u043e\u043d\u0435\u0446: \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0430 \u043c\u043e\u0439 \u0431\u043b\u043e\u0433, \u0431\u0443\u0434\u0443 \u0441\u0442\u0430\u0440\u0430\u0442\u044c\u0441\u044f \u0432\u0430\u0441 \u0447\u0435\u043c-\u043d\u0438\u0431\u0443\u0434\u044c \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043e\u0432\u0430\u0442\u044c, \u043f\u043e\u0440\u0430\u0434\u043e\u0432\u0430\u0442\u044c, \u043c\u043e\u0436\u0435\u0442 \u0438 \u043f\u0440\u043e\u0441\u0432\u0435\u0442\u0438\u0442\u044c(\u0432\u0435\u0434\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u0438\u0437 \u043d\u0430\u0441 \u0447\u0435\u0433\u043e-\u0442\u043e \u043d\u0435 \u0437\u043d\u0430\u0435\u0442 \u043f\u043e\u043b\u0435\u0437\u043d\u043e\u0433\u043e). \u0412 \u043f\u0440\u043e\u0447\u0435\u043c, \u0435\u0441\u043b\u0438 \u0432\u044b \u0431\u0443\u0434\u0438\u0442\u0435 \u0441\u0447\u0430\u0441\u0442\u043b\u0438\u0432\u0435\u0435, \u0435\u0441\u043b\u0438 \u043d\u0435 \u043f\u043e\u0434\u043f\u0438\u0448\u0438\u0442\u0435\u0441\u044c - \u043d\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u0439\u0442\u0435\u0441\u044c!) \u041d\u043e \u044f \u0432\u0440\u043e\u0434\u0435 \u043a\u0430\u043a \u0441\u0442\u0430\u0440\u0430\u044e\u0441\u044c \u043f\u0438\u0441\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0445\u043e\u0440\u043e\u0448\u0435\u0435.) \u0412 \u043e\u0431\u0449\u0435\u043c , \u043b\u044e\u0431\u0438\u0442\u0435 \u0434\u0440\u0443\u0433 \u0434\u0440\u0443\u0433\u0430, \u0431\u0443\u0434\u044c\u0442\u0435 \u0441\u0447\u0430\u0441\u0442\u043b\u0438\u0432\u044b \u0438 \u0432\u0441\u0435\u0433\u043e \u043d\u0430\u0438\u043b\u0443\u0447\u0448\u0435\u0433\u043e! </blockquote>\n<p>https://vk.com/alex_kalinkov</p>\n</html>", + "body_length": 10629, + "cashout_time": "2016-09-22T12:58:42", + "category": "introducemyself", + "children": 11, + "created": "2016-09-15T12:58:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"introducemyself\",\"life\",\"philosophy\",\"ru\",\"news\"],\"image\":[\"https://pp.vk.me/c626829/v626829638/301ca/Ck8ewU0KYMw.jpg\",\"https://pp.vk.me/c604821/v604821638/c2d0/peWOQtNJiPQ.jpg\",\"https://pp.vk.me/c604821/v604821638/c1ed/pYJGasVtoJ8.jpg\",\"https://pp.vk.me/c604821/v604821638/c1cf/FasVbVBxno0.jpg\",\"https://pp.vk.me/c604821/v604821638/c211/qj0Zk-nLSRg.jpg\",\"https://pp.vk.me/c604821/v604821638/c207/s_nCzuFLTDw.jpg\",\"https://pp.vk.me/c631625/v631625550/4302b/l8PDBqsjsG0.jpg\",\"https://pp.vk.me/c625222/v625222545/4921c/5GiU8amMUIU.jpg\",\"https://pp.vk.me/c633224/v633224043/27f71/IjWkZMOV6TE.jpg\",\"https://pp.vk.me/c626829/v626829638/3013d/gAjYib8-2Jw.jpg\",\"https://pp.vk.me/c631831/v631831638/3bbb2/vu2qOOcVArA.jpg\",\"https://pp.vk.me/c636824/v636824638/218ef/cd_A9E1HSjo.jpg\",\"https://pp.vk.me/c626829/v626829638/3016d/NrLoMkQ6VgQ.jpg\",\"https://pp.vk.me/c626829/v626829638/30181/12amnPV_h50.jpg\",\"https://pp.vk.me/c604821/v604821638/c2d9/sFxqNBKjH5g.jpg\",\"https://pp.vk.me/c626829/v626829638/30146/irKAVpb2bDU.jpg\",\"https://pp.vk.me/c604821/v604821638/c2ed/xoBO50Ry_u0.jpg\",\"https://pp.vk.me/c626829/v626829638/3019f/FrAkgckzdCY.jpg\",\"https://pp.vk.me/c626829/v626829638/301a9/hTBTW--nd7Y.jpg\",\"https://pp.vk.me/c626829/v626829638/30195/2emLq1aFoqE.jpg\"],\"links\":[\"https://vk.com/alex_kalinkov\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:08:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 339525014472, + "parent_author": "", + "parent_permlink": "introducemyself", + "pending_payout_value": "0.080 HBD", + "percent_hbd": 10000, + "permlink": "hello-steemers-about-me-for-you-privet-stimery-obo-mne-dlya-vas", + "post_id": 1253492, + "promoted": "0.100 HBD", + "replies": [], + "root_title": "Hello Steemers! About Me for you!) \u041f\u0440\u0438\u0432\u0435\u0442 \u0421\u0442\u0438\u043c\u0435\u0440\u044b! \u041e\u0431\u043e \u043c\u043d\u0435 \u0434\u043b\u044f \u0432\u0430\u0441!)", + "title": "Hello Steemers! About Me for you!) \u041f\u0440\u0438\u0432\u0435\u0442 \u0421\u0442\u0438\u043c\u0435\u0440\u044b! \u041e\u0431\u043e \u043c\u043d\u0435 \u0434\u043b\u044f \u0432\u0430\u0441!)", + "total_payout_value": "0.000 HBD", + "url": "/introducemyself/@alighti/hello-steemers-about-me-for-you-privet-stimery-obo-mne-dlya-vas" + }, + "asdes/what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya": { + "active_votes": [ + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 81790420316, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 365729210153, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 89622770903, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 5532456237, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 97646232305, + "rshares": 2860912097, + "voter": "sveokla" + }, + { + "percent": "10000", + "reputation": 1855825, + "rshares": 1005566128, + "voter": "danielkt" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3022447454, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7861460530, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 5669340710, + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 67965196, + "voter": "zahar" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 81380841, + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1446509276, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 158672055554, + "rshares": 101627835, + "voter": "pollina" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 54744688, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98577200, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 2553181200335, + "rshares": 3200652561, + "voter": "zaitsevalesyaa" + } + ], + "author": "asdes", + "author_reputation": 4321340596238, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://i.share.pho.to/d46c0c80_o.jpeg\" width=\"2048\" height=\"1232\"/></p>\n<p> Light thoughts, dear friends, dear readers! My name is Antonina. I live in Belarus - a beautiful country, I can tell you! However, like all Slavic countries. I've thought: what word can characterize my life... Improvisation! It's the most accurate of them. I love word and the way led me to the faculty of journalism and work in newspapers, magazines, websites - articles, meetings with interesting people, interview ... But I dreamed about freedom! </p>\n<blockquote> \u0421\u0432\u0435\u0442\u043b\u044b\u0445 \u043c\u044b\u0441\u043b\u0435\u0439, \u0434\u043e\u0440\u043e\u0433\u0438\u0435 \u0434\u0440\u0443\u0437\u044c\u044f, \u0443\u0432\u0430\u0436\u0430\u0435\u043c\u044b\u0435 \u0447\u0438\u0442\u0430\u0442\u0435\u043b\u0438! \u041c\u0435\u043d\u044f \u0437\u043e\u0432\u0443\u0442 \u0410\u043d\u0442\u043e\u043d\u0438\u043d\u0430. \u042f \u0436\u0438\u0432\u0443 \u0432 \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u0438 \u2013 \u043f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u0435\u0439\u0448\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0430, \u044f \u0412\u0430\u043c \u0441\u043a\u0430\u0436\u0443! \u0412\u043f\u0440\u043e\u0447\u0435\u043c, \u043a\u0430\u043a \u0438 \u0432\u0441\u0435 \u0441\u043b\u0430\u0432\u044f\u043d\u0441\u043a\u0438\u0435 \u0441\u0442\u0440\u0430\u043d\u044b. \u0417\u0430\u0434\u0443\u043c\u0430\u043b\u0430\u0441\u044c: \u043a\u0430\u043a\u043e\u0435 \u0441\u043b\u043e\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u043e\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c\u2026 \u0418\u043c\u043f\u0440\u043e\u0432\u0438\u0437\u0430\u0446\u0438\u044f! \u0421\u0430\u043c\u043e\u0435 \u0442\u043e\u0447\u043d\u043e\u0435 \u0438\u0437 \u043d\u0438\u0445. \u041b\u044e\u0431\u043e\u0432\u044c \u043a \u0441\u043b\u043e\u0432\u0443 \u043f\u0440\u0438\u0432\u0435\u043b\u0430 \u043c\u0435\u043d\u044f \u043d\u0430 \u0444\u0430\u043a\u0443\u043b\u044c\u0442\u0435\u0442 \u0436\u0443\u0440\u043d\u0430\u043b\u0438\u0441\u0442\u0438\u043a\u0438 \u0438 \u0440\u0430\u0431\u043e\u0442\u0435 \u0432 \u0433\u0430\u0437\u0435\u0442\u0430\u0445, \u0436\u0443\u0440\u043d\u0430\u043b\u0430\u0445, \u043d\u0430 \u0441\u0430\u0439\u0442\u0430\u0445 \u2013 \u0441\u0442\u0430\u0442\u044c\u0438, \u0432\u0441\u0442\u0440\u0435\u0447\u0438 \u0441 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u044b\u043c\u0438 \u043b\u044e\u0434\u044c\u043c\u0438, \u0438\u043d\u0442\u0435\u0440\u0432\u044c\u044e\u2026 \u041d\u043e \u043c\u043d\u0435 \u0442\u0430\u043a \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0441\u0432\u043e\u0431\u043e\u0434\u044b! </blockquote>\n<p><img src=\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/10151254_10202531750568501_1565828032_n.jpg?oh=4c76f2643f62fb6476fc4ee5baaec259&oe=583BE2BA\" width=\"960\" height=\"540\"/></p>\n<p><img src=\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/11988191_471643236294164_2851902525140971041_n.jpg?oh=a00af7fdf24aceeeee581e57a4778c96&oe=5877C7AF\" width=\"960\" height=\"540\"/></p>\n<p> Therefore, creative writing led me to the path of a freelance artist. Generally love for creativity - this is what is in my blood, which fills and inspires me. And I love the opening, and as you've already known, as a child I wanted to learn painting t portraits. This dream led me to the study of psychology - in fact, now I theoretically substantiate that I've observed in my life. </p>\n<blockquote> \u041f\u043e\u044d\u0442\u043e\u043c\u0443 \u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u043d\u043e\u0435 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u0438\u0432\u0435\u043b\u043e \u043c\u0435\u043d\u044f \u043d\u0430 \u043f\u0443\u0442\u044c \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0445\u0443\u0434\u043e\u0436\u043d\u0438\u043a\u0430. \u0412\u043e\u043e\u0431\u0449\u0435 \u043b\u044e\u0431\u043e\u0432\u044c \u043a \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u0443 \u2013 \u044d\u0442\u043e \u0442\u043e, \u0447\u0442\u043e \u0443 \u043c\u0435\u043d\u044f \u0432 \u043a\u0440\u043e\u0432\u0438, \u0447\u0442\u043e \u043c\u0435\u043d\u044f \u043d\u0430\u043f\u043e\u043b\u043d\u044f\u0435\u0442 \u0438 \u0432\u0434\u043e\u0445\u043d\u043e\u0432\u043b\u044f\u0435\u0442. \u0410 \u0435\u0449\u0435 \u044f \u043b\u044e\u0431\u043b\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f, \u0438 \u043a\u0430\u043a \u0432\u044b \u0443\u0436\u0435 \u0437\u043d\u0430\u0435\u0442\u0435, \u0432 \u0434\u0435\u0442\u0441\u0442\u0432\u0435 \u044f \u043c\u0435\u0447\u0442\u0430\u043b\u0430 \u043d\u0430\u0443\u0447\u0438\u0442\u044c\u0441\u044f \u0440\u0438\u0441\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u0440\u0442\u0440\u0435\u0442\u044b. \u042d\u0442\u0430 \u043c\u0435\u0447\u0442\u0430 \u043f\u0440\u0438\u0432\u0435\u043b\u0430 \u043c\u0435\u043d\u044f \u043a \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044e \u043f\u0441\u0438\u0445\u043e\u043b\u043e\u0433\u0438\u0438 \u2013 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u0442\u0435\u043f\u0435\u0440\u044c \u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u044f \u043e\u0431\u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044e \u0442\u043e, \u0447\u0442\u043e \u043d\u0430\u0431\u043b\u044e\u0434\u0430\u043b\u0430 \u0432 \u0436\u0438\u0437\u043d\u0438. </blockquote>\n<p><img src=\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/1385858_10151791940151144_573832046_n.jpg?oh=bd2ee49d3031e8a4c6006e003ef96deb&oe=588454CE\" width=\"960\" height=\"640\"/></p>\n<p> I love to look as others create and I admire them and the results of their work - and I understand what a huge hard work behind it. I've even wrote a small script, rehearsing on the stage, and even I was in a role a director, when the idea of \u200b\u200bFestival of Goodness was born under the wings of the Angel of mercy. \"Angel of Mercy\" - is the brainchild of a charitable religious organization, which mercifully helping people - the kids and the adults, the sick and the lonely, the orphans and the large families. Probably, I am with them, because somewhere deep down I'm still a philanthropist. </p>\n<blockquote> \u041b\u044e\u0431\u043b\u044e \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c, \u043a\u0430\u043a \u0442\u0432\u043e\u0440\u044f\u0442 \u0434\u0440\u0443\u0433\u0438\u0435, \u043b\u044e\u0431\u0443\u044e\u0441\u044c \u0438 \u0432\u043e\u0441\u0445\u0438\u0449\u0430\u044e\u0441\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c\u0438 \u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u0430 \u2013 \u0438 \u043f\u043e\u043d\u0438\u043c\u0430\u044e, \u043a\u0430\u043a\u0430\u044f \u0433\u0440\u043e\u043c\u0430\u0434\u043d\u0435\u0439\u0448\u0430\u044f \u043a\u0440\u043e\u043f\u043e\u0442\u043b\u0438\u0432\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u0441\u0442\u043e\u0438\u0442 \u0437\u0430 \u0432\u0441\u0435\u043c \u044d\u0442\u0438\u043c. \u042f \u0434\u0430\u0436\u0435 \u043f\u0438\u0441\u0430\u043b\u0430 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0435 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0438, \u0440\u0435\u043f\u0435\u0442\u0438\u0440\u043e\u0432\u0430\u043b\u0430 \u043d\u0430 \u0441\u0446\u0435\u043d\u0435, \u0430 \u0435\u0449\u0435 \u0431\u044b\u043b\u0430 \u043d\u0435\u043c\u043d\u043e\u0436\u043a\u043e \u0440\u0435\u0436\u0438\u0441\u0441\u0435\u0440\u043e\u043c, \u043a\u043e\u0433\u0434\u0430 \u0440\u043e\u0434\u0438\u043b\u0430\u0441\u044c \u0438\u0434\u0435\u044f \u0424\u0435\u0441\u0442\u0438\u0432\u0430\u043b\u044f \u0414\u043e\u0431\u0440\u0430 \u043f\u043e\u0434 \u043a\u0440\u044b\u043b\u044c\u044f\u043c\u0438 \u0410\u043d\u0433\u0435\u043b\u0430 \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u0438\u044f. \u00ab\u0410\u043d\u0433\u0435\u043b \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u0438\u044f\u00bb - \u044d\u0442\u043e \u0434\u0435\u0442\u0438\u0449\u0435 \u0431\u043b\u0430\u0433\u043e\u0442\u0432\u043e\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u0440\u0435\u043b\u0438\u0433\u0438\u043e\u0437\u043d\u043e\u0439 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043c\u0438\u043b\u043e\u0441\u0435\u0440\u0434\u043d\u043e \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u043b\u044e\u0434\u044f\u043c - \u0434\u0435\u0442\u043a\u0430\u043c \u0438 \u0432\u0437\u0440\u043e\u0441\u043b\u044b\u043c, \u0431\u043e\u043b\u044c\u043d\u044b\u043c \u0438 \u043e\u0434\u0438\u043d\u043e\u043a\u0438\u043c, \u0441\u0438\u0440\u043e\u0442\u0430\u043c \u0438 \u043c\u043d\u043e\u0433\u043e\u0434\u0435\u0442\u043d\u044b\u043c. \u0412\u0435\u0440\u043e\u044f\u0442\u043d\u043e, \u044f \u0441 \u043d\u0438\u043c\u0438, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0433\u0434\u0435-\u0442\u043e \u0432 \u0433\u043b\u0443\u0431\u0438\u043d\u0435 \u0434\u0443\u0448\u0438 \u044f \u0432\u0441\u0435-\u0442\u0430\u043a\u0438 \u0444\u0438\u043b\u0430\u043d\u0442\u0440\u043e\u043f. </blockquote>\n<p><img src=\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/385534_353378238012368_1790993380_n.jpg?oh=405db88d26fff916db6b5ea70bbfdd81&oe=58814947\" width=\"960\" height=\"640\"/></p>\n<p><img src=\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/394509_353378438012348_443399460_n.jpg?oh=f91a0723bba9ddab2c90ca1b9e8f0ea1&oe=5839D727\" width=\"960\" height=\"640\"/></p>\n<p><img src=\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/13087701_1704491583139414_2736459632219081412_n.jpg?oh=064deb7f13c436d68953e951e97d1456&oe=583C6664\" width=\"640\" height=\"480\"/></p>\n<p><img src=\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/12994495_1701672396754666_869823863998774897_n.jpg?oh=4bf0e0a08e6cd495b998bf8339e7a165&oe=587B463B\" width=\"640\" height=\"480\"/> </p>\n<p>\u2026With all my love to experiment - still I hate to be photographed (sorry, my friend, but this is a terrible picture, and I'm sure readers will agree with this, so I have to alter in the near future). Yes, you understood correctly, I for professionalism, sincerity, perfection (as much as possible, of course). </p>\n<blockquote> \u2026\u041f\u0440\u0438 \u0432\u0441\u0435\u0439 \u043c\u043e\u0435\u0439 \u043b\u044e\u0431\u0432\u0438 \u043a \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043c \u2013 \u0432\u0441\u0435-\u0442\u0430\u043a\u0438 \u043d\u0435\u043d\u0430\u0432\u0438\u0436\u0443 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f (\u043f\u0440\u043e\u0441\u0442\u0438, \u0434\u0440\u0443\u0433, \u043d\u043e \u044d\u0442\u043e \u0443\u0436\u0430\u0441\u043d\u0430\u044f \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f, \u0438, \u0443\u0432\u0435\u0440\u0435\u043d\u0430, \u0447\u0438\u0442\u0430\u0442\u0435\u043b\u0438 \u0441\u043e\u0433\u043b\u0430\u0441\u044f\u0442\u0441\u044f \u0441 \u044d\u0442\u0438\u043c, \u0442\u0430\u043a \u0447\u0442\u043e \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u043f\u0435\u0440\u0435\u0434\u0435\u043b\u044b\u0432\u0430\u0442\u044c). \u0414\u0430-\u0434\u0430, \u0432\u044b \u0432\u0441\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e \u043f\u043e\u043d\u044f\u043b\u0438: \u044f \u0437\u0430 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u0438\u0437\u043c, \u0438\u0441\u043a\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044c, \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e (\u043f\u043e \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438). </blockquote>\n<p><img src=\"http://i.share.pho.to/73891eb9_o.jpeg\" width=\"1232\" height=\"2048\"/></p>\n<p> And yet ... And yet I simply invite you to read my article, share your experiences, joys and concerns, ask questions or suggest topics - because I am for our co-creation - the author and the readers! </p>\n<blockquote> \u0410 \u0435\u0449\u0435 \u044f\u2026 \u0410 \u0435\u0449\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u043f\u0440\u0438\u0433\u043b\u0430\u0448\u0430\u044e \u0432\u0430\u0441 \u0447\u0438\u0442\u0430\u0442\u044c \u043c\u043e\u0438 \u0441\u0442\u0430\u0442\u044c\u0438, \u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441\u0432\u043e\u0438\u043c\u0438 \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u044f\u043c\u0438, \u0440\u0430\u0434\u043e\u0441\u0442\u044f\u043c\u0438 \u0438 \u0442\u0440\u0435\u0432\u043e\u0433\u0430\u043c\u0438, \u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u0438\u043b\u0438 \u0434\u0430\u0436\u0435 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0442\u0435\u043c\u044b \u2013 \u0432\u0435\u0434\u044c \u044f \u0437\u0430 \u0441\u043e-\u0442\u0432\u043e\u0440\u0447\u0435\u0441\u0442\u0432\u043e! </blockquote>\n<p><strong>My Steemit articles:</strong></p>\n<p><em><strong>Recipes from other's kitchens, or What cooking can teach us? Original story. \u0420\u0415\u0426\u0415\u041f\u0422\u042b \u0421 \u0427\u0423\u0416\u0418\u0425 \u041a\u0423\u0425\u041e\u041d\u042c, \u0418\u041b\u0418 \u0427\u0415\u041c\u0423 \u041c\u041e\u0416\u0415\u0422 \u041d\u0410\u0423\u0427\u0418\u0422\u042c \u0413\u041e\u0422\u041e\u0412\u041a\u0410?</strong></em></p>\n<p><em><strong>Part #1</strong></em> https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-1-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet</p>\n<p><em><strong>Part #2</strong></em> https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-2-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet</p>\n<p><em><strong>Part #3</strong></em> https://steemit.com/life/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-3-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet</p>\n<p><br></p>\n<p><em><strong>Draw me happiness, the artist, please, draw me a dream/\u041d\u0430\u0440\u0438\u0441\u0443\u0439 \u043c\u043d\u0435 \u0441\u0447\u0430\u0441\u0442\u044c\u0435, \u0445\u0443\u0434\u043e\u0436\u043d\u0438\u043a</strong></em> https://steemit.com/psychology/@asdes/draw-me-happiness-the-artist-please-draw-me-a-dream-narisui-mne-schaste-khudozhnik</p>\n<p><br></p>\n<p><em><strong>Journey to childhood's country to return to yourself /\u0414\u043e\u0440\u043e\u0433\u043e\u0439 \u0434\u0435\u0442\u0441\u0442\u0432\u0430 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u0441\u044f \u043a \u0441\u0435\u0431\u0435</strong></em></p>\n<p><em><strong>Part #1</strong></em> https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-1-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-1</p>\n<p><em><strong>Part #2</strong></em> https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-2-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-2</p>\n<p><em><strong>Part #3</strong></em> https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-3-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-3</p>\n<p><br></p>\n<p><em><strong>My travel. Climbing: the lessons of humility and love/\u0412\u043e\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435: \u0443\u0440\u043e\u043a\u0438 \u0441\u043c\u0438\u0440\u0435\u043d\u0438\u044f \u0438 \u041b\u044e\u0431\u0432\u0438</strong></em></p>\n<p><em><strong>Part #1</strong></em> https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-1-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-1</p>\n<p><em><strong>Part #2</strong></em> https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-2-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-2</p>\n</html>", + "body_length": 7843, + "cashout_time": "2016-09-22T18:22:24", + "category": "introducemyself", + "children": 2, + "created": "2016-09-15T18:22:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"introducemyself\",\"steemit\",\"freedom\",\"life\",\"introduceyourself\"],\"image\":[\"http://i.share.pho.to/d46c0c80_o.jpeg\",\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/10151254_10202531750568501_1565828032_n.jpg?oh=4c76f2643f62fb6476fc4ee5baaec259&oe=583BE2BA\",\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/11988191_471643236294164_2851902525140971041_n.jpg?oh=a00af7fdf24aceeeee581e57a4778c96&oe=5877C7AF\",\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/1385858_10151791940151144_573832046_n.jpg?oh=bd2ee49d3031e8a4c6006e003ef96deb&oe=588454CE\",\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/385534_353378238012368_1790993380_n.jpg?oh=405db88d26fff916db6b5ea70bbfdd81&oe=58814947\",\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/394509_353378438012348_443399460_n.jpg?oh=f91a0723bba9ddab2c90ca1b9e8f0ea1&oe=5839D727\",\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/13087701_1704491583139414_2736459632219081412_n.jpg?oh=064deb7f13c436d68953e951e97d1456&oe=583C6664\",\"https://scontent.fhen1-1.fna.fbcdn.net/v/t1.0-9/12994495_1701672396754666_869823863998774897_n.jpg?oh=4bf0e0a08e6cd495b998bf8339e7a165&oe=587B463B\",\"http://i.share.pho.to/73891eb9_o.jpeg\"],\"links\":[\"https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-1-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet\",\"https://steemit.com/writing/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-2-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet\",\"https://steemit.com/life/@asdes/recipes-from-other-s-kitchens-or-what-cooking-can-teach-us-part-3-original-story-recepty-s-chuzhikh-kukhon-ili-chemu-mozhet\",\"https://steemit.com/psychology/@asdes/draw-me-happiness-the-artist-please-draw-me-a-dream-narisui-mne-schaste-khudozhnik\",\"https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-1-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-1\",\"https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-2-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-2\",\"https://steemit.com/psychology/@asdes/journey-to-childhood-s-country-to-return-to-yourself-part-3-dorogoi-detstva-vozvrashaemsya-k-sebe-chast-3\",\"https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-1-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-1\",\"https://steemit.com/travel/@asdes/my-travel-climbing-the-lessons-of-humility-and-love-part-2-voskhozhdenie-uroki-smireniya-i-lyubvi-chast-2\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:09:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 568146042125, + "parent_author": "", + "parent_permlink": "introducemyself", + "pending_payout_value": "0.142 HBD", + "percent_hbd": 10000, + "permlink": "what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya", + "post_id": 1257016, + "promoted": "1.041 HBD", + "replies": [], + "root_title": "What word can characterize my life... Improvisation! / \u041a\u0430\u043a\u043e\u0435 \u0441\u043b\u043e\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u043e\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c\u2026 \u0418\u043c\u043f\u0440\u043e\u0432\u0438\u0437\u0430\u0446\u0438\u044f!", + "title": "What word can characterize my life... Improvisation! / \u041a\u0430\u043a\u043e\u0435 \u0441\u043b\u043e\u0432\u043e \u043c\u043e\u0436\u0435\u0442 \u043e\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c \u043c\u043e\u044e \u0436\u0438\u0437\u043d\u044c\u2026 \u0418\u043c\u043f\u0440\u043e\u0432\u0438\u0437\u0430\u0446\u0438\u044f!", + "total_payout_value": "0.000 HBD", + "url": "/introducemyself/@asdes/what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya" + }, + "blend/this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast": { + "active_votes": [ + { + "percent": "3300", + "reputation": 15755437221598, + "rshares": 9154157904, + "voter": "acidyo" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313697862, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061245798, + "voter": "murh" + }, + { + "percent": "3300", + "reputation": 17405459234693, + "rshares": 17363559370, + "voter": "venuspcs" + }, + { + "percent": "3300", + "reputation": 4066839697461, + "rshares": 2676544913, + "voter": "getssidetracked" + }, + { + "percent": "3300", + "reputation": 744428437430, + "rshares": 538742524, + "voter": "trees" + }, + { + "percent": "3300", + "reputation": 2906973892, + "rshares": 73942403, + "voter": "strawhat" + }, + { + "percent": "3300", + "reputation": 675716972978, + "rshares": 259284415, + "voter": "cryptochannel" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1644947927, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 1984154587642, + "rshares": 6168588588, + "voter": "chloetaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7475701368, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5950976762, + "voter": "trev" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": 52653071010, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1871969417, + "voter": "bapparabi" + }, + { + "percent": "9000", + "reputation": 130504358563, + "rshares": 4233740909, + "voter": "dresden" + }, + { + "percent": "10000", + "reputation": 174395287082, + "rshares": 201545534, + "voter": "blend" + } + ], + "author": "blend", + "author_reputation": 174395287082, + "beneficiaries": [], + "body": "<html>\n<h3>There are now more billionaires on earth than ever before \u2014 2,473 of them, according to wealth information and insight firm <a href=\"http://wealthx.com/\">Wealth-X</a>, which released its annual <a href=\"http://www.billionairecensus.com/\">Billionaire Census</a> Monday. As part of its report, Wealth-X analysed the Earth\u2019s growing billionaire population geographically, breaking down the regions that have seen the most growth in new billionaires and their fortunes.The majority of billionaires have traditionally hailed from parts of the world with advanced Western economies \u2014 Europe and North America have 806 and 628, respectively. North America\u2019s group is the wealthiest with a combined net worth of $2.56 trillion, while Europe\u2019s billionaires are worth $2.33 trillion.But Asia is minting more new mega-fortunes than any other part of the world. The region overtook North America by adding 85 new billionaires last year, bringing its total to 645. The combined wealth of Asia\u2019s ultra-rich now stands at $1.69 trillion.Check out the rest of Wealth-X billionaire map below: </h3>\n<p><img src=\"http://static.businessinsider.com/image/57a887b0ce38f234008b53e5-1200/image.jpg\" width=\"1200\" height=\"815\"/></p>\n</html>\nsource>.businessinsider.com.au/parts-of-the-world-with-the-most-billionaires-2016-8", + "body_length": 1315, + "cashout_time": "2016-09-22T17:10:21", + "category": "life", + "children": 1, + "created": "2016-09-15T17:10:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"news\",\"monye\"],\"image\":[\"http://static.businessinsider.com/image/57a887b0ce38f234008b53e5-1200/image.jpg\"],\"links\":[\"http://wealthx.com/\",\"http://www.billionairecensus.com/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:11:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 111641716704, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "0.025 HBD", + "percent_hbd": 10000, + "permlink": "this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast", + "post_id": 1256263, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This graphic lays out the parts of the world with the most billionaires -- and Asia is climbing fast", + "title": "This graphic lays out the parts of the world with the most billionaires -- and Asia is climbing fast", + "total_payout_value": "0.000 HBD", + "url": "/life/@blend/this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast" + }, + "cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease": { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231802954489, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 10522586872847, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73217538070, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 244108149059, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 670049917531, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1626308437023, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1918300201241, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2205695978693, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 168108427341, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 7019430473955, + "rshares": 29168888535, + "voter": "thedarkestplum" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061212429, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 265294586134, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 30630058386, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 1877846106598, + "rshares": 34006935927, + "voter": "tobixen" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209499465, + "voter": "karen13" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204615626363, + "voter": "jl777" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267159012, + "voter": "proto" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734048037, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 10261652613, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 1297778556911, + "rshares": 1573489537, + "voter": "cehuneke" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100123561, + "voter": "rusla" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": 63934747666, + "voter": "thecyclist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134258548, + "voter": "crimson" + } + ], + "author": "cehuneke", + "author_reputation": 1297778556911, + "beneficiaries": [], + "body": "<html>\n<p>For anyone who may have missed it, <a href=\"http://archinte.jamanetwork.com/article.aspx?articleid=2548255\"><em>JAMA</em> (<em>The Journal of the American Medical Association</em>) released a damning report</a> uncovering the blatant manipulation of industry-funded scientific research to benefit a trade group\u2019s agenda. Specifically in this case, the Sugar Research Foundation (SRF), now known as the <a href=\"https://www.sugar.org/\">Sugar Association</a>, bribed three Harvard scientists to shape the conclusion of a landmark <a href=\"http://www.ncbi.nlm.nih.gov/pubmed/5339699 \">1967 study published in the <em>New England Journal of Medicine</em> (<em>NEJM)</em></a><em> </em>that identified dietary fats (vs. carbohydrates/sugar) as the main culprit of coronary heart disease (CHD). </p>\n<p><img src=\"https://lh3.googleusercontent.com/SRLvIuaHAd7bTIvua168avVrlYwxFtZhYf_JDnVQvI3ZGLu4tecyDl8GIVD9Y2Y7XYhETQu5t8csbm6HW7OsAYWGLkZeKt8mP8Mkh9OMP7htUJmhajEaNQpf-dZE6PKPRsjVM-WEInBrsooxjmBT937Gp_CwVmBJ1O4-QsSdyBaNGDbPJB0MgPyHY5VfQ_J1kqOFOrk71jOcn0XNdXRJauwkn7gCRd9LezaWOCGZRlYKijGDFQJWfcYMAorBd7mB4-bfVzYCTEnpMHrx0Lz_urcfJccFZh98Giffei16H0HRby-f3aIouhykuFcg3nBfd0cqLlmI8bZ5UtMjs9-R_LeGkCWGP4tlhKYLvywfozgYObmBUskP41rB3FDKGJThQnKveOx7VH-HBYNcqtXNwOlCePd4DtTH2bSiMKlozmAxBlhVzYtNskj8MN1A839Q_Af-rDd37I93wqk6D1PG-M94eE42mie3sR-BtgUVfnrClUes5EXRLG7XbF1aOnR8w6eTkJSZx8GxuwCsueO8k1sJbfOr83PyekiPf1NRxaSds_7fg_sltnVagzkNtWAMNpBerlBl81G0gcuhrwDfQCGOJm1tV11HCiuxL1PqqhJO3_Wl=w840-h560-no\"/></p>\n<p>This is no conspiracy theory. The authors unearthed documents, reports, and written correspondence that explicitly outlined the goals of the agreement (minimizing sugar's role in CHD and squarely placing blame on fats - total fat, saturated fat, and dietary cholesterol) and the monetary rewards the researchers received (the total sum equivalent of a mere $50,000 in today\u2019s dollars) for their unethical work. </p>\n<p><br></p>\n<p><img src=\"https://lh3.googleusercontent.com/dfMQf7FG5O1f8yTva1OkYfHnYWIP1YNtHbB0Y3WRO9ky6uwTTFFU3CUfPEK2XDSrFQVLkzmIjqesIJbJCn6FRlL_n9-1DSiPZtsIj0pTadJMmcmjM2Mrv508i0DHn7WNLWSrAkZ1ngerVubECe03U7LnbbzQpbWHvASwO4JgsUFut3QqCOVZ90XvGYFv1ssoSmqpLKELqkouelnaeWnyfR3zH2483nxpBqd5GPnpVkE7AhHT02pR7finJLBW697G9R3-1qFRCfq6slXBU36iKMOR0QaKL4_fEHhKGK6etL6AObEclRrlGaW34vP5d_1M8312qFhIjilV6Y1C_JAh3YVWVHB7wAUUb_eNz7sRnHjJJeQpQ2oxM2cndNVxACCb_iapI5E_FHynon8cTUJsMTvPhHC5zBaXP7-LsJ0BfPSyr1mt7IckWgk81YX0MhzXm6tft2B2tsyyNcl0URH3VZAvwlq90BJXRRmp4b9OzjJjdk2GyGG35myOFzOhtJm24JUK-hD5dbvbAl3mYo3B1GAIegKdDse_olxHEvnqsbvjTEedEGNjV47FN_JcdxsDrhVhTLTk_8QdvwREzTVeYNPt1kMdjfCvtEXE0UVbsuZe2EB2=w840-h560-no\"/></p>\n<h2>Background: </h2>\n<p>During the 1950s and '60s, the spike in heart disease among Americans spurred research to identify the cause, and two competing camps of evidence began to emerge: namely carbohydrates/sugars spearheaded by Dr. John Yudkin and dietary fats/cholesterol led by Ancel Keys, with his infamous \u201cSeven Countries\u201d study that eventually popularized the \u201cMediterranean Diet\u201d (dissecting Keys\u2019 flawed methodology, intentional destruction of Yudkin\u2019s reputation, and influence in developing national nutrition recommendations warrants its own article, however I am a proponent of the eating principals associated with this style of eating). </p>\n<p>Executives at the SRF were paying attention, and one such individual, John Hickson, took initiative. He hired the researchers to design a review study (including hand-picking which studies to include) with a favorable outcome for the sugar industry by deflecting the work of Yudkin, et al., and specifically positioning fat as the malicious macronutrient. The conclusions of the study were widely accepted (it may have helped that financial disclosures were not required with the <em>NEJM </em>until the 1980s) and the rest, as they say, is history. </p>\n<p><img src=\"https://lh3.googleusercontent.com/18Y2YNc9A6taEQNHGyoyj8WxYyTPz-rZRj3UcYy3s8_PCYskzWgympcfbu2suA3wTXtnpDYgP5rwDksNxvg8NVFNoJTiwGTW8C9X0diIG9Y2y_eiEnOP7eBVzFv4p7837ZvoknfRS8MZzUnPNK-Wr6lR9Wp7Hc8NoT5jfTm9Alt-qwD_2JSg-Eg2jOFoA0v7LKz9Zm2frdx-uwRWRca2zPr-SY1mfx6ChkOkJMlOIM22l4cuku8nonwI3_Ppwj1AyyoF90kwrA05kpFMVmV0t6TdUrluPjNJckT7isFJqWbzk_pW4gDNtDJpKVHV9fOleiHavpyPQJBFu4VpUaoRzoAD3bywiKIL2I3v16LN-q5rF1n6_t3-GcraVo36qfo8HDjUjsYcKvbIeppOtyW4EE0SsEFQOXzk_KuNuIw3csgASoLicsBDQzkESfNP5i_0EolwI7xoh33Ar7v5UPEHV78hrLGFyVDmp90uelt5Bgxw_rdOcWHMU1d-o6ZtGRdn_aJCzXwz6PqtPm8Ew9UdYVUfoHHlY58vIH3bktk-Ig_AaBRA6104Z6lyTKfOZ2tvf_7knupdIFdF3qGfGaZS02QaWV_yF8p3YHxtXL-asxLAaAht=w840-h305-no\"/></p>\n<p>Perhaps lending to the study\u2019s credence was simply that it was published in the highly respected <em>New England Journal of Medicine</em>. It\u2019s rather time consuming to read through studies and perform your own analysis of the design, methodology, conclusion of outcomes, and implications (and that\u2019s assuming all the data and results are included). As such, many (I admit, myself included) use the integrity of the publishing journal as a barometer for the integrity of the study, a shortcut that can clearly fail. </p>\n<p>What\u2019s more alarming is that the findings of this study, and the researchers involved, went on to shape the country\u2019s<em> Dietary Guidelines for Americans</em>. And make no mistake about the connection, as one of the three scientists involved in the original scandal (Dr. Hegsted) rose to become the head of nutrition at the USDA. During his tenure he helped draft the 1977 precursor to the (first) <a href=\"https://health.gov/dietaryguidelines/1980thin.pdf?_ga=1.212865940.1090385594.1473851239\">1980 <em>Dietary Guidelines for Americans</em></a>. </p>\n<p><img src=\"https://lh3.googleusercontent.com/KipUs-yIEAGdkbe0XVt5mSR_UK14aOsqY9Xh6WSoGeHn0e5BPGks4CcicVenVd3SXI6lK1C8d9vl9ySCKTwtZBvSp2EL1XivlQP-fyQGNoWi0kjrbmVJLVmpGliyWF4jH-aDtPkQ-ysMUqi7KXqBoxlGESiZONCgnnB2kwZci7Umt_bWQ4h8b4AO8NYYO26ZdrTp9_hy9QvMMQb59-c3a7nA4ARN-FTCZu_P2uA8wYFF-3PoIqPtKl5ZgJMnGiVvFeqMAkmL98aaYRQQEFsf1ZWmUhQr1MAshRL_US2BVeCIUZzDTxS0uPulRs8hpvsF6EXxe_Mh7Re75htAzq4mZba17OU4DOdxQ4M_7krs971LQBsBrgxI8PFtehfU97XtjgwVWrgCRAWq5lFH5SWum2KLDqp75d2mi3b2iSRkidKYyZrpv9NAZoPJPtD3eQpLXtx2j02TWS61RF5TBwyXx4tDL5cjddZrre3EZeQYMH7ci9kSM2iI0g_4zoHV3Skken-2XNad0sittbqyvhd-XeclAIZQXoQ6jIdgG6beVJoTfrkUl3CAQsp2d--UmDO36wrOERzltTxcEwjbEPK8AHppBVHIWphj7OAi0vta51qI9of5=w840-h770-no\"/></p>\n<p>At first glance, you may not see what all the fuss is about; after all \u201cAvoid Too Much Sugar\u201d is listed there as #5. But scroll down and you\u2019ll see that sugar\u2019s sole accountability is its contributions to tooth decay and dental caries. </p>\n<p>As such, the questionable practices and information disseminated extended far beyond a single study published in a reputable journal; it became the official party line of the United States government\u2019s public health recommendations. Think about all this for a moment. $50,000, split three ways, and that\u2019s all the sugar industry had to pay to alter the course of nutrition research and recommendations for more than five decades (well, that\u2019s assuming the SRF only partook in this singular event of bribery).</p>\n<p>Furthermore, this perpetuated idea that increased total fat, saturated fat, and dietary cholesterol intake leads to increased harmful blood lipids (not the full story by any stretch, see below for one such example) which leads to an increased incidence of cardiovascular disease, scared everyone out of eating even healthy fats which provide an abundance of vital nutrients (think omega-3 fatty acids, for one). This fueled the low-fat craze of the 1980s and 1990s (SnackWells, anyone?), and thus the inevitable shift towards increased consumption of refined carbohydrates (because when you reduce intake of one nutrient/food group, you replace it with another). And we all know where that got us. </p>\n<p><img src=\"https://lh3.googleusercontent.com/nsA__2EHkJut-9CxJ_SQ0IUq5dsZkWi9_wMbjuuzXh4pfioOAkQuYCOU4BBO-98dFgPs-SqNxcTHq4IdKm3Zn0kxLusn081St8bs7hQMUWAHTrJVW9Hl7YItNbtxToRl9DKQ6AhO854Uu1PypTWYQxWWixBRwzWSsUl8Pfq1TDJTy3x5iEOOjSbD1NTBDs9t7ueK-67_WVylt_YTo4-YivrrDQOkP6Km2CC8AlfYW5MF-h0dHX7uwrVl4Yye1fX72pg7Y_HX678jDU8eLK1MZTZ_8_-QnkiEOxoUNJKb3WgvQPeHW237Mvbh3WPODnUcgv43A42ft2qGWuNeIbu0RuBQ-DuPtx6mgcnnkMUvzNDqaCZuwJfSe6navuk4unAFQWlp-PkVu3kuH9f5lZ1jIVf3GBC2SVXbQFu0vjD3DId3voijfq9gHhkn7w15JaQwb7i8_sMUL1ULqyQXHiAT9fUvA-VmskV_q81gTm0t62kACcAM8vfIhC9Fk6SwrjyLR4fLDOeWijnUcW-mpIvAMYi66C-7aBUalHDKhfaU5sMxo88u54UIO9kYKBsothjeWvfVF9p4xmYEtTDPkChhUertSRjMAJFa4h7HgCNMbZd3US5G=w840-h385-no\"/></p>\n<h2>Implications of Shady Research:</h2>\n<p>It'd be unfair to assume the SRF/Sugar Association is the only trade group that participates in this kind of controversial activity. Industry-funded research is nothing new (and I'm not saying it's all bad, we need major funding to advance science, but we need to be judicious in parsing out the results and conclusions). Neither are the conflicted interests generated by the revolving door of executives heading mega corporations (think Big Ag and Pharma) and regulatory governmental agencies (e.g., FDA, USDA, EPA). But what\u2019s so remarkable about this report is the black and white evidence of corruption. </p>\n<p>This gross misconduct is akin to \u201cDr.\u201d Andrew Wakefield\u2019s 1998 <em>Lancet</em> study which fraudulently (per the word choice of the <a href=\"http://www.bmj.com/content/342/bmj.c7452.full\"><em>BMJ</em>'s editorial</a> exposing the scandal) concluded a link between the measles, mumps, rubella (MMR) vaccine and the increasing prevalence of autism and bowel disease. In this case he reportedly falsified data to achieve his intended outcome. Thankfully Wakefield's medical license has since been revoked and his article retracted, but the longterm damages of his work continue to be felt. </p>\n<p>Wakefield's study undoubtedly was a major catalyst in the heated debate and resistance against vaccinations, ultimately <a href=\"http://www.nytimes.com/2015/02/02/us/a-discredited-vaccine-studys-continuing-impact-on-public-health.html?_r=0\">resulting in fewer vaccinations of children and a resurgence of these once-considered eradicated infectious diseases</a>. Again, the abuse of power to serve a person's or group's agenda (<a href=\"http://www.bmj.com/content/342/bmj.c5258.full\">Wakefield was reportedly set to financially gain from the vaccination scare</a>) caused millions of people pay the biggest price: their own health and the health of loved ones. </p>\n<h2>Current Research:</h2>\n<p>Over the past few years there have been more rumblings questioning the science behind limiting saturated fats and dietary cholesterol to improve heart health, most notably a <a href=\"http://annals.org/article.aspx?articleid=1846638\">2014 systematic review and meta-analysis in the <em>Annals of Internal Medicine</em></a> that concluded reduced saturated fat intake and increased polyunsaturated fat intake did not necessarily lead to reduced coronary disease incidence. This report was not without its own flaws and criticism, primarily for not acknowledging the presumed benefit of <em>replacing </em>saturated fat intake with polyunsaturated fats. </p>\n<p>And just as not all dietary fats are created equal, not all LDL cholesterol (aka \u201cbad\u201d cholesterol) is created equally. <a href=\"http://jama.jamanetwork.com/article.aspx?articleid=374290\">Research has long shown</a> the increased risk of heart attacks, decreased HDL levels (aka \u201cgood\u201d cholesterol), and increased triglyceride levels associated with the smaller, denser LDL phenotype as opposed to the larger LDL particle size. It turns out that a <a href=\"http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2943062/\">diet high in carbohydrate intake, specifically refined carbs, leads to more of the atherogenic smaller LDL particles</a>, whereas increased saturated fat intake leads to more of the benign, larger LDL particles. </p>\n<p><img src=\"https://lh3.googleusercontent.com/n0tiZ6-puILoY-Tct1cvXhxbFg_RnwlteEUbN5n8gXNrdKgskhkKO6EQiqqwyetvZpEiZPZPrA1XLCGuMo2TKqfzQ6rocqwKeR-PePZJ7PVikuCl7FCxxrBTQggoxOwZq5LIay4lYi0EADdD6qUpBiS_glYYTfnX4YsdTq1mgLCTxQoCbeMQGAl4B3_AOvlp4OVO5p9jbZUtUM7wGIsvxxkL7k5W55T6MC5BlnhX-szjRD03mZWDScpOWdJirMQaWx8ca59f6uEh4-_523uDJgH_lSNdTDFpgti-VZePAn9N79e4p6swlACwW_sXwbIAXwtxnyhI8hJDGMH4kfkoPq2vHbRSLvbXJW6KuJpCUKHEXVNCGv9wWWl3YE9JlQb0XANml5fsyXuSO_bO70qSi-jypXYomBFSmLTw5mgy1f8_Ay0S2WiE0wVOXuPimCDSjdrPFIC9lMZAbr5SdxE5dWm2TQhl62lDdb9C1oMNVaBHSOpaUKZkZNdUgkYq_B91-1vnJbx57Uja8CYtVb-tlyRV_YffPTIwKi_gqXf5JlFmgUjA2bcKzWBN4ooc-TsRW-OwCzeQYc06hG1C9bjcIbsYokwmV5G9HEjheCjpQlKnk3Z5=w840-h470-no\"/></p>\n<p>No doubt about it, nutrition science is often confusing, contradictory, and sometimes compromised. Just check out this recent <a href=\"http://www.nytimes.com/2016/08/11/upshot/were-so-confused-the-problems-with-food-and-exercise-studies.html \"><em>New York Times</em> article</a> highlighting many of the grievances I share with my industry\u2019s research. In fact, I often refer to nutrition as a \u201csoft science\u201d due to its inherent challenges in design (ethics/IRB approvals are a notable roadblock to RCTs), reliance on faulty measures of intake (e.g., Food Frequency Questionnaires), and ability to meaningfully apply the laboratory results in the real-world setting to achieve the purported benefits (how many cups of green tea can you really drink in one day?). </p>\n<h2>So where does that leave us? </h2>\n<p>As a registered dietitian, I\u2019m asked daily by friends, family, colleagues, and/or patients, what should I be eating? Clearly this is a loaded question, and not just because of the issues noted above. You also have to consider where a person\u2019s at (e.g., financially, motivation-wise) and make recommendations to improve their current situation, even in small ways, versus preach perfection. Then there\u2019s a person\u2019s medical history which may influence my response (for example, potassium-rich fruits and vegetables are generally deemed \u201chealthy\u201d for the average person, but can wreck havoc in people with chronic kidney disease). </p>\n<p><img src=\"https://lh3.googleusercontent.com/cN2dXf6TLaknm9N2i3krdi8pAqwE566gpJmO9y_sY5JljuVIzKLvy_bQAYSymvuLdNC-1CQkzfeBxx9tP-IYdBfROObfgKSTxBk-RzwRVRgjxrm6hINBdh948L0RveJE5D-BN4ao1wY0PRrAeE7P0_27Ul809v216A0Wt-WMS07xSE1_Zv7iJM9sxVtYZ6zlS0uKSCiLVEcJU942MQI-U0BO-J4PvcZ4n7kBBg28VU_L4bga03IFjI7WTTEoqMSGZZUgvvtOlL_HEkd3mDHEjGjipRLNVhbav_ivub0ROWN9I_-lqaMq3uIG-xxYlvuMko3dWDIzqUuS_XkJ-o3jvXjJuxT3cfpWBC9EOhnPe4YLxu3vpPJ18WUY7SFs1zuMgTeTAlsqFppNdGdAxqiB2QeGJgdMCu9szL17wikzZ7E49uREtyRisGw2QkVotFVSWPrxGe9W7UM0Jl7cgAVxSom5QxbVtA42ZMX5PwAoeTDZGj9fDczX51Xzc8kOut-1KCjdLJJeLuJrrj9aA3ak8vENK1tYgpn2tHc4DPJwVBAPhSdZNVEEsTqV64P6j7ZpZLDIpdV7LzNP2N2RzWG4s7Th0bw8_5EoBTlQOUPQ0TG7RovV=w840-h487-no\"/></p>\n<p>But that\u2019s going into the nitty gritty. I think the changing tide towards focusing on healthy eating patterns versus individual food/nutrient intake is imperative. It\u2019s simple, it\u2019s sound, and it\u2019s attainable. So when it comes down to it, my default answer is to defer to Michael Pollan. I think he has it just right and manages to summarize my thoughts in the fewest words possible: </p>\n<p><code><strong>\u201cEat food. Not too much. Mostly plants.\u201d </strong></code></p>\n</html>", + "body_length": 15325, + "cashout_time": "2016-09-22T11:47:42", + "category": "health", + "children": 0, + "created": "2016-09-15T11:47:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"health\",\"news\",\"science\",\"nutrition\",\"life\"],\"image\":[\"https://lh3.googleusercontent.com/SRLvIuaHAd7bTIvua168avVrlYwxFtZhYf_JDnVQvI3ZGLu4tecyDl8GIVD9Y2Y7XYhETQu5t8csbm6HW7OsAYWGLkZeKt8mP8Mkh9OMP7htUJmhajEaNQpf-dZE6PKPRsjVM-WEInBrsooxjmBT937Gp_CwVmBJ1O4-QsSdyBaNGDbPJB0MgPyHY5VfQ_J1kqOFOrk71jOcn0XNdXRJauwkn7gCRd9LezaWOCGZRlYKijGDFQJWfcYMAorBd7mB4-bfVzYCTEnpMHrx0Lz_urcfJccFZh98Giffei16H0HRby-f3aIouhykuFcg3nBfd0cqLlmI8bZ5UtMjs9-R_LeGkCWGP4tlhKYLvywfozgYObmBUskP41rB3FDKGJThQnKveOx7VH-HBYNcqtXNwOlCePd4DtTH2bSiMKlozmAxBlhVzYtNskj8MN1A839Q_Af-rDd37I93wqk6D1PG-M94eE42mie3sR-BtgUVfnrClUes5EXRLG7XbF1aOnR8w6eTkJSZx8GxuwCsueO8k1sJbfOr83PyekiPf1NRxaSds_7fg_sltnVagzkNtWAMNpBerlBl81G0gcuhrwDfQCGOJm1tV11HCiuxL1PqqhJO3_Wl=w840-h560-no\",\"https://lh3.googleusercontent.com/dfMQf7FG5O1f8yTva1OkYfHnYWIP1YNtHbB0Y3WRO9ky6uwTTFFU3CUfPEK2XDSrFQVLkzmIjqesIJbJCn6FRlL_n9-1DSiPZtsIj0pTadJMmcmjM2Mrv508i0DHn7WNLWSrAkZ1ngerVubECe03U7LnbbzQpbWHvASwO4JgsUFut3QqCOVZ90XvGYFv1ssoSmqpLKELqkouelnaeWnyfR3zH2483nxpBqd5GPnpVkE7AhHT02pR7finJLBW697G9R3-1qFRCfq6slXBU36iKMOR0QaKL4_fEHhKGK6etL6AObEclRrlGaW34vP5d_1M8312qFhIjilV6Y1C_JAh3YVWVHB7wAUUb_eNz7sRnHjJJeQpQ2oxM2cndNVxACCb_iapI5E_FHynon8cTUJsMTvPhHC5zBaXP7-LsJ0BfPSyr1mt7IckWgk81YX0MhzXm6tft2B2tsyyNcl0URH3VZAvwlq90BJXRRmp4b9OzjJjdk2GyGG35myOFzOhtJm24JUK-hD5dbvbAl3mYo3B1GAIegKdDse_olxHEvnqsbvjTEedEGNjV47FN_JcdxsDrhVhTLTk_8QdvwREzTVeYNPt1kMdjfCvtEXE0UVbsuZe2EB2=w840-h560-no\",\"https://lh3.googleusercontent.com/18Y2YNc9A6taEQNHGyoyj8WxYyTPz-rZRj3UcYy3s8_PCYskzWgympcfbu2suA3wTXtnpDYgP5rwDksNxvg8NVFNoJTiwGTW8C9X0diIG9Y2y_eiEnOP7eBVzFv4p7837ZvoknfRS8MZzUnPNK-Wr6lR9Wp7Hc8NoT5jfTm9Alt-qwD_2JSg-Eg2jOFoA0v7LKz9Zm2frdx-uwRWRca2zPr-SY1mfx6ChkOkJMlOIM22l4cuku8nonwI3_Ppwj1AyyoF90kwrA05kpFMVmV0t6TdUrluPjNJckT7isFJqWbzk_pW4gDNtDJpKVHV9fOleiHavpyPQJBFu4VpUaoRzoAD3bywiKIL2I3v16LN-q5rF1n6_t3-GcraVo36qfo8HDjUjsYcKvbIeppOtyW4EE0SsEFQOXzk_KuNuIw3csgASoLicsBDQzkESfNP5i_0EolwI7xoh33Ar7v5UPEHV78hrLGFyVDmp90uelt5Bgxw_rdOcWHMU1d-o6ZtGRdn_aJCzXwz6PqtPm8Ew9UdYVUfoHHlY58vIH3bktk-Ig_AaBRA6104Z6lyTKfOZ2tvf_7knupdIFdF3qGfGaZS02QaWV_yF8p3YHxtXL-asxLAaAht=w840-h305-no\",\"https://lh3.googleusercontent.com/KipUs-yIEAGdkbe0XVt5mSR_UK14aOsqY9Xh6WSoGeHn0e5BPGks4CcicVenVd3SXI6lK1C8d9vl9ySCKTwtZBvSp2EL1XivlQP-fyQGNoWi0kjrbmVJLVmpGliyWF4jH-aDtPkQ-ysMUqi7KXqBoxlGESiZONCgnnB2kwZci7Umt_bWQ4h8b4AO8NYYO26ZdrTp9_hy9QvMMQb59-c3a7nA4ARN-FTCZu_P2uA8wYFF-3PoIqPtKl5ZgJMnGiVvFeqMAkmL98aaYRQQEFsf1ZWmUhQr1MAshRL_US2BVeCIUZzDTxS0uPulRs8hpvsF6EXxe_Mh7Re75htAzq4mZba17OU4DOdxQ4M_7krs971LQBsBrgxI8PFtehfU97XtjgwVWrgCRAWq5lFH5SWum2KLDqp75d2mi3b2iSRkidKYyZrpv9NAZoPJPtD3eQpLXtx2j02TWS61RF5TBwyXx4tDL5cjddZrre3EZeQYMH7ci9kSM2iI0g_4zoHV3Skken-2XNad0sittbqyvhd-XeclAIZQXoQ6jIdgG6beVJoTfrkUl3CAQsp2d--UmDO36wrOERzltTxcEwjbEPK8AHppBVHIWphj7OAi0vta51qI9of5=w840-h770-no\",\"https://lh3.googleusercontent.com/nsA__2EHkJut-9CxJ_SQ0IUq5dsZkWi9_wMbjuuzXh4pfioOAkQuYCOU4BBO-98dFgPs-SqNxcTHq4IdKm3Zn0kxLusn081St8bs7hQMUWAHTrJVW9Hl7YItNbtxToRl9DKQ6AhO854Uu1PypTWYQxWWixBRwzWSsUl8Pfq1TDJTy3x5iEOOjSbD1NTBDs9t7ueK-67_WVylt_YTo4-YivrrDQOkP6Km2CC8AlfYW5MF-h0dHX7uwrVl4Yye1fX72pg7Y_HX678jDU8eLK1MZTZ_8_-QnkiEOxoUNJKb3WgvQPeHW237Mvbh3WPODnUcgv43A42ft2qGWuNeIbu0RuBQ-DuPtx6mgcnnkMUvzNDqaCZuwJfSe6navuk4unAFQWlp-PkVu3kuH9f5lZ1jIVf3GBC2SVXbQFu0vjD3DId3voijfq9gHhkn7w15JaQwb7i8_sMUL1ULqyQXHiAT9fUvA-VmskV_q81gTm0t62kACcAM8vfIhC9Fk6SwrjyLR4fLDOeWijnUcW-mpIvAMYi66C-7aBUalHDKhfaU5sMxo88u54UIO9kYKBsothjeWvfVF9p4xmYEtTDPkChhUertSRjMAJFa4h7HgCNMbZd3US5G=w840-h385-no\",\"https://lh3.googleusercontent.com/n0tiZ6-puILoY-Tct1cvXhxbFg_RnwlteEUbN5n8gXNrdKgskhkKO6EQiqqwyetvZpEiZPZPrA1XLCGuMo2TKqfzQ6rocqwKeR-PePZJ7PVikuCl7FCxxrBTQggoxOwZq5LIay4lYi0EADdD6qUpBiS_glYYTfnX4YsdTq1mgLCTxQoCbeMQGAl4B3_AOvlp4OVO5p9jbZUtUM7wGIsvxxkL7k5W55T6MC5BlnhX-szjRD03mZWDScpOWdJirMQaWx8ca59f6uEh4-_523uDJgH_lSNdTDFpgti-VZePAn9N79e4p6swlACwW_sXwbIAXwtxnyhI8hJDGMH4kfkoPq2vHbRSLvbXJW6KuJpCUKHEXVNCGv9wWWl3YE9JlQb0XANml5fsyXuSO_bO70qSi-jypXYomBFSmLTw5mgy1f8_Ay0S2WiE0wVOXuPimCDSjdrPFIC9lMZAbr5SdxE5dWm2TQhl62lDdb9C1oMNVaBHSOpaUKZkZNdUgkYq_B91-1vnJbx57Uja8CYtVb-tlyRV_YffPTIwKi_gqXf5JlFmgUjA2bcKzWBN4ooc-TsRW-OwCzeQYc06hG1C9bjcIbsYokwmV5G9HEjheCjpQlKnk3Z5=w840-h470-no\",\"https://lh3.googleusercontent.com/cN2dXf6TLaknm9N2i3krdi8pAqwE566gpJmO9y_sY5JljuVIzKLvy_bQAYSymvuLdNC-1CQkzfeBxx9tP-IYdBfROObfgKSTxBk-RzwRVRgjxrm6hINBdh948L0RveJE5D-BN4ao1wY0PRrAeE7P0_27Ul809v216A0Wt-WMS07xSE1_Zv7iJM9sxVtYZ6zlS0uKSCiLVEcJU942MQI-U0BO-J4PvcZ4n7kBBg28VU_L4bga03IFjI7WTTEoqMSGZZUgvvtOlL_HEkd3mDHEjGjipRLNVhbav_ivub0ROWN9I_-lqaMq3uIG-xxYlvuMko3dWDIzqUuS_XkJ-o3jvXjJuxT3cfpWBC9EOhnPe4YLxu3vpPJ18WUY7SFs1zuMgTeTAlsqFppNdGdAxqiB2QeGJgdMCu9szL17wikzZ7E49uREtyRisGw2QkVotFVSWPrxGe9W7UM0Jl7cgAVxSom5QxbVtA42ZMX5PwAoeTDZGj9fDczX51Xzc8kOut-1KCjdLJJeLuJrrj9aA3ak8vENK1tYgpn2tHc4DPJwVBAPhSdZNVEEsTqV64P6j7ZpZLDIpdV7LzNP2N2RzWG4s7Th0bw8_5EoBTlQOUPQ0TG7RovV=w840-h487-no\"],\"links\":[\"http://archinte.jamanetwork.com/article.aspx?articleid=2548255\",\"https://www.sugar.org/\",\"http://www.ncbi.nlm.nih.gov/pubmed/5339699 \",\"https://health.gov/dietaryguidelines/1980thin.pdf?_ga=1.212865940.1090385594.1473851239\",\"http://www.bmj.com/content/342/bmj.c7452.full\",\"http://www.nytimes.com/2015/02/02/us/a-discredited-vaccine-studys-continuing-impact-on-public-health.html?_r=0\",\"http://www.bmj.com/content/342/bmj.c5258.full\",\"http://annals.org/article.aspx?articleid=1846638\",\"http://jama.jamanetwork.com/article.aspx?articleid=374290\",\"http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2943062/\",\"http://www.nytimes.com/2016/08/11/upshot/were-so-confused-the-problems-with-food-and-exercise-studies.html \"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:08:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18331170762507, + "parent_author": "", + "parent_permlink": "health", + "pending_payout_value": "22.778 HBD", + "percent_hbd": 10000, + "permlink": "the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease", + "post_id": 1252948, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease", + "title": "The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease", + "total_payout_value": "0.000 HBD", + "url": "/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease" + }, + "cm-steem/usa-attention-register-asap-to-be-eligible-to-vote-for-the-legalization-of-cannabis-in-november-2016": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13631397750, + "voter": "valtr" + }, + { + "percent": "4200", + "reputation": 4931834878069, + "rshares": 10583382343, + "voter": "fkn" + }, + { + "percent": "900", + "reputation": 14848515958625, + "rshares": 8221871695, + "voter": "kingscrown" + }, + { + "percent": "4200", + "reputation": 5414208804644, + "rshares": 13911195073, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313687341, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061178148, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 7152109350579, + "rshares": 7064790767, + "voter": "cm-steem" + }, + { + "percent": "4200", + "reputation": 598181152117, + "rshares": 90810416337, + "voter": "kimziv" + }, + { + "percent": "4200", + "reputation": 19111656178138, + "rshares": 51662802163, + "voter": "furion" + }, + { + "percent": "4200", + "reputation": 3891722, + "rshares": 247880125, + "voter": "barbara2" + }, + { + "percent": "4200", + "reputation": 9142611234, + "rshares": 275515565, + "voter": "ch0c0latechip" + }, + { + "percent": "4200", + "reputation": 3871042, + "rshares": 254992303, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 453429999, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 692822335938, + "rshares": 954223632, + "voter": "keyser" + }, + { + "percent": "4200", + "reputation": 782596410473, + "rshares": 1980915727, + "voter": "poseidon" + }, + { + "percent": "4200", + "reputation": 10519849768972, + "rshares": 8582843546, + "voter": "positive" + }, + { + "percent": "4200", + "reputation": 17698439393799, + "rshares": 15346677819, + "voter": "sisterholics" + }, + { + "percent": "4200", + "reputation": 147425730, + "rshares": 288978091, + "voter": "fnait" + }, + { + "percent": "4200", + "reputation": 3720753029, + "rshares": 256728589, + "voter": "keepcalmand" + }, + { + "percent": "4200", + "reputation": 10771708337101, + "rshares": 510761417502, + "voter": "laonie" + }, + { + "percent": "4200", + "reputation": 18027204457681, + "rshares": 18652160919, + "voter": "myfirst" + }, + { + "percent": "4200", + "reputation": 5776723480371, + "rshares": 110160448553, + "voter": "somebody" + }, + { + "percent": "4200", + "reputation": 206355094166, + "rshares": 4118858391, + "voter": "flysaga" + }, + { + "percent": "4200", + "reputation": 97845484474, + "rshares": 24335410522, + "voter": "midnightoil" + }, + { + "percent": "4200", + "reputation": 3016325652890, + "rshares": 60864232237, + "voter": "xiaohui" + }, + { + "percent": "4200", + "reputation": 6111268639849, + "rshares": 2766567640, + "voter": "elfkitchen" + }, + { + "percent": "4200", + "reputation": 1851205309677, + "rshares": 1902927710, + "voter": "xiaokongcom" + }, + { + "percent": "4200", + "reputation": 4195733833721, + "rshares": 3835938330, + "voter": "xianjun" + }, + { + "percent": "4200", + "reputation": 730408370151, + "rshares": 251216491, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2005245825, + "voter": "levycore" + }, + { + "percent": "1000", + "reputation": 8442182311998, + "rshares": 1917017016, + "voter": "ionescur" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 218486263111, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2019756476, + "voter": "bapparabi" + } + ], + "author": "cm-steem", + "author_reputation": 7152109350579, + "beneficiaries": [], + "body": "<img src=\"https://i.imgur.com/4Hh64OD.png\" alt=\"Cannabis\" />\n\n# When it comes to prohibition, your vote counts!\nYou might not believe in voting when it comes to presidential elections, but you ***better believe*** that ***your vote counts when it comes to voting on ending Cannabis prohibition***!\n\nRemember, those that oppose the legalization of Cannabis for medical/recreational purposes ***will*** be voting, so you need to participate!\n\nJust take a look at the current state of Cannabis legalization in the US - many states have successfully legalized Cannabis for medical and several for recreational purposes!\n\n<a href=\"https://en.wikipedia.org/wiki/Legality_of_cannabis_by_U.S._jurisdiction\"><img src=\"https://i.imgur.com/UfXprnQ.png\" alt=\"Map of Cannabis USA\" /></a>\n\n\n# REGISTER TO VOTE RIGHT NOW!\nIf you leave your registration to the last minute, you may not be eligible to vote - take a couple minutes and register today! If any of the following links do not work for you, you can <a href=\"http://www.ncsl.org/research/elections-and-campaigns/electronic-or-online-voter-registration.aspx\">find each state's links here</a>!\n\n# Recreational\n<a href=\"https://www.regulatemarijuanainarizona.org/\"><img src=\"https://i.imgur.com/oBQssdy.png\" alt=\"Arizona Prop 205\" /></a>\n### Arizona - Prop 205 - Recreational\n<a href=\"https://servicearizona.com/webapp/evoter/selectLanguage\">Online registration link</a>.\n<a href=\"https://www.regulatemarijuanainarizona.org/\">More info</a>.\n\n<hr/>\n<a href=\"http://www.legalizeca2016.com/\"><img src=\"https://i.imgur.com/XpfzKP5.png\" alt=\"LegalizeCA2016\" /></a>\n\n### California - Prop 64\n<a href=\"http://registertovote.ca.gov/\">Online registration link</a>.\n<a href=\"http://www.legalizeca2016.com/\">More info</a>.\n\n<hr/>\n\n<a href=\"https://www.regulatemaine.org/\"><img src=\"https://i.imgur.com/e034pmY.png\" alt=\"RegulateMaine\" /></a>\n\n### Maine - Question 1\n<a href=\"http://www.eac.gov/assets/1/Documents/Federal%20Voter%20Registration_1209_en8242012.pdf\">Online registration link</a>.\n<a href=\"https://www.regulatemaine.org/\">More info</a>.\n\n<hr/>\n\n<a href=\"https://www.regulatemarijuanainnevada.org/\"><img src=\"https://i.imgur.com/TkAZ8Z9.png\" alt=\"Nevada\" /></a>\n\n### Nevada - Question 2\n<a href=\"https://nvsos.gov/sosvoterservices/Registration/step1.aspx\">Online registration link</a>.\n<a href=\"https://www.regulatemarijuanainnevada.org/\">More info</a>.\n\n<hr/>\n\n<a href=\"https://www.regulatemassachusetts.org/\"><img src=\"https://i.imgur.com/Rkr9JTm.png\" alt=\"Massachusetts\" /></a>\n\n### Massachusetts - Question 4\n<a href=\"https://www.sec.state.ma.us/ovr/\">Online registration link</a>.\n<a href=\"https://www.regulatemassachusetts.org/\">More info</a>.\n\n<hr />\n\n# Medical\nRegistering to vote on medical Cannabis ballots is ***not as easy*** as registering to vote on recreational polls! \n\n#### <a href=\"http://www.eac.gov/assets/1/Documents/Federal%20Voter%20Registration_1209_en8242012.pdf\">You need to register to vote by mail or in person via this national registration form!</a>\n\n<a href=\"http://www.arcompassion.com/\">Arkansas - Medical Cannabis Act</a>\n<a href=\"http://www.yeson182.org/\">Montana - Initiative 182</a>\n<a href=\"http://www.ndcompassionatecare.org/initiative/\">North Dakota - Measure 5</a>\n<a href=\"http://www.unitedforcare.org/\">Florida - Amendment 2</a>\n\n### Once registered, don't forget to vote!\nThis is incredibly important - remember to vote in November 2016!\n\n# Want to read more on this topic?\n* <a href=\"https://www.reddit.com/r/trees/comments/52evxl/many_say_that_voting_doesnt_make_a_difference_i/\">/r/trees megathread</a>.\n* <a href=\"http://www.thecannabist.co/2016/07/14/definitive-guide-us-states-voting-recreational-medical-marijuana-inovember-2016-election/58063/\">The Cannabist - Definitive guide to 2016 Cannabis ballots</a>.\n* <a href=\"http://www.motherjones.com/politics/2016/08/five-states-have-marijuana-legalization-ballot-november\">Mother Jones - States that may legalize pot next</a>.\n* <a href=\"https://www.mpp.org/initiatives/\">MPP - 2016 Initiatives</a>\n* <a href=\"http://www.latimes.com/nation/nationnow/la-na-red-state-medical-marijuana-20160909-snap-story.html\">LA Times - This deeply red state could be on the verge of legalizing medical marijuana </a>\n* <a href=\"http://www.vox.com/2016/9/14/12064226/marijuana-legalization-election-vote-california-2016\">VOX - 2016\u2019s marijuana legalization votes, explained</a>\n* <a href=\"https://www.leafly.com/news/politics/what-states-are-most-likely-to-legalize-in-2016/\">Leafly - Which States are Most Likely to Legalize Cannabis in 2016?</a>\n* <a href=\"http://www.washingtontimes.com/news/2016/aug/14/marijuana-initiatives-on-ballot-in-record-9-states/\">Washington Times - Marijuana initiatives on ballot in record 9 states despite feds\u2019 firm stand</a>\n* <a href=\"https://ballotpedia.org/Marijuana_on_the_ballot\">Ballotpedia - Marijuana on the ballot</a>.\n* <a href=\"http://www.ibtimes.com/where-will-pot-be-legal-next-recreational-marijuana-ballot-5-states-election-day-2016-2397676\">International Business Times - Where Will Pot Be Legal Next? Recreational Marijuana On The Ballot In 5 States On Election Day 2016</a>\n* <a href=\"https://www.greenrushdaily.com/2016/09/08/9-states-marijuana-initiatives-november-ballots/\">The GreenRush Daily - These 9 States Have Marijuana Initiatives On Their November Ballots</a>.\n* <a href=\"http://money.cnn.com/2016/06/29/news/california-marijuana-legalization/\">CNN - California among 8 states to vote on legal weed in November</a>.\n\n# Conclusion\nThis is your opportunity to register and vote for the legalization of medical/recreational Cannabis in your state!\n\nIt's not just your state that will be affected, combined with Canada legalizing it may potentially lead to full federal legalization. \n\nEven if you do not partake, it will drastically improve the lives of millions of your fellow Americans!\n\nIf Cannabis is made federally legal across the whole of the US, then that will have a massively positive impact on archaic Cannabis laws in other countries around the world!\n\nBest regards,\nCM - UK Ent!", + "body_length": 6075, + "cashout_time": "2016-09-22T14:08:33", + "category": "cannabis", + "children": 0, + "created": "2016-09-15T14:08:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cannabis\",\"marijuana\",\"politics\",\"america\",\"news\"],\"image\":[\"https://i.imgur.com/4Hh64OD.png\",\"https://i.imgur.com/UfXprnQ.png\",\"https://i.imgur.com/oBQssdy.png\",\"https://i.imgur.com/XpfzKP5.png\",\"https://i.imgur.com/e034pmY.png\",\"https://i.imgur.com/TkAZ8Z9.png\",\"https://i.imgur.com/Rkr9JTm.png\"],\"links\":[\"https://en.wikipedia.org/wiki/Legality_of_cannabis_by_U.S._jurisdiction\",\"http://www.ncsl.org/research/elections-and-campaigns/electronic-or-online-voter-registration.aspx\",\"https://www.regulatemarijuanainarizona.org/\",\"https://servicearizona.com/webapp/evoter/selectLanguage\",\"http://www.legalizeca2016.com/\",\"http://registertovote.ca.gov/\",\"https://www.regulatemaine.org/\",\"http://www.eac.gov/assets/1/Documents/Federal%20Voter%20Registration_1209_en8242012.pdf\",\"https://www.regulatemarijuanainnevada.org/\",\"https://nvsos.gov/sosvoterservices/Registration/step1.aspx\",\"https://www.regulatemassachusetts.org/\",\"https://www.sec.state.ma.us/ovr/\",\"http://www.arcompassion.com/\",\"http://www.yeson182.org/\",\"http://www.ndcompassionatecare.org/initiative/\",\"http://www.unitedforcare.org/\",\"https://www.reddit.com/r/trees/comments/52evxl/many_say_that_voting_doesnt_make_a_difference_i/\",\"http://www.thecannabist.co/2016/07/14/definitive-guide-us-states-voting-recreational-medical-marijuana-inovember-2016-election/58063/\",\"http://www.motherjones.com/politics/2016/08/five-states-have-marijuana-legalization-ballot-november\",\"https://www.mpp.org/initiatives/\",\"http://www.latimes.com/nation/nationnow/la-na-red-state-medical-marijuana-20160909-snap-story.html\",\"http://www.vox.com/2016/9/14/12064226/marijuana-legalization-election-vote-california-2016\",\"https://www.leafly.com/news/politics/what-states-are-most-likely-to-legalize-in-2016/\",\"http://www.washingtontimes.com/news/2016/aug/14/marijuana-initiatives-on-ballot-in-record-9-states/\",\"https://ballotpedia.org/Marijuana_on_the_ballot\",\"http://www.ibtimes.com/where-will-pot-be-legal-next-recreational-marijuana-ballot-5-states-election-day-2016-2397676\",\"https://www.greenrushdaily.com/2016/09/08/9-states-marijuana-initiatives-november-ballots/\",\"http://money.cnn.com/2016/06/29/news/california-marijuana-legalization/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:09:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1188128121716, + "parent_author": "", + "parent_permlink": "cannabis", + "pending_payout_value": "0.344 HBD", + "percent_hbd": 10000, + "permlink": "usa-attention-register-asap-to-be-eligible-to-vote-for-the-legalization-of-cannabis-in-november-2016", + "post_id": 1254229, + "promoted": "5.000 HBD", + "replies": [], + "root_title": "USA - ATTENTION: Register ASAP to be eligible to vote for the legalization of Cannabis in November 2016!!!", + "title": "USA - ATTENTION: Register ASAP to be eligible to vote for the legalization of Cannabis in November 2016!!!", + "total_payout_value": "0.000 HBD", + "url": "/cannabis/@cm-steem/usa-attention-register-asap-to-be-eligible-to-vote-for-the-legalization-of-cannabis-in-november-2016" + }, + "denn/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1648870141, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3145812656, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7861460530, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 5558177167, + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 69324500, + "voter": "zahar" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 79785139, + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98545946, + "voter": "ola1" + } + ], + "author": "denn", + "author_reputation": 2806306672700, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://icdn.lenta.ru/images/2016/09/15/16/20160915165241110/pic_293dfa3fad5d50e7975f12a89550ddfd.jpg\" width=\"420\" height=\"280\"/></p>\n<p>I rarely use a webcam. I agree that the extra security is not hurt. Good advice.</p>\n<p>The FBI has advised everyone to cover up their computers\u2019 webcams to stop them being spied on.</p>\n<p>Leaving webcams open means that hackers can break into them and watch everything that users are doing, security experts have claimed. The importance of that was revealed earlier this year when pictures showed that Mark Zuckerberg had covered the webcam on his MacBook Pro.</p>\n<p>Now those warnings have been backed by FBI director James Comey, who says that it is one of the \u201csensible things\u201d that people can do.</p>\n<p>Though the webcams on laptops might be useful, they\u2019re also one of the most valuable things a hacker can get access to. Once they do so, they can easily watch and record things that go on around them \u2013 and that information can be used later for blackmail, breaking into other security systems, or worse.</p>\n<p><br></p>\n<p>http://www.independent.co.uk/life-style/gadgets-and-tech/news/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey-a7308646.html</p>\n</html>", + "body_length": 1264, + "cashout_time": "2016-09-22T17:04:15", + "category": "security", + "children": 0, + "created": "2016-09-15T17:04:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"security\",\"life\",\"news\",\"web\"],\"image\":[\"https://icdn.lenta.ru/images/2016/09/15/16/20160915165241110/pic_293dfa3fad5d50e7975f12a89550ddfd.jpg\"],\"links\":[\"http://www.independent.co.uk/life-style/gadgets-and-tech/news/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey-a7308646.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:04:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19717785789, + "parent_author": "", + "parent_permlink": "security", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey", + "post_id": 1256193, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Everyone should cover up their laptop webcams right now, says FBI director James Comey", + "title": "Everyone should cover up their laptop webcams right now, says FBI director James Comey", + "total_payout_value": "0.000 HBD", + "url": "/security/@denn/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey" + }, + "dims/early-pre-hispanic-use-of-indigo-blue-in-peru": { + "active_votes": [ + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3084130055, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 7707314246, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 5669340710, + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 67965196, + "voter": "zahar" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 81380841, + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 68608664, + "voter": "mari5555na" + } + ], + "author": "dims", + "author_reputation": -349458835282, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://icdn.lenta.ru/images/2016/09/15/18/20160915181123092/pic_be92cc2993c346b25196d45f2da1c0fc.jpg\" width=\"420\" height=\"280\"/></p>\n<p>Archaeological research has identified the use of cultivated cotton (Gossypium barbadense) in the ancient Andes dating back to at least 7800 years ago</p>\n<p>An international team of scientists has discovered the oldest in the world of fabric, dyed indigo. At present, this dyestuff is used in the manufacture of jeans. Description was published in the journal Science.</p>\n<p>The artifact was found at Huaca Prieta (Huaca Prieta) - a hill on the northern coast of Peru. According to scientists, when they found a piece of cotton fabric, its color was indistinguishable because of the gray mud. However, after thoroughly washing it turned out that he was covered in blue paint. The results of chemical analysis showed that the composition consisted of the the key components of indigo.</p>\n<p><br></p>\n<p>http://advances.sciencemag.org/content/2/9/e1501623</p>\n</html>", + "body_length": 1025, + "cashout_time": "2016-09-22T16:59:15", + "category": "science", + "children": 0, + "created": "2016-09-15T16:59:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"life\",\"news\",\"indigo\",\"jeans\"],\"image\":[\"https://icdn.lenta.ru/images/2016/09/15/18/20160915181123092/pic_be92cc2993c346b25196d45f2da1c0fc.jpg\"],\"links\":[\"http://advances.sciencemag.org/content/2/9/e1501623\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:04:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17837948675, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "early-pre-hispanic-use-of-indigo-blue-in-peru", + "post_id": 1256138, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Early pre-Hispanic use of indigo blue in Peru", + "title": "Early pre-Hispanic use of indigo blue in Peru", + "total_payout_value": "0.000 HBD", + "url": "/science/@dims/early-pre-hispanic-use-of-indigo-blue-in-peru" + }, + "herverisson/digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia": { + "active_votes": [ + { + "percent": "100", + "reputation": 4931834878069, + "rshares": 503970587, + "voter": "fkn" + }, + { + "percent": "100", + "reputation": 5414208804644, + "rshares": 662437860, + "voter": "elishagh1" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061257518, + "voter": "murh" + }, + { + "percent": "100", + "reputation": 598181152117, + "rshares": 5342360999, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1159208963, + "voter": "steemswede" + }, + { + "percent": "100", + "reputation": 19111656178138, + "rshares": 2460133436, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 6741143115703, + "rshares": 8635740631, + "voter": "herverisson" + }, + { + "percent": "100", + "reputation": 782596410473, + "rshares": 116534676, + "voter": "poseidon" + }, + { + "percent": "100", + "reputation": 10519849768972, + "rshares": 408706835, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 257573964, + "voter": "sergey44" + }, + { + "percent": "100", + "reputation": 17698439393799, + "rshares": 902837145, + "voter": "sisterholics" + }, + { + "percent": "100", + "reputation": 10771708337101, + "rshares": 31926906838, + "voter": "laonie" + }, + { + "percent": "100", + "reputation": 18027204457681, + "rshares": 1332444227, + "voter": "myfirst" + }, + { + "percent": "100", + "reputation": 5776723480371, + "rshares": 6480719939, + "voter": "somebody" + }, + { + "percent": "100", + "reputation": 206355094166, + "rshares": 242308936, + "voter": "flysaga" + }, + { + "percent": "100", + "reputation": 97845484474, + "rshares": 1431641745, + "voter": "midnightoil" + }, + { + "percent": "100", + "reputation": 3016325652890, + "rshares": 3580744079, + "voter": "xiaohui" + }, + { + "percent": "100", + "reputation": 6111268639849, + "rshares": 161706151, + "voter": "elfkitchen" + }, + { + "percent": "100", + "reputation": 1851205309677, + "rshares": 111947446, + "voter": "xiaokongcom" + }, + { + "percent": "100", + "reputation": 4195733833721, + "rshares": 225665678, + "voter": "xianjun" + }, + { + "percent": "8500", + "reputation": 5766569295559, + "rshares": 6536319137, + "voter": "orcish" + } + ], + "author": "herverisson", + "author_reputation": 6741143115703, + "beneficiaries": [], + "body": "<html>\n<h1><a href=\"https://e-estonia.com/\">Estonia</a> is bringing down borders for entrepreneurs and digital nomads through a new programme which aims at helping Estonians by giving non-resident non-citizens a digital identification card issued by the Estonian government. </h1>\n<p><img src=\"https://s21.postimg.org/z6w1io8fb/Nasdaq_Estonia_II_940x589.jpg\" width=\"940\" height=\"589\"/></p>\n<h1>From a country without cash to a world without borders</h1>\n<p>As mentioned recently by <a href=\"https://steemit.com/freedom/@ottodv/estonian-president-democracy-better-protected-in-a-cashless-society\"><strong>@ottodv</strong></a>, Estonia is pushing for a<strong> cashless society</strong>. The argument is that a cashless society is better at protecting democracy, by helping to better track and whack corruption. The point is valid, but also chimeric. Human being never fail to find new ways to send each other kickbacks for illicit favours.</p>\n<p>However, Estonia does not stop there. They have also launched a scheme by which any foreigner can apply for an e-residency. That means that you don't even need to live in the country to become an e-resident. The aim is to cut service costs and to cut red tape. Too many people around the world feel like their government's regulations is making their life difficult. Estonia is famous for the efficiency and easiness of its laws and administration, so for foreigners it could save a lot of time and money to apply to that scheme.</p>\n<p>The e-residents can:</p>\n<ul>\n <li>establish an Estonian company online (you would need a physical address there, but there are companies providing that service for 200\u20ac a year for example - and a secretary too if you throw a couple more bills),</li>\n <li>administer it from anywhere in the world</li>\n <li>access online payment service providers</li>\n</ul>\n<p>And the proof of their e-residency is a card which enables to:</p>\n<ul>\n <li>sign in and authenticate secure services</li>\n <li>digitally sign documents</li>\n <li>digitally authenticate documents</li>\n <li>encrypt documents</li>\n</ul>\n<p> <img src=\"https://s21.postimg.org/vok1ma7jb/ScreenHunter_31_Sep__15_19_20.jpg\" width=\"400\" height=\"221\"/></p>\n<h2>Breaking borders and breaking taboos</h2>\n<p><br></p>\n<p>What Estonia want to do is effectively break two taboos:</p>\n<ul>\n <li><strong>the taboo of offshore bank accounts</strong></li>\n</ul>\n<p>Estonia does not want to be branded as the new Tax Haven, and this e-residency is a middle way. For example, it is clearly stated that the e-residency does not mean that you can escape the tax of your own countries. You are not going to get any passport or carte blanche from Tallinn. You still have to pay your taxes in the country where you reside.</p>\n<p><br></p>\n<ul>\n <li><strong>the taboo of immigration and emigration</strong></li>\n</ul>\n<p>Estonian is a small country, which is never going to attract a lot of immigrants. Not that they want it anyway in the first place! There is not the place, nor the will, to accomodate a large population. However, they are very much interested in getting your business ! </p>\n<p>And also, Estonia has had issues KEEPING its citizens from fleeing abroad. By setting this thing up, they hope not to loose track of them too much. If some Estonians go abroad to make business, that does not mean they can't keep in touch with the home country through this service.</p>\n<p><br></p>\n<h1>How does it work ?</h1>\n<p> The applicant must provide:</p>\n<ul>\n <li>His/her name and identifying information</li>\n <li>A scanned passport photo. </li>\n <li>A scanned copy of government-issued identity documentation.</li>\n <li>A minimum of one paragraph describing your interest and motivations behind applying for e-Residency. This helps the Police and Border Guard Board with risk management and the background check.</li>\n <li>A fee of 100\u20ac. </li>\n <li>The desired pickup location: one of 38 Estonian embassies and consulates around the world.</li>\n</ul>\n<p>For more info, check the website : <a href=\"https://e-estonia.com/e-residents/apply/\">https://e-estonia.com/e-residents/apply/</a></p>\n<p><br></p>\n<h1>Even if the ultimate advantages of that e-residency remains fuzzy, Estonia is betting on the future of this initiative to attract attention and businesses from around the world and foster its image as a thinking-forward country. So, would you trust the Estonian government with your datas? No pledge of allegiance is required.</h1>\n<p><br></p>\n</html>", + "body_length": 4858, + "cashout_time": "2016-09-22T17:26:09", + "category": "business", + "children": 0, + "created": "2016-09-15T17:26:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"business\",\"money\",\"freedom\",\"economics\",\"news\"],\"users\":[\"ottodv\"],\"image\":[\"https://s21.postimg.org/z6w1io8fb/Nasdaq_Estonia_II_940x589.jpg\",\"https://s21.postimg.org/vok1ma7jb/ScreenHunter_31_Sep__15_19_20.jpg\"],\"links\":[\"https://e-estonia.com/\",\"https://steemit.com/freedom/@ottodv/estonian-president-democracy-better-protected-in-a-cashless-society\",\"https://e-estonia.com/e-residents/apply/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:26:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 73541166790, + "parent_author": "", + "parent_permlink": "business", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia", + "post_id": 1256445, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Digital citizens and entrepreneurs, would you ask asylum to E-stonia ?", + "title": "Digital citizens and entrepreneurs, would you ask asylum to E-stonia ?", + "total_payout_value": "0.000 HBD", + "url": "/business/@herverisson/digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia" + }, + "iontom/breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable": { + "active_votes": [ + { + "percent": "10000", + "reputation": 16316471180830, + "rshares": 138171895643, + "voter": "coinbitgold" + }, + { + "percent": "10000", + "reputation": 2227557428863, + "rshares": 3276506793, + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 86856328, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 1250756708358, + "rshares": 1618517030, + "voter": "plotbot2015" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 330685634, + "voter": "robotev1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329835534, + "voter": "robotev2" + }, + { + "percent": "4000", + "reputation": 414609406210, + "rshares": 1456475669, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 1206003099947, + "rshares": 2384703048, + "voter": "iontom" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 130289957, + "voter": "bleujay" + } + ], + "author": "iontom", + "author_reputation": 1206003099947, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"http://i.imgur.com/QvKTS9y.png\"/></p>\n<p>The 'brother' trade agreement to TTP and TTIP, it's probably the worst of all of them. </p>\n<p> <a href=\"https://wikileaks.org/tisa/#September%2015,%202016%20Publication\">View the leaks and the announcement here on Wikileaks</a></p>\n<p>You can read the:</p>\n<ul>\n <li> <a href=\"https://wikileaks.org/tisa/document/20160621_TiSA_Core-Text/\">TiSA Core Text</a> </li>\n <li> <a href=\"https://wikileaks.org/tisa/document/201609_TiSA_Institutional-and-dispute-settlement-provisions/\">TiSA Institutional and dispute settlement provisions </a> </li>\n <li> <a href=\"https://wikileaks.org/tisa/document/20160608_TiSA_Annex-on-Telecommunication/\">TiSA Annex on Telecommunication</a> </li>\n <li> <a href=\"https://wikileaks.org/tisa/document/20160627_TiSA_Transparency/\">TiSA Transparency Chapter</a> </li>\n <li> <a href=\"https://wikileaks.org/tisa/document/201606_TiSA_Annex-on-Movement-of-Natural-Persons/\">TiSA Annex on Movement of Natural Persons</a> </li>\n <li><a href=\"https://wikileaks.org/tisa/analysis/201609_TiSA_Analysis-on-Core-Text/\">ANALYSIS on Core Text</a></li>\n</ul>\n<p><strong>Here's the biggest three implications:</strong></p>\n<blockquote><strong>1. Governments sign away their right to give preferences to local providers of services - meaning that a globally controlled media will exist (and serve the neo-liberal agenda)<br>\n<br>\n2. It restricts the ability of member states to use any law or regulation to challenge Multi-National Corps. (a corporation could buy a nation's water rights and not be sued)<br>\n<br>\n3. Privacy protections are completely 'illusory' - TiSA guarentees that a country cannot determine how much sensitive data a private entity can contain on that country's citizens or corporations.</strong></blockquote>\n<p>The entire agreement is structured to give supreme power to multinational corps. Where the TPP allows MNs to sue governments for \"damages\" from laws, TiSA means that you aren't even allowed to cite consumer protection laws in courts, period. </p>\n<p><img src=\"http://i.imgur.com/hmQKaF1.png\"/></p>\n<p>Moreover, it gets deeper.</p>\n<blockquote> Any business setting up shop in a foreign country is allowed to bring in unlimited amounts of cash, and cannot be restricted in terms of how many shops it sets up, nor its output/quantity. No municipality can establish laws that treat these foreign businesses different to local businesses (so, the foreign company can't be charged higher tax rates, for example). </blockquote>\n<p>Not even MUNICIPALITIES (Cities) can pass laws excluding certain businesses, or levying taxes on certain businesses. So say that Comcast has a monopoly on your municipal fiber lines. Comcast already has passed laws giving them the exclusionary license to be the ONLY provider. Now, under TiSA, cities not just in the US, but abroad, could not pass laws limiting a corporation from holding a monopoly.</p>\n<p><img src=\"http://i.imgur.com/8235nRD.png\" width=\"600\" height=\"281\"/></p>\n<p><strong>I don't care if you're a socialist or a libertarian - laws like this are only good for individuals who own government sponsored monopolies. Please find a way to fight these destructive agreements from happening, although I personally believe that we're all doomed.</strong></p>\n</html>", + "body_length": 3461, + "cashout_time": "2016-09-22T17:42:24", + "category": "news", + "children": 2, + "created": "2016-09-15T17:42:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"technology\",\"politics\",\"economics\",\"business\"],\"image\":[\"http://i.imgur.com/QvKTS9y.png\",\"http://i.imgur.com/hmQKaF1.png\",\"http://i.imgur.com/8235nRD.png\"],\"links\":[\"https://wikileaks.org/tisa/#September%2015,%202016%20Publication\",\"https://wikileaks.org/tisa/document/20160621_TiSA_Core-Text/\",\"https://wikileaks.org/tisa/document/201609_TiSA_Institutional-and-dispute-settlement-provisions/\",\"https://wikileaks.org/tisa/document/20160608_TiSA_Annex-on-Telecommunication/\",\"https://wikileaks.org/tisa/document/20160627_TiSA_Transparency/\",\"https://wikileaks.org/tisa/document/201606_TiSA_Annex-on-Movement-of-Natural-Persons/\",\"https://wikileaks.org/tisa/analysis/201609_TiSA_Analysis-on-Core-Text/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:42:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 147785765636, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "0.033 HBD", + "percent_hbd": 0, + "permlink": "breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable", + "post_id": 1256628, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BREAKING NEWS: Wikileaks releases TiSA documents! Contains worst anti-competitive laws imagninable", + "title": "BREAKING NEWS: Wikileaks releases TiSA documents! Contains worst anti-competitive laws imagninable", + "total_payout_value": "0.000 HBD", + "url": "/news/@iontom/breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable" + }, + "jeffreyahann/hillary-rodhan-clinton-is-on-her-death-bed-icu": { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28370463371572, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6964525415834, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5646082638447, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 681017160441, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 91328300889, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 7186758, + "rshares": 459984469, + "voter": "jeffanthonyfds" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061193485, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 73848595449, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 7687950954082, + "rshares": 19237761966, + "voter": "anduweb" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 8725497615, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 1483270840, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 55367058897, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 2163490459, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 2006306305, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 325572137578, + "rshares": 354391726, + "voter": "thegrimm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57198494, + "voter": "paleness" + }, + { + "percent": "10000", + "reputation": 6795759787822, + "rshares": 9869968176, + "voter": "aggroed" + }, + { + "percent": "10000", + "reputation": 903679, + "rshares": 56681877, + "voter": "powerserge" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339270470, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147753980, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 5766569295559, + "rshares": 7726416106, + "voter": "orcish" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2167543536, + "voter": "bapparabi" + } + ], + "author": "jeffreyahann", + "author_reputation": 2904648840540, + "beneficiaries": [], + "body": "https://fellowshipofminds.files.wordpress.com/2016/09/hillary-clinton-laugh-jerry-holt-via-ap.jpg?w=300&h=225\n\n<strong>Information was released yesterday from someone who has been spot on with their information in the past. They have previously broken stories news outlets took days to release. Some of the things I cannot or have not confirmed, so determine for yourself if you think this is true.</strong>\n\n<strong>Recently released on PasteBin are <a href=\"http://pastebin.com/sih4HpjD\">progress notes</a> for Clinton. First entry lists...</strong>\n\n<hr>\n<em>\"Mental status rapidly declined over past 24 hours. Arousable by loud\nvoice commands, but immediately lapses into stupor without further\nresponse. \n \nMAP failed to improve with further increase in norepinephrine. \nCPP < 50 despite increase of ventilatory rate in an effort\nto decrease ICP. \n \nCererbal perfusion disturbances were observed on repeated\nTCDs.\n \nDiffusion-weighted imaging - cytotoxic and vasogenic edema\nas well as neuronal damage\n \nEEG - not utilized due to continued benzodiazepene infusion\n \nGlobal Irreversible Brain Damage caused by Sepsis-Associated Encephalopathy.\"</em>\n<hr>\n<strong>The second entry, on 9/13/2016, shocked me. She actually has pneumonia and is dying from Sepsis. I thought they were only lying to cover up neurological issues.</strong>\n<hr>\n<em>\"Hillary Clinton talks to CNN's Andersoon Cooper via phone\nhttp://www.cnn.com/2016/09/12/politics/hillary-clinton-health-transparency/index.html\n \nAudio is the spoken voice of Hillary Rodham Clinton. However the quick chat with\nAnderson Cooper was scripted and rehearsed which is why it sounds canned. \n \nRemember, \"This is CNN.\"\n \nHillary Clinton is in a high-security, secluded and private, intensive care unit with\n4:1 nursing 24/7. She also has a team of physicians representing practically every\nmedical specialty. There are no other patients anywhere near her secure care setting. \n \nShe is dying of Sepsis. She is on broad-spectrum \"big-gun\" antibiotics to treat\nthe pnenumonia. However she is still severely immunocompromised and the antibiotics\nare not anticipated to be curative. The pneumonia has continued to worsen and cause\nfurther damage to her lungs.\"</em>\n<hr>\n<strong>Even a local ABC News anchor has <a href=\"http://www.thepoliticalinsider.com/local-abc-reporter-announces-hillary-clinton-dead/\">reported</a> her as being dead, but I think this was only jumping the gun. She is dying of <a href=\"https://en.wikipedia.org/wiki/Sepsis\">sepsis</a> and her death is imminent. Prognosis says death will happen no later than October 12th, 2016. Do you think this is the October Surprise our rulers were thinking about?</strong>\n<hr>\n<em>\"Diagnoses\n \n1. Oropharyngeal Cancer diagnosed and treated with partial surgical\nresection of the base of her tongue in conjunction with targeted\nstereotactic radio-surgery.\n \n2. Coagulapathy caused by Oropharyngeal Cancer which has metastasized\nto lymphatic nodes.\n \n3. Early-onset Vascular Dementia caused by aforementioned Coagulapathy\n \n4. Complex partial seizures and/or abcence seizures caused by small\ninfarcts or lesser ischemic damage to her cerebral vasculature;\nvascular damage itself is caused by aforementioned Coagulapathy\n \n5. Hypothyroidism as a side effect of radiotherapy.\n \n6. Immunodefiency as a side effect of radiotherapy.\n \n7. Pneumonia as a complication of Immunodeficiency.\n \n8. Sepsis and septic shock\n \n9. Acute Lung Injury which appears to be progressing to ARDS. \n \n10. Global Irreversible Brain Damage caused by Sepsis-Associated Encephalopathy. \n \n11. Putative Brain Death - Patient too unstable for apnea test. \nAwaiting confirmation from SSEP and possible nuclear medicine study. \n \nPROGNOSIS AS OF 9/14/16\nDeath no later than October 12, 2016.\"</em>\n<hr>\nhttps://youtu.be/tRtdA1w7AAQ\n\n<strong>We shall see if this turns out to be true. This election could turn out to be crazier than it already has. Thoughts? </strong>\n\n<hr>\n<strong>Update: Here are the titles for some of the articles that ABC, CNBC, and CNN are pushing today.</strong>\n\n<li><strong><a href=\"http://abcnews.go.com/Politics/hillary-clinton-returns-campaign-trail-amid-scrutiny-health/story?id=42101310\">ABC</a> \"Hillary Clinton Returns to Campaign Trail Amid More Scrutiny About Her Health\"</strong></li>\n<li><strong><a href=\"http://www.cnbc.com/2016/09/15/clinton-back-on-campaign-trail-after-releasing-health-info.html\">CNBC</a> \"Clinton back on campaign trail after releasing health info\"</strong></li>\n<li><strong><a href=\"http://www.cnn.com/2016/09/15/politics/hillary-clinton-greensboro-north-carolina/\">CNN</a> \"Hillary Clinton Returns to Campaign Trail Amid More Scrutiny About Her Health\"</strong></li>\n\n<strong>We know she owns these places so usually what they spin is the opposite of reality. Still waiting to see video of her up and moving around and talking to others since her collapse at the 9/11 ceremony. </strong>\n\nhttps://www.youtube.com/watch?v=gCx0x0rigeQ\n\n<hr>\nMy name is Jeffrey Hann, @jeffreyahann, and I'm an anarchist/voluntarist, Army veteran, business analyst, graphics and website designer, and content creator. I have a passion for truth and being logical, which eventually lead me to anarchism. I strive to live my life through voluntary actions and valuing rights. I co-own <a href=\"http://journalisticrevolution.com/\">Journalistic Revolution</a> (<a href=\"https://www.facebook.com/JournalisticRevolution/\">Facebook</a> and <a href=\"https://www.youtube.com/user/TheJournalisticRev\">YouTube</a>) and <a href=\"http://jrevradio.com/\">JRev Radio</a> (<a href=\"https://www.facebook.com/JRevRadio/\">Facebook</a>). We strive to be a factual and honest open sourced news organization.\n<hr>", + "body_length": 5742, + "cashout_time": "2016-09-22T13:55:39", + "category": "news", + "children": 2, + "created": "2016-09-15T13:55:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"anarchism\",\"politics\",\"clinton\",\"conspiracy\"],\"users\":[\"jeffreyahann\"],\"image\":[\"https://fellowshipofminds.files.wordpress.com/2016/09/hillary-clinton-laugh-jerry-holt-via-ap.jpg?w=300&h=225\",\"https://img.youtube.com/vi/tRtdA1w7AAQ/0.jpg\",\"https://img.youtube.com/vi/gCx0x0rigeQ/0.jpg\"],\"links\":[\"http://pastebin.com/sih4HpjD\",\"http://www.cnn.com/2016/09/12/politics/hillary-clinton-health-transparency/index.html\",\"http://www.thepoliticalinsider.com/local-abc-reporter-announces-hillary-clinton-dead/\",\"https://en.wikipedia.org/wiki/Sepsis\",\"https://youtu.be/tRtdA1w7AAQ\",\"http://abcnews.go.com/Politics/hillary-clinton-returns-campaign-trail-amid-scrutiny-health/story?id=42101310\",\"http://www.cnbc.com/2016/09/15/clinton-back-on-campaign-trail-after-releasing-health-info.html\",\"http://www.cnn.com/2016/09/15/politics/hillary-clinton-greensboro-north-carolina/\",\"https://www.youtube.com/watch?v=gCx0x0rigeQ\",\"http://journalisticrevolution.com/\",\"https://www.facebook.com/JournalisticRevolution/\",\"https://www.youtube.com/user/TheJournalisticRev\",\"http://jrevradio.com/\",\"https://www.facebook.com/JRevRadio/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 41947263213204, + "parent_author": "", + "parent_permlink": "news", + "pending_payout_value": "106.662 HBD", + "percent_hbd": 10000, + "permlink": "hillary-rodhan-clinton-is-on-her-death-bed-icu", + "post_id": 1254095, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hillary Rodhan Clinton is on her death bed (ICU)", + "title": "Hillary Rodhan Clinton is on her death bed (ICU)", + "total_payout_value": "0.000 HBD", + "url": "/news/@jeffreyahann/hillary-rodhan-clinton-is-on-her-death-bed-icu" + }, + "kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 122693390101, + "voter": "linouxis9" + }, + { + "percent": "3500", + "reputation": 4931834878069, + "rshares": 8567499992, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 14848515958625, + "rshares": 83863566295, + "voter": "kingscrown" + }, + { + "percent": "3500", + "reputation": 5414208804644, + "rshares": 11261443630, + "voter": "elishagh1" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313710480, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061309796, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 11584833708, + "voter": "andu" + }, + { + "percent": "3500", + "reputation": 598181152117, + "rshares": 74800129313, + "voter": "kimziv" + }, + { + "percent": "3500", + "reputation": 19111656178138, + "rshares": 41825057596, + "voter": "furion" + }, + { + "percent": "3500", + "reputation": 3891722, + "rshares": 212468679, + "voter": "barbara2" + }, + { + "percent": "3500", + "reputation": 9142611234, + "rshares": 223036409, + "voter": "ch0c0latechip" + }, + { + "percent": "3500", + "reputation": 3871042, + "rshares": 218564831, + "voter": "doge4lyf" + }, + { + "percent": "3500", + "reputation": 782596410473, + "rshares": 1631624279, + "voter": "poseidon" + }, + { + "percent": "3500", + "reputation": 10519849768972, + "rshares": 6948016204, + "voter": "positive" + }, + { + "percent": "3500", + "reputation": 17698439393799, + "rshares": 11737972671, + "voter": "sisterholics" + }, + { + "percent": "3500", + "reputation": 147425730, + "rshares": 233934645, + "voter": "fnait" + }, + { + "percent": "3500", + "reputation": 3720753029, + "rshares": 220053077, + "voter": "keepcalmand" + }, + { + "percent": "3500", + "reputation": 10771708337101, + "rshares": 415096989800, + "voter": "laonie" + }, + { + "percent": "3500", + "reputation": 18027204457681, + "rshares": 14657934226, + "voter": "myfirst" + }, + { + "percent": "3500", + "reputation": 5776723480371, + "rshares": 90738803441, + "voter": "somebody" + }, + { + "percent": "3500", + "reputation": 206355094166, + "rshares": 3392636390, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 5268727341, + "rshares": 131247634, + "voter": "hobgoblin" + }, + { + "percent": "3500", + "reputation": 97845484474, + "rshares": 20044839503, + "voter": "midnightoil" + }, + { + "percent": "3500", + "reputation": 3016325652890, + "rshares": 50136958308, + "voter": "xiaohui" + }, + { + "percent": "3500", + "reputation": 6111268639849, + "rshares": 2425817615, + "voter": "elfkitchen" + }, + { + "percent": "3500", + "reputation": 1851205309677, + "rshares": 1567403062, + "voter": "xiaokongcom" + }, + { + "percent": "3500", + "reputation": 4195733833721, + "rshares": 3159618154, + "voter": "xianjun" + }, + { + "percent": "3500", + "reputation": 730408370151, + "rshares": 206892582, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 3946777086453, + "rshares": 5475437205, + "voter": "contentjunkie" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100126866, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98583209, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 1822707064, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 18731007381, + "rshares": 155796749, + "voter": "majes" + } + ], + "author": "kingscrown", + "author_reputation": 14848515958625, + "beneficiaries": [], + "body": "## Since few days theres a video where hackers show casino on which they play and double-spend the money.\n\nhttps://www.youtube.com/watch?v=RtGzV_-agcI\n\nYet they went futher and put this as a service that anybody can use, they take 10% cut of the amount you use.\n\nhttp://www.glasshunt.co/exploits/bitcoin-double-spend\n\nSome users below video claim that tried this and it didnt work (so lost 10%).\n\n# It is worth noticing that this \"hack\" works only one zero-confirmation sites, which are rather rare or mostly non-existent now.\n\nAmanda made interview with the creators:\nhttps://www.youtube.com/watch?v=ysVCU1b-UBA", + "body_length": 612, + "cashout_time": "2016-09-22T19:08:36", + "category": "bitcoin", + "children": 0, + "created": "2016-09-15T19:08:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitcoin\",\"crypto-news\",\"news\",\"security\",\"blockchain\"],\"image\":[\"https://img.youtube.com/vi/RtGzV_-agcI/0.jpg\",\"https://img.youtube.com/vi/ysVCU1b-UBA/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=RtGzV_-agcI\",\"http://www.glasshunt.co/exploits/bitcoin-double-spend\",\"https://www.youtube.com/watch?v=ysVCU1b-UBA\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:08:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 986608403514, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.270 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-double-spending-tool-provided-as-a-service-by-hackers", + "post_id": 1257520, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "title": "Bitcoin Double-Spending Tool provided As A Service by Hackers", + "total_payout_value": "0.000 HBD", + "url": "/bitcoin/@kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers" + }, + "me-tarzan/9-15-2016-steemit-weekly-data-report-9-15-2016": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 687564618690, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 4551729239, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 3989473346, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 754655775, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 6006531299, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 4993787944, + "rshares": 20644355126, + "voter": "spinbunny" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 11294458476, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 283331361, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 436955245, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 10416084687, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 1161816442579, + "rshares": 157517949618, + "voter": "twinner" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1780319109, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 41084834620, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 10486107784, + "rshares": 33503705223, + "voter": "otisbrown" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 989348552, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10431849034, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 2196862373, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 58224897, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 47840531974, + "rshares": 64994479, + "voter": "mikeonfire" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 269467120, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 53397626, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 339287005, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 50201461, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 151518932812, + "rshares": 6228285629, + "voter": "airmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222073479, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 16572462573, + "rshares": 5115173349, + "voter": "exploretraveler" + } + ], + "author": "me-tarzan", + "author_reputation": 1252098870666, + "beneficiaries": [], + "body": "http://i86.photobucket.com/albums/k118/stockslayer2000/steemitbullbear2_zpsyaetssfl.jpg\n**UPDATED WEEKLY** This week 9 / 15 / 2016 ** STEEMIT WEEKLY DATA REPORT** Let's dig right into some of the data. The spreadsheet below is of a Steemian whose name I will keep confidential . This Steemian has not been active for over 5 months . I choose this account to illustrate the rate his SteemPower is growing . Also to illustrate how his account has dramatically fell in value . **Data for the spreadsheet and graph below accessed from http://steemwhales.com/**\n\n**UPDATED WEEKLY** \n**CONFIDENTIAL STEEMIN ACCOUNT GRAPH**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20batel_zps6z9khleq.png\n\n**SPREADSHEET**\nDaily Changes\n....Date...................Steem Power.................... Estimated Value\n2016-09-15........ 434228.543 (0.54%)......... $289626 (3.17%)\n2016-09-14........ 431911.293 (0.54%)......... $280738 (-5.32%)\n2016-09-13........ 429584.314 (0.54%)......... $296521 (-17.38%)\n2016-09-12........ 427259.370 (0.54%)......... $358906 (-6.30%)\n2016-09-11........ 424943.494 (0.55%)......... $383044 (10.51%)\n2016-09-10........ 422628.606 (0.55%)......... $346619 (-0.73%)\n2016-09-09........ 420312.748 (0.56%)......... $349183 (-11.58%)\n2016-09-08........ 417992.565 (0.56%)......... $394903 (-3.94%)\n2016-09-07........ 415668.581 (0.56%)......... $411096 (5.55%) \n2016-09-06........ 413344.816 (0.57%)......... $389462 (-4.17%)\n2016-09-05\t....... 411021.154 (0.56%).......... $406401 (4.77%) \n2016-09-04........ 408717.935 (0.57%).......... $387894 (-5.97%) \n2016-09-03........ 406403.070 (0.57%).......... $412519 (14.85%)\n2016-09-02........ 404090.658 (0.57%).......... $359176 (-15.02%)\n2016-09-01........ \t401786.141 (0.58%)..........\t \t$422679 (-4.71%)\n2016-08-31........\t 399472.152 (0.58%)..........\t \t$443554 (-4.16%)\n2016-08-30........\t \t397164.602 (0.59%)..........\t \t$462800 (32.09%)\n2016-08-29........ \t394851.239 (0.59%)..........\t \t$350371 (-6.54%)\n2016-08-28........ \t392549.760 (0.59%)..........\t \t$374885 (1.77%)\n2016-08-27........\t \t390256.389 (0.59%)..........\t \t$368347 (-11.68%)\n2016-08-26........\t \t 387966.172 (0.59%)..........\t \t$417079 (-17.95%)\n2016-08-25........ \t385699.379 (0.60%).........\t \t$508329 (4.03%)\n2016-08-24........\t 383397.671 (0.60%)..........\t \t$488636 (-14.72%)\n2016-08-23........\t \t381101.676 (0.60%)..........\t \t$572979 (-5.90%)\n2016-08-22........\t \t378810.667 (0.61%)..........\t \t$608927 (1.98%)\n2016-08-21........\t \t376521.378 (0.61%).........\t \t$597095 (-1.23%)\n2016-08-20........\t \t374224.145 (0.61%)..........\t \t$604559 (9.84%)\n2016-08-19........ \t371945.472 (0.62%)..........\t \t$550409 (-2.55%)\n2016-08-18........\t \t369647.005 (0.63%)..........\t \t$564821 (8.66%)\n2016-08-17........\t \t367339.856 (0.63%)..........\t \t$519786 (-13.57%)\n2016-08-16........\t \t365043.733 (0.63%)..........\t \t$601410 (-1.26%)\n2016-08-15........\t \t362744.987 (0.63%)..........\t \t$609060 (-0.02%)\n2016-08-14........ \t360456.594 (0.64%)..........\t \t$609175 (11.16%)\n2016-08-13........\t \t358165.725 (0.65%)..........\t \t$548019 (-0.59%)\n2016-08-12........ \t355863.969 (0.65%)..........\t \t$551297 (-13.84%)\n2016-08-11........\t \t353573.812 (0.65%)..........\t \t$639841 (-10.93%)\n2016-08-10........\t \t351273.366 (0.66%)..........\t \t$718372 (-3.48%)\n2016-08-09........\t \t348982.758 (0.66%)..........\t \t$744303 (-12.10%)\n2016-08-08........\t \t346688.723 (0.66%)..........\t \t$846787 (10.01%)\n2016-08-07........\t \t344399.030 (0.67%)..........\t \t$769732 (-3.66%)\n2016-08-06........\t \t342109.694 (0.67%)..........\t \t$798939 (5.41%)\n2016-08-05........ \t339820.731 (0.67%)..........\t \t$757953 (-6.90%)\n2016-08-04........\t \t337547.111 (0.69%)..........\t \t$814164 (-1.08%)\n2016-08-03........\t \t335247.975 (0.69%)..........\t \t$823044 (-10.44%)\n2016-08-02........\t \t332959.994\t0.000.............\t $918966\n \n**WEEKLY UPDATE ON THE ABOVE CONFIDENTIAL STEEMIN ACCOUNT**\nAfter studying the above spreadsheet you can see that the rate of SteemPower in the above confidential steemin account has increased this week over last week by 16296 SteemPower . That is a 3.88% increase in SteemPower week over week . Even Though this steemin's account grew in SteemPower the $ dollar value declined . The $ dollar value last week was $394,903 this week $289,626.00a decrease of ( -$105,277.00 ) . That is a 26.65% decrease in value from last week . \nWe should also examine the price of steem during this same time period . On 9 / 8 / 2016 the price of steem was $0.72 and today on 9 / 15 / 2016 the price is $0.57 . That is a 20.83% drop in price from last week . \n \n**CHART BELOW**\nBLUE LINE : Represents active last 24 hours\nRED LINE : Represents active last 7 days \nGREEN LINE : Represents total accounts \n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016_zpstua5kuqm.png\n \n**This weeks report**\n\nThe Green Line continues to rise this is good news total accounts increased from last week 9 / 8 / 2016 was 86257 this week 9 / 15 / 2016 is 92219 that is a 6.91% increase over last week . \n \nThe Blue Line continues to fall . This is bad news . Active users over 24 hour period decreased from last week 9 / 8 / 2016 was 4303 . This week is 4165 : That is a decrease of 3.20% from last week . \n\nThe Red Line rose this week . This is good news . Active users over a 7 day period increased from last week 9 / 8 / 2016 was 12607 . This week is 13747 : That is an increase of 9.04% from last week . \n\n**Below column chart active over 24 hour periods**.\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%2024%20hour_zpsoy7tmu7g.png\n\n**Below column chart active over 7 day periods**.\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%207%20day_zpscqetc3ea.png\n\n**Below column chart of total accounts**\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20total_zps39tou5xz.png\n\n**Posts per day below :**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20posts_zpswvum4yph.png\nimage credit steemle.com\n\n**Replies per day below :**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20replies_zpsttsbsesw.png\nimage credit steemle.com\n\n STEEM not invested in SteemPower henceforth referred to as : **LIQUID STEEM**\n\n \nTotal Liquid STEEM numbers on 9 / 8 / 2016 were 7,372,265 today 9 / 15 / 2016 as of this writing are 8,218,388 a week over week increase of 846,123 . That is an 11.477 percent increase of Liquid STEEM from last week .\n \n**Study closely the spreadsheet and charts below.** \n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/8%2024%202016%20%20top_zpsu0th1l8d.png \nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%201%20%202016%20%20spreadsheet_zpsuezolihz.png\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%2015%202016%20%20bottom_zpsgdee1aye.png\n\n**GLOSSARY OF SPREADSHEET TERMINOLOGY :**\n\n**Current_Supply** = ...Current supply of STEEM\n\n**Total_Vesting_Fund_ Steem** =... Total STEEM invested in SteemPower\n\n**Total_Vesting_Fund_ STEEM AS % of CURRENT SUPPLY** =... Total STEEM invested in SteemPower as a % of total steem\n\n**STEEM NOT INVESTED IN STEEM POWER** =... Total number of steem not invested in SteemPower **( LIQUID STEEM )**\n\n**NUMBER of STEEM not invested in SteemPower daily increase or decrease** =... The daily increase or daily decrease of steem not invested in SteemPower\n\n**STEEM PRICE BTC - STEEM** =... Price of steem to btc on Bittrex\n\n**STEEM PRICE $$$$ - STEEM** = Price of steem in $ dollars on Bittrex\n\n**SBD PRICE $$$$ - SBD** = Price of sbd in $ dollars on Bittrex\n\n\nIn chart # 1 below you can see the STEEM price as the red line and the total number of LIQUID STEEM as the blue column.\n\n**CHART # 1**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20total%20LS_zpswf9hskvu.png\n\nIn chart # 2 below you can see the STEEM price as the red line and the daily increase or decrease of LIQUID STEEM as the blue column.\n\n**CHART # 2**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20increase%20%20LS_zpsz3bkvmvc.png\n\nIn the chart # 3 below you can see we have been in a steady downtrend since July 13 , 2016 . The support line is around $0.39 .\n**CHART # 3**\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20support_zpsekxl0pfj.png\n\n8/22/2016 : 1 MV = 1M VESTS = 290.546 STEEM = $425.359\n8/23/2016 : 1 MV = 1M VESTS = 292.369 STEEM = $423.351\n8/24/2016 : 1 MV = 1M VESTS = 294.057 STEEM = $424.618\n8/25/2016 : 1 MV = 1M VESTS = 295.862 STEEM = $419.533\n8/26/2016 : 1 MV = 1M VESTS = 297.698 STEEM = $390.877\n8/27/2016 : 1 MV = 1M VESTS = 299.355 STEEM = $339.170\n8/28/2016 : 1 MV = 1M VESTS = 301.051 STEEM = $329.952\n8/29/2016 : 1 MV = 1M VESTS = 302.876 STEEM = $296.818\n8/30/2016 : 1 MV = 1M VESTS = 304.633 STEEM = $287.269\n8/31/2016 : 1 MV = 1M VESTS = 306.396 STEEM = $286.481\n9/01/2016 : 1 MV = 1M VESTS = 307.721 STEEM = $282.180\n9/02/2016 : 1 MV = 1M VESTS = 310.002 STEEM = $278.692\n9/03/2016 : 1 MV = 1M VESTS = 311.693 STEEM = $269.302\n9/04/2016 : 1 MV = 1M VESTS = 313.174 STEEM = $265.885\n9/05/2016 : 1 MV = 1M VESTS = 314.561 STEEM = $267.062\n9/06/2016 : 1 MV = 1M VESTS = 316.476 STEEM = $262.992\n9/07/2016 : 1 MV = 1M VESTS = 318.915 STEEM = $259.597\n9/08/2016 : 1 MV = 1M VESTS = 319.983 STEEM = $257.906\n9/09/2016 : 1 MV = 1M VESTS = 322.029 STEEM = $257.945\n9/10/2016 : 1 MV = 1M VESTS = 323.483 STEEM = $252.640\n9/11/2016 : 1 MV = 1M VESTS = 325.395 STEEM = $247.300\n9/12/2016 : 1 MV = 1M VESTS = 327.021 STEEM = $234.801\n9/13/2016 : 1 MV = 1M VESTS = 328.719 STEEM = $227.145\n9/14/2016 : 1 MV = 1M VESTS = 330.950 STEEM = $213.132\n9/15/2016 : 1 MV = 1M VESTS = 332.264 STEEM = $211.985\n\n**VESTS $$$ VALUE LINE CHART # 4**\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20vests%20line_zpswioymybc.png\n\n**VESTS $$$ VALUE COLUMN CHART # 5**\n\nhttp://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20vests%20column_zpsskxmagux.png\n\n\n**SUMMARY :**\nThe steemin confidential account has fell in value from $918,966 on August 2, 2016 to $289,626 on September 15,2016 . That is a decline of ( $629,340 ) or a 68.52% fall in $ dollar value .\n\n LIQUID STEEM **increased** this week the total number of LIQUID STEEM is at its **highest level** 8,218,388 ( see chart # 1 ) since I have been keeping data . \n \n The STEEM price fell 20.83% from last week . Looks like we should find support at around **$0.39** if steem continues to fall . ( see chart # 3 )\n\nTotal accounts **increased** 6.91% over last week .\nActive users over 24 hour period **decreased** 3.20% from last week.\nActive users over a 7 day period **increased** 9.04% over the last 7 days.\n\nVest value continues to fall ( see chart # 4 and chart # 5 )\n\nWe will continue to monitor these numbers and keep you updated here at **STEEMIT WEEKLY DATA REPORT.** \n\n**PAST STEEMIT WEEKLY DATA REPORTS.** \n\nhttps://steemit.com/steemit/@me-tarzan/why-power-up-steemit-weekly-data-report-why-to-not-power-up\n\nhttps://steemit.com/steemit/@me-tarzan/good-news-steemit-weekly-data-report-bad-news-bad-news\n\nhttps://steemit.com/steemit/@me-tarzan/great-news-steemit-weekly-data-report-good-news-bad-news\n\nhttps://steemit.com/steemit/@me-tarzan/steemit-weekly-data-report\n\n\n\n\n **DISCLAIMER :** This content is for informational, educational and research purposes only.\nPlease get the advice of a competent financial advisor before investing your money in any financial instrument.\n\nIt is strongly recommend that you consult with a licensed financial professional before using any information provided here at **STEEMIT WEEKLY DATA REPORT** . Any market data or news commentary used here is for illustrative and informational purposes only.\n\nPlease voice your opinions in the comments below.\n\nIf you find any of this information useful to you. Please upvote and follow. **THANK YOU**", + "body_length": 12286, + "cashout_time": "2016-09-22T16:13:09", + "category": "steemit", + "children": 5, + "created": "2016-09-15T16:13:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"money\",\"news\",\"stats\"],\"image\":[\"http://i86.photobucket.com/albums/k118/stockslayer2000/steemitbullbear2_zpsyaetssfl.jpg\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20batel_zps6z9khleq.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016_zpstua5kuqm.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%2024%20hour_zpsoy7tmu7g.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%207%20day_zpscqetc3ea.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20total_zps39tou5xz.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20posts_zpswvum4yph.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20replies_zpsttsbsesw.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/8%2024%202016%20%20top_zpsu0th1l8d.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%201%20%202016%20%20spreadsheet_zpsuezolihz.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20total%20LS_zpswf9hskvu.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20increase%20%20LS_zpsz3bkvmvc.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20support_zpsekxl0pfj.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20vests%20line_zpswioymybc.png\",\"http://i86.photobucket.com/albums/k118/stockslayer2000/9%20%2015%20%202016%20%20vests%20column_zpsskxmagux.png\"],\"links\":[\"http://steemwhales.com/\",\"https://steemit.com/steemit/@me-tarzan/why-power-up-steemit-weekly-data-report-why-to-not-power-up\",\"https://steemit.com/steemit/@me-tarzan/good-news-steemit-weekly-data-report-bad-news-bad-news\",\"https://steemit.com/steemit/@me-tarzan/great-news-steemit-weekly-data-report-good-news-bad-news\",\"https://steemit.com/steemit/@me-tarzan/steemit-weekly-data-report\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:01:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1005848166818, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.283 HBD", + "percent_hbd": 10000, + "permlink": "9-15-2016-steemit-weekly-data-report-9-15-2016", + "post_id": 1255683, + "promoted": "0.010 HBD", + "replies": [], + "root_title": "..........9 / 15 / 2016..................STEEMIT WEEKLY DATA REPORT................9 / 15 / 2016.............", + "title": "..........9 / 15 / 2016..................STEEMIT WEEKLY DATA REPORT................9 / 15 / 2016.............", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@me-tarzan/9-15-2016-steemit-weekly-data-report-9-15-2016" + }, + "michaelstobiersk/41fpbf-an-original-painting-by-michael-stobierski": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1366085197760, + "rshares": 230959935602, + "voter": "steem-id" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1304773172054, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 126924593097, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 811919161664, + "rshares": 8029048759, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12961700193, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 2225398886, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6604623537, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123155378, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2069018830, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 10707780055, + "rshares": 239963421, + "voter": "darkminded153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230298423, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 939050919776, + "rshares": 1131539479, + "voter": "michaelstobiersk" + }, + { + "percent": "10000", + "reputation": 6900436466, + "rshares": 155872526, + "voter": "countofdelphi" + } + ], + "author": "michaelstobiersk", + "author_reputation": 939050919776, + "beneficiaries": [], + "body": "<html>\n<p>https://42410511-a-62cb3a1a-s-sites.googlegroups.com/site/artbymichaelstobierski/home/gallery/11022_Young%20Girl%20In%20Garden.jpg?attachauth=ANoY7cpbD62fwubg-l2iXfxmYgGgUS7-byilHX8j59veebsOZyZZYPUTii-V1uvue2Rnqpw0lG8L95qb3jRLZLPTm41v6IcC0Wcl1UtkmGcmHp2AHcu1VzEHLvk1eL_-GI_Oyqm2r8RXzAhMdQHKfnXBdva-C_uaG-E-zdaES5bWA7zgjBQ2oH6CFgY5XPkULXBH7Y1RW_oAFFApYCEgUyD69d2Df88y8ZiAWImYDwH-KGPDnC6pcpM2CTB3V6RmsSJsPvxS2h2gHQ8oCkW4bgCE3yZQqy2rfA%3D%3D&attredirects=0<br>\n </p>\n<p>This is an original painting by Michael Stobierski. It is painted with acrylic on a 11 x 14 inch canvas. This is a painting of a young girl picking flowers in a garden. Her innocence inspired me to paint this picture.</p>\n</html>", + "body_length": 715, + "cashout_time": "2016-09-22T15:10:18", + "category": "art", + "children": 2, + "created": "2016-09-15T15:10:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"art\",\"photography\",\"life\",\"news\",\"steemit\"],\"image\":[\"https://42410511-a-62cb3a1a-s-sites.googlegroups.com/site/artbymichaelstobierski/home/gallery/11022_Young%20Girl%20In%20Garden.jpg?attachauth=ANoY7cpbD62fwubg-l2iXfxmYgGgUS7-byilHX8j59veebsOZyZZYPUTii-V1uvue2Rnqpw0lG8L95qb3jRLZLPTm41v6IcC0Wcl1UtkmGcmHp2AHcu1VzEHLvk1eL_-GI_Oyqm2r8RXzAhMdQHKfnXBdva-C_uaG-E-zdaES5bWA7zgjBQ2oH6CFgY5XPkULXBH7Y1RW_oAFFApYCEgUyD69d2Df88y8ZiAWImYDwH-KGPDnC6pcpM2CTB3V6RmsSJsPvxS2h2gHQ8oCkW4bgCE3yZQqy2rfA%3D%3D&attredirects=0\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:10:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1696428320185, + "parent_author": "", + "parent_permlink": "art", + "pending_payout_value": "0.540 HBD", + "percent_hbd": 10000, + "permlink": "41fpbf-an-original-painting-by-michael-stobierski", + "post_id": 1254966, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "An Original Painting by Michael Stobierski", + "title": "An Original Painting by Michael Stobierski", + "total_payout_value": "0.000 HBD", + "url": "/art/@michaelstobiersk/41fpbf-an-original-painting-by-michael-stobierski" + }, + "newsfeed/americans-trust-in-the-media-has-fallen-to-an-all-time-low-according-to-gallup": { + "active_votes": [ + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 124961861, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 167307678498, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 128799717225, + "rshares": 159631404, + "voter": "kamil5" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 5712937692, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55281264, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 1464766250, + "rshares": 130289957, + "voter": "bleujay" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 151062983, + "voter": "newsfeed" + } + ], + "author": "newsfeed", + "author_reputation": 16791486869, + "beneficiaries": [], + "body": "In a climate of bitter political partisanship, anti-media rhetoric and diversified media options, just 32% of Americans now say they trust the media \"to report the news fully, accurately and fairly\" -- the lowest level since 1972, when Gallup began polling.\n\n<h1><center>http://i2.cdn.turner.com/money/dam/assets/160914170009-media-distrust-780x439.jpg</center></h1>\n\n\"Now, only about a third of the U.S. has any trust in the Fourth Estate, a stunning development for an institution designed to inform the public,\" Gallup said in its press release.\n\nWhile Americans' faith in media has been in decline for over a decade, this year's findings represent a sharp drop from the previous eight years, when between 40 and 45 percent of Americans expressed trust.\n\n**Source / Read More...** <a href='http://money.cnn.com/2016/09/14/media/gallup-trust-in-media/index.html?iid=hp-stack-dom'>money.cnn.com</a> \n\n<hr>\n\n<center><img src='https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6'></center>\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!*", + "body_length": 1431, + "cashout_time": "2016-09-22T17:44:51", + "category": "newsfeed", + "children": 2, + "created": "2016-09-15T17:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"newsfeed\",\"news\",\"politics\",\"stats\"],\"users\":[\"newsfeed\"],\"image\":[\"http://i2.cdn.turner.com/money/dam/assets/160914170009-media-distrust-780x439.jpg\",\"https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6\"],\"links\":[\"http://money.cnn.com/2016/09/14/media/gallup-trust-in-media/index.html?iid=hp-stack-dom\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:44:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 173641843659, + "parent_author": "", + "parent_permlink": "newsfeed", + "pending_payout_value": "0.040 HBD", + "percent_hbd": 0, + "permlink": "americans-trust-in-the-media-has-fallen-to-an-all-time-low-according-to-gallup", + "post_id": 1256660, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Americans' trust in the media has fallen to an all-time low, according to Gallup.", + "title": "Americans' trust in the media has fallen to an all-time low, according to Gallup.", + "total_payout_value": "0.000 HBD", + "url": "/newsfeed/@newsfeed/americans-trust-in-the-media-has-fallen-to-an-all-time-low-according-to-gallup" + }, + "newsfeed/samsung-said-it-would-push-a-software-update-that-limits-how-much-users-can-charge-its-galaxy-note-7-smartphone": { + "active_votes": [ + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 171281526309, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 16791486869, + "rshares": 145020464, + "voter": "newsfeed" + } + ], + "author": "newsfeed", + "author_reputation": 16791486869, + "beneficiaries": [], + "body": "U.S. buyers unlikely to get software patch as phone maker works on replacement plan.\n\nhttp://i2.cdn.turner.com/money/dam/assets/160902121639-samsung-galaxy-note-7-fire-front-780x439.jpg\n\nSamsung Electronics Co. said it would push a software update that limits how much users can charge its Galaxy Note 7 smartphone as the electronics giant struggles to recall more than two million of the devices around the globe.\n\nThe software attempts to reduce the risk of the phones catching fire by limiting the maximum battery charge to 60%, Samsung said.\n\nThe software will be available from Sept. 20 in its home country of South Korea, the company said. However, Samsung is unlikely to employ the software patch in the U.S. in the near term, according to a person familiar with the situation.\n\n\u201cWe are considering every possible measure to protect consumers\u2019 safety and this update is part of our ongoing efforts to urge consumers to power down their device and participate in the replacement program,\u201d Samsung said.\n\n**Source / Read More...** <a href='http://www.wsj.com/articles/samsung-china-recalls-early-release-galaxy-note-7s-1473853629'>wsj.com</a> By YUN-HEE KIM and JOHN D. MCKINNON\n\n<hr>\n\n<center><img src='https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6'></center>\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!*", + "body_length": 1715, + "cashout_time": "2016-09-22T14:29:27", + "category": "newsfeed", + "children": 0, + "created": "2016-09-15T14:29:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"newsfeed\",\"news\",\"technology\",\"money\"],\"users\":[\"newsfeed\"],\"image\":[\"http://i2.cdn.turner.com/money/dam/assets/160902121639-samsung-galaxy-note-7-fire-front-780x439.jpg\",\"https://ipfs.pics/ipfs/QmUo1EuVPSs3prLRdJH95Lg97vyvzSfhH6srZH5bqRh7p6\"],\"links\":[\"http://www.wsj.com/articles/samsung-china-recalls-early-release-galaxy-note-7s-1473853629\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:29:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 171426546773, + "parent_author": "", + "parent_permlink": "newsfeed", + "pending_payout_value": "0.040 HBD", + "percent_hbd": 0, + "permlink": "samsung-said-it-would-push-a-software-update-that-limits-how-much-users-can-charge-its-galaxy-note-7-smartphone", + "post_id": 1254478, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Samsung said it would push a software update that limits how much users can charge its Galaxy Note 7 smartphone", + "title": "Samsung said it would push a software update that limits how much users can charge its Galaxy Note 7 smartphone", + "total_payout_value": "0.000 HBD", + "url": "/newsfeed/@newsfeed/samsung-said-it-would-push-a-software-update-that-limits-how-much-users-can-charge-its-galaxy-note-7-smartphone" + }, + "oflyhigh/cn-september-15-happy-mid-autumn-festival": { + "active_votes": [ + { + "percent": "10000", + "reputation": 20297981245452, + "rshares": 7312372401189, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 9536121301, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 31268184602, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 33624498145, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 82846490855, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14893951110, + "voter": "lemooljiang" + }, + { + "percent": "8700", + "reputation": 7172977970558, + "rshares": 3538819604, + "voter": "ace108" + }, + { + "percent": "8300", + "reputation": 17218558634066, + "rshares": 36195843869, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 4341976914033, + "rshares": 16190000587, + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 25206026204, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 1127978824162, + "rshares": 1878616629, + "voter": "feelapi" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 6135685984, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 3991918600385, + "rshares": 6678776892, + "voter": "userlogin" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 2131733339, + "voter": "chinadaily" + }, + { + "percent": "3900", + "reputation": 13325577893779, + "rshares": 11978832670, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 6604609396, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 73931511966, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 100123561, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 3495795823022, + "rshares": 83883352848, + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 1996672246136, + "rshares": 407122760, + "voter": "anomaly" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 147730518, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 2782828751, + "rshares": 152171809, + "voter": "raph" + } + ], + "author": "oflyhigh", + "author_reputation": 11122126920308, + "beneficiaries": [], + "body": "\n\n\u670b\u53cb\u4eec\u597d\uff0cCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\u53c8\u6765\u4e86\u3002\n# \u8bf4\u660e\uff1a\n```\n\u53ea\u5217\u4e2d\u6587\u8d34\u6216\u8005\u7ffb\u8bd1\u826f\u597d\u7684\u4e2d\u82f1\u6587\u5e16\u5b50\uff0c\u7eaf\u82f1\u6587\u6216\u8005\u673a\u7ffb\u7684\u5c31\u4e0d\u5728\u8fd9\u91cc\u5217\u4e86\n\u53ea\u5217\u539f\u521b\u4f5c\u54c1\uff0c\u8f6c\u8f7d\u7684\u5c31\u4e0d\u5217\u4e86\n\u9274\u4e8e\u4e2a\u4eba\u7cbe\u529b\u548c\u80fd\u529b\u6709\u9650\uff0c\u9009\u8d34\u53ca\u70b9\u8bc4\u96be\u514d\u7247\u9762\uff0c\u656c\u8bf7\u8c05\u89e3\n\u5f80\u671f\u5185\u5bb9\u53ea\u4fdd\u7559\u6700\u8fd1\u4e09\u671f\uff0c\u611f\u5174\u8da3\u7684\u53ef\u4ee5\u67e5\u770b\u6211\u4e2a\u4eba\u535a\u5ba2 @oflyhigh\n\n\u53bb\u6389\u603b\u671f\u6570\uff0c\u76f4\u63a5\u7528\u65e5\u671f\n```\n\n\n# \ud83d\udccc \u5e7f\u544a\u65f6\u95f4\n\nHappy Mid Autumn Festival!\n\u795dsteemit\u7684\u5404\u4f4d\u670b\u53cb\u4e2d\u79cb\u8282\u5feb\u4e50\u3002\n\u51e0\u5757\u6708\u997c\uff0c\u4e0d\u6210\u656c\u610f(\u56fe\u7247\u6e90\u81ea\u7f51\u7edc\uff09\n\n\n\n\n# \u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\n\n\n[Introducing a box of Moon Cakes from Singapore - \u770b\u770b\u4e00\u76d2\u65b0\u52a0\u5761\u7684\u6708\u997c (by @ace108)](https://steemit.com/photography/@ace108/introducing-a-moon-cakes-from-singapore-by-ace108)\n\u4f5c\u8005\uff1a @ace108\n\u70b9\u8bc4\uff1a \u770b\u6765\u5c31\u5f88\u7f8e\u5473\u7684\u6708\u997c\uff0c\u6708\u997c\u5bd3\u610f\u56e2\u5706\u7f8e\u6ee1\uff0c\u795dsteemit\u7684\u5404\u4f4d\u670b\u53cb\u4e2d\u79cb\u8282\u5feb\u4e50\uff0c\u751f\u6d3b\u7f8e\u6ee1\uff01\n\n\n\n[One night in the Yellow Submarine. \u5728\u9ec4\u8272\u6f5c\u6c34\u8247\u4e0a\u5ea6\u8fc7\u7684\u4e00\u591c\u3002](https://steemit.com/travel/@sweetsssj/one-night-in-the-yellow-submarine)\n\u4f5c\u8005\uff1a @sweetsssj\n\u70b9\u8bc4\uff1a `One night in Beijing\uff0c \u6211\u7559\u4e0b\u8bb8\u591a\u60c5`\uff0c\u54c8\u54c8\uff0c\u4e0d\u662f\u5317\u4eac\u662f\u9ec4\u8272\u6f5c\u6c34\u8247\u3002\u751c\u5fc3\u59b9\u59b9\u8fd9\u7ec4\u7167\u7247\u4e0d\u9519\uff0c\u8868\u60c5\u6bd4\u8f83\u751f\u52a8\u6d3b\u6cfc\u53ef\u7231\u3002\n\n\n[Happy Mid-Autumn Day! Two fools / \u4e24\u4e2a\u7b28\u86cb](https://steemit.com/art/@elfkitchen/happy-mid-autumn-day-two-fools)\n\u4f5c\u8005\uff1a @elfkitchen\n\u70b9\u8bc4\uff1a \u4e00\u4e2a\u5b57\uff0c\u6709\u624d\uff01\n\n\n[Real-Time Update of RobinHood Whale Project \u7f57\u5bbe\u9cb8\u706b\u8d34\u5b9e\u65f6\u66f4\u65b0 15-09](https://steemit.com/robinhoodwhale/@laonie/robinhoodwhale-15-09-2016)\n\u4f5c\u8005\uff1a @laonie\n\u70b9\u8bc4\uff1a \u52a0\u6cb9\n\n\n[Has Apple Bitten Off More Than It Can Chew? / \u82f9\u679c\u8d85\u8d1f\u8377\u4e86\u5417\uff1f](https://steemit.com/life/@rea/has-apple-bitten-off-more-than-it-can-chew)\n\u4f5c\u8005\uff1a @rea\n\u70b9\u8bc4\uff1a \u6211\u89c9\u5f97\u8fd9\u4e2a\u65f6\u5019\u4f60\u5e94\u8be5\u7ed9\u53ef\u601c\u7684\u4e09\u661f\u66f4\u591a\u7684\u5173\u6000\uff1a\uff09\n\n\n[Active authors & posts under the CN category[2016-09-13]](https://steemit.com/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13)\n\u4f5c\u8005\uff1a @chinadaily\n\u70b9\u8bc4\uff1a \u6211\u5c31\u662f\u987a\u4fbf\u7784\u4e00\u773c\u4fe1\u8a89\u548c\u94b1\u5305\u3002\n\n\n\n[Happy Mid-Autumn Day!](https://steemit.com/cn/@elfkitchen/happy-mid-autumn-day)\n\u4f5c\u8005\uff1a @elfkitchen\n\u70b9\u8bc4\uff1a \u5927\u95f8\u87f9\u8868\u793a\u5f88\u4e0d\u5f00\u5fc3\u3002\n\n\n[The cicret bracelet - \u624b\u673a\u8fd8\u80fd\u8fd9\u4e48\u73a9](https://steemit.com/sharing/@fishingvideos/the-cicret-bracelet)\n\u4f5c\u8005\uff1a @fishingvideos\n\u70b9\u8bc4\uff1a \u6295\u5f71\u914d\u5408\u611f\u5e94\u88c5\u7f6e\u561b\u3002\u4ee5\u540e\u5168\u5927\u8111\u690d\u5165\u82af\u7247\uff0c\u624d\u53eb\u5148\u8fdb\u90a3\u3002\n\n\n\n[\u795d\u5927\u5bb6\u4e2d\u79cb\u5feb\u4e50\uff01](https://steemit.com/cn/@lemooljiang/2gl55w)\n\u4f5c\u8005\uff1a @lemooljiang\n\u70b9\u8bc4\uff1a \u8bdd\u867d\u4e0d\u591a\u6696\u5fc3\u7a9d\u554a\uff0c\u662f\u554a\uff0c\u73a9\u5f97\u5feb\u4e50\u5c31\u597d\u3002\u4e2d\u79cb\u5feb\u4e50\u3002\n\n# \u5f80\u671f\u5185\u5bb9\n[\ud83d\udc7e\u5927\u5634\u86d9\u70b9\u8bc4\uff1aCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\uff0c\u6392\u540d\u4e0d\u5206\u5148\u540e\uff08September 14\uff09](https://steemit.com/cn/@oflyhigh/cn-september-14)\n[\ud83d\udc7e\u5927\u5634\u86d9\u70b9\u8bc4\uff1aCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\uff0c\u6392\u540d\u4e0d\u5206\u5148\u540e\uff08September 13\u7b2c30\u671f \uff09](https://steemit.com/cn/@oflyhigh/cn-september-13-30)\n[\ud83d\udc7e\u5927\u5634\u86d9\u70b9\u8bc4\uff1aCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\uff0c\u6392\u540d\u4e0d\u5206\u5148\u540e\uff08September 12\u7b2c29\u671f \uff09](https://steemit.com/cn/@oflyhigh/cn-september-12-29)", + "body_length": 3261, + "cashout_time": "2016-09-22T11:49:24", + "category": "cn", + "children": 2, + "created": "2016-09-15T11:49:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"cn\",\"news\",\"trending\",\"hotpost\",\"review\"],\"users\":[\"ace108\",\"sweetsssj\",\"elfkitchen\",\"laonie\",\"rea\",\"chinadaily\",\"fishingvideos\",\"lemooljiang\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/mmexport1473902157237f6fc1.jpg\",\"https://www.steemimg.com/images/2016/09/11/flog_newabb23.png\",\"https://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/08/17/flog_small491d1.png\"],\"links\":[\"https://steemit.com/photography/@ace108/introducing-a-moon-cakes-from-singapore-by-ace108\",\"https://steemit.com/travel/@sweetsssj/one-night-in-the-yellow-submarine\",\"https://steemit.com/art/@elfkitchen/happy-mid-autumn-day-two-fools\",\"https://steemit.com/robinhoodwhale/@laonie/robinhoodwhale-15-09-2016\",\"https://steemit.com/life/@rea/has-apple-bitten-off-more-than-it-can-chew\",\"https://steemit.com/cn/@chinadaily/active-authors-and-posts-under-the-cn-category-2016-09-13\",\"https://steemit.com/cn/@elfkitchen/happy-mid-autumn-day\",\"https://steemit.com/sharing/@fishingvideos/the-cicret-bracelet\",\"https://steemit.com/cn/@lemooljiang/2gl55w\",\"https://steemit.com/cn/@oflyhigh/cn-september-14\",\"https://steemit.com/cn/@oflyhigh/cn-september-13-30\",\"https://steemit.com/cn/@oflyhigh/cn-september-12-29\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:49:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7759702605838, + "parent_author": "", + "parent_permlink": "cn", + "pending_payout_value": "5.192 HBD", + "percent_hbd": 10000, + "permlink": "cn-september-15-happy-mid-autumn-festival", + "post_id": 1252962, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\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\uff08September 15 \uff09/Happy Mid Autumn Festival!", + "title": "\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\uff08September 15 \uff09/Happy Mid Autumn Festival!", + "total_payout_value": "0.000 HBD", + "url": "/cn/@oflyhigh/cn-september-15-happy-mid-autumn-festival" + }, + "sergey44/big-banks-invest-usd55-million-in-blockchain-startup-ripple-s-series-b": { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7802808874, + "voter": "richman" + }, + { + "percent": "2900", + "reputation": 1663549830469, + "rshares": 313689446, + "voter": "coar" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061233175, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 2352115535, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1708142121, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 334846153, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 1802321537, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1891589053, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 58224897, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783607101, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 190483495123, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 221475776781, + "rshares": 223351536, + "voter": "andrewrait" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 123155378, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 4780534468, + "voter": "michelle.gent" + }, + { + "percent": "10000", + "reputation": 1013164758868, + "rshares": 447616339, + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 858672756, + "rshares": 2069018830, + "voter": "bapparabi" + }, + { + "percent": "10000", + "reputation": 611898492031, + "rshares": 153937845, + "voter": "abudar" + }, + { + "percent": "10000", + "reputation": 148427870711, + "rshares": 197857200, + "voter": "mexresorts" + }, + { + "percent": "10000", + "reputation": 681674171895, + "rshares": 1127831915, + "voter": "sirlunchalot" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 113719467, + "voter": "mikerano" + } + ], + "author": "sergey44", + "author_reputation": 686738916191, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://media.coindesk.com/uploads/2016/09/shutterstock_172997579.jpg\" width=\"1500\" height=\"1000\"/> Distributed ledger settlement startup Ripple has raised $55m in venture capital from a mix of financial industry heavyweights.Participating in <a href=\"http://www.coindesk.com/companies/ripple-labs/\">Ripple</a>'s Series B round are Standard Chartered, Accenture Ventures, SCB Digital Ventures, the venture arm of Siam Commercial Bank and SBI Holdings. Additional investors include <a href=\"http://www.coindesk.com/santander-innoventures-adds-4-million-to-ripples-series-a-round/\">Santander InnoVentures</a>, CME Ventures, <a href=\"http://www.coindesk.com/seagate-ripple-investment-shows-were-serious-about-blockchain-tech/\">Seagate Technology</a> and Venture 51.With a growth trajectory that will soon force the settlement startup out of its San Francisco headquarters, much of those funds will be spent on expansion projects including sales and marketing. However, the investment is distinct for Ripple in that some of the funds could also fuel new acquisitions.Ripple president and COO Brad Garlinghouse told CoinDesk:</p>\n<blockquote><em>\"This gives us a strong balance sheet to also consider acquisitions. There are a lot of small players doing something interesting. Historically, we wouldn\u2019t be interested, but going forward we may be.\"</em></blockquote>\n<p>In total, Ripple has raised $93m venture capital including earlier investments from Google Ventures, Andreessen Horowitz, IDG Capital Partners and Jerry Yang's AME Cloud Ventures, a figure that makes it one of most-funded blockchain firms.While Garlinghouse wouldn\u2019t give any details about which startups the company might have in its sights, he did reveal new information about how it would seek to evolve its strategy in the months ahead. http://www.coindesk.com/ripple-blockchain-55-million-series-b/</p>\n</html>", + "body_length": 1929, + "cashout_time": "2016-09-22T15:46:39", + "category": "crypto", + "children": 3, + "created": "2016-09-15T15:46:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"crypto\",\"news\"],\"image\":[\"https://media.coindesk.com/uploads/2016/09/shutterstock_172997579.jpg\"],\"links\":[\"http://www.coindesk.com/companies/ripple-labs/\",\"http://www.coindesk.com/santander-innoventures-adds-4-million-to-ripples-series-a-round/\",\"http://www.coindesk.com/seagate-ripple-investment-shows-were-serious-about-blockchain-tech/\",\"http://www.coindesk.com/ripple-blockchain-55-million-series-b/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:46:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 218829095993, + "parent_author": "", + "parent_permlink": "crypto", + "pending_payout_value": "0.050 HBD", + "percent_hbd": 0, + "permlink": "big-banks-invest-usd55-million-in-blockchain-startup-ripple-s-series-b", + "post_id": 1255377, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Big Banks Invest $55 Million in Blockchain Startup Ripple's Series B", + "title": "Big Banks Invest $55 Million in Blockchain Startup Ripple's Series B", + "total_payout_value": "0.000 HBD", + "url": "/crypto/@sergey44/big-banks-invest-usd55-million-in-blockchain-startup-ripple-s-series-b" + }, + "sergey44/new-blockchain-alliance-forms-in-shanghai": { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7802860274, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1644877598, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 309088757, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1891589053, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 1509612108450, + "rshares": 2067721913, + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 227415344771, + "rshares": 54585840, + "voter": "stephenkendal" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1783650389, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 109225703, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 88628906, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 275081018, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 53397626, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 221475776781, + "rshares": 218599376, + "voter": "andrewrait" + }, + { + "percent": "10000", + "reputation": 121767758976, + "rshares": 53548226, + "voter": "mari5555na" + }, + { + "percent": "10000", + "reputation": 1013164758868, + "rshares": 434827301, + "voter": "borishaifa" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 527464783, + "voter": "grisha-danunaher" + }, + { + "percent": "10000", + "reputation": 41596863062, + "rshares": 112482338, + "voter": "brainup" + }, + { + "percent": "10000", + "reputation": 611898492031, + "rshares": 157079433, + "voter": "abudar" + }, + { + "percent": "10000", + "reputation": 148427870711, + "rshares": 201814344, + "voter": "mexresorts" + }, + { + "percent": "10000", + "reputation": 745770738333, + "rshares": 113719467, + "voter": "mikerano" + } + ], + "author": "sergey44", + "author_reputation": 686738916191, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://media.coindesk.com/uploads/2016/09/shutterstock_453200890-300x185.jpg\" width=\"300\" height=\"185\"/> A new group is focusing on promoting blockchain tech in Shanghai.Calling itself the Shanghai Industrial Development Blockchain Alliance, the group is seeking to turn the city into a regional hub for the technology. According to a <a href=\"http://xhpfm.mobile.zhongguowangshi.com/v300/newshare/1136953?from=timeline&isappinstalled=0\">press release</a> announcing the organization, members include the Shanghai Municipal Development and Reform Research Institute,<a href=\"http://www.coindesk.com/wanxiang-blockchain-labs-50000-grant-program/\">Wanxiang Blockchain Lab</a> and Hyperledger member <a href=\"https://bitse.com/\">BitSE</a>.The group's origins date back to earlier this summer when discussions between the Shanghai government and members of the local blockchain sector began.BitSE CEO DJ Qian told CoinDesk:</p>\n<blockquote><em>\"The Shanghai government wanted to take notice and support these type of innovative blockchain applications.\"</em></blockquote>\n<p>The group mirrors a similar effort being undertaken in Shenzhen.In June, 31 companies formed a <a href=\"http://www.coindesk.com/financial-blockchain-shenzhen-consortium-launch/\">consortium</a> aimed at information-sharing and the exploration of the technology. Notable sponsors of that effort include Ping An Bank and a subsidiary of Tencent, the maker of the popular QQ messaging app.China, which has a deep connection with bitcoin through both the mining and exchange trade ecosystems, has seen growing interest among established firms in blockchain applications beyond digital cash. Shanghai itself is also set to play host to a series of blockchain-related conferences next week.Reportedly sponsoring the new organization is the <a href=\"http://usa.chinadaily.com.cn/business/2015-05/16/content_20734622.htm\">China Finance Information Center</a>, an office complex that plays home to the state-run Xinhua News Agency and other financial services company. The group's organizers said that the Information Center will play a significant role in both promoting the effort and creating a meeting ground for companies and startups that become involved.Other members include the Shanghai Institute of Science, the Lujiazui Finance Internet Association and the Jiading Industrial Zone Economic Development Co, one of several economic zones within Shanghai. http://www.coindesk.com/new-blockchain-alliance-forms-shanghai/</p>\n</html>", + "body_length": 2550, + "cashout_time": "2016-09-22T16:22:24", + "category": "crypto", + "children": 1, + "created": "2016-09-15T16:22:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"crypto\",\"news\"],\"image\":[\"https://media.coindesk.com/uploads/2016/09/shutterstock_453200890-300x185.jpg\"],\"links\":[\"http://xhpfm.mobile.zhongguowangshi.com/v300/newshare/1136953?from=timeline&isappinstalled=0\",\"http://www.coindesk.com/wanxiang-blockchain-labs-50000-grant-program/\",\"https://bitse.com/\",\"http://www.coindesk.com/financial-blockchain-shenzhen-consortium-launch/\",\"http://usa.chinadaily.com.cn/business/2015-05/16/content_20734622.htm\",\"http://www.coindesk.com/new-blockchain-alliance-forms-shanghai/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T16:22:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17900242345, + "parent_author": "", + "parent_permlink": "crypto", + "pending_payout_value": "0.003 HBD", + "percent_hbd": 10000, + "permlink": "new-blockchain-alliance-forms-in-shanghai", + "post_id": 1255768, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "New Blockchain 'Alliance' Forms in Shanghai", + "title": "New Blockchain 'Alliance' Forms in Shanghai", + "total_payout_value": "0.000 HBD", + "url": "/crypto/@sergey44/new-blockchain-alliance-forms-in-shanghai" + }, + "steemwriter/youtube-demonetization-a-step-towards-censorship": { + "active_votes": [ + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 231802954489, + "voter": "anonymous" + }, + { + "percent": "4000", + "reputation": 14765040488827, + "rshares": 10522572651365, + "voter": "berniesanders" + }, + { + "percent": "4000", + "reputation": 9326993992, + "rshares": 73217489959, + "voter": "nextgenwitness" + }, + { + "percent": "4000", + "reputation": 608057298751, + "rshares": 259364734576, + "voter": "justin" + }, + { + "percent": "4000", + "reputation": 138490649, + "rshares": 670045342217, + "voter": "silver" + }, + { + "percent": "4000", + "reputation": 4018307276106, + "rshares": 1626308437023, + "voter": "silversteem" + }, + { + "percent": "4000", + "reputation": 27931460807554, + "rshares": 1918293693987, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 2352742377273, + "voter": "wang" + }, + { + "percent": "4000", + "reputation": 29449063355738, + "rshares": 168108323602, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 7019430473955, + "rshares": 29831817820, + "voter": "thedarkestplum" + }, + { + "percent": "5555", + "reputation": 2902053059801, + "rshares": 1061212429, + "voter": "murh" + }, + { + "percent": "4000", + "reputation": 2397831198773, + "rshares": 4209499465, + "voter": "karen13" + }, + { + "percent": "4000", + "reputation": 14988694886527, + "rshares": 204615626363, + "voter": "jl777" + }, + { + "percent": "4000", + "reputation": 58190631451, + "rshares": 17267159012, + "voter": "proto" + }, + { + "percent": "4000", + "reputation": 1275505236, + "rshares": 8734048037, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 111564625015, + "rshares": 65722165, + "voter": "crowe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134258548, + "voter": "crimson" + }, + { + "percent": "10000", + "reputation": 245880879779, + "rshares": 153644454, + "voter": "steemwriter" + } + ], + "author": "steemwriter", + "author_reputation": 245880879779, + "beneficiaries": [], + "body": "\n\nAs an American citizen, you are taught, from an early age, about your right to free speech protected under the first amendment of the constitution. However, the new technological phenomenon known as the internet doesn\u2019t subscribe to such an adherence. What was once regarded a safe space for open, unfiltered discussion has allowed the infestation of legally-protected, widespread censorship. \n\nThe internet is the collection of privately-owned spaces, all granted the freedom to manage and censor as they please. The most popular platform for video-sharing, Youtube.com, is no exception. For this reason, a recent issue that has arisen on this site is the demonetization of videos that aren\u2019t \u201cadvertiser friendly.\u201d Let\u2019s first start by clarifying that YouTube is a private space and has the legal right to enforce video restrictions. However, YouTube censoring its users goes against the very principles the site was founded upon and had been advertising. It was to be an open space for video content, and despite the fact that YouTube isn\u2019t directly taking down videos, cutting off monetization and money flow is just another, less direct, approach at shutting downs channels. Are the YouTube creators simply the users of the site or should they regarded as associates with a voice in the operation of the business? It might be the corporate group that creates the site, but it is the creator\u2019s that make the site. For this reason, the enforcement of a new policy has left many creators in fear and uproar since demonetization means the end to income and inevitably the end of content uploads. Any content that displays violence, is sexually suggestive, uses inappropriate language, and promotes drug use is deemed inappropriate for advertising.\n\nHowever, the most appalling addition to this vague list of restrictions is the use of \u201ccontroversial or sensitive subjects and events\u201d including politics, war, natural disasters, tragedies, or any graphic imagery. This can quite possibly change the face of news reporters such as Philip DeFranco who was one of the first major youtubers hit for demonetization. This attack on news channels has led many to believe that YouTube has an underlying goal: controlling the circulation of information and removing free press independent from the filtered and biased news outlets. Some youtubers even speculate that this could quite possibly be linked to the Hilary Clinton, as she has ties to YouTube corporate and officials from her campaign are regularly seen circulating the annual YouTube convention, VidCon. \n\nWhether there is truly an underlying corrupt cause for demonetization, many creators still find this change an infringement on rights and most of all an act of betrayal from YouTube. Many YouTuber\u2019s have voiced their opinions and tried to get answer from the site, but YouTube\u2019s lack of communication remains a major issue. When the site had decided to finally enforce the advertiser policy and start demonetization it never alerted its users. Therefore, channels had been losing ad revenue for months, unaware it was due to this new policy and assuming it was due to fluctuating video views. Once the YouTube community caught on to the recent changes, they still struggled to communicate with YouTube\u2019s corporate managers about the issue. The notification system was recently installed, along with an appeals system, which is an improvement. However, these systems should have been provided from the start and the lack of communication still remains an issue. Should we expect a rise in frustration and protest amongst the YouTube community or will they simply accept the policy and slowly change their content to fit the new requirements?", + "body_length": 3810, + "cashout_time": "2016-09-22T11:16:27", + "category": "new", + "children": 0, + "created": "2016-09-15T11:16:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"news\",\"politics\",\"writing\",\"censorship\",\"new\"],\"image\":[\"http://i1.wp.com/www.oneangrygamer.net/wp-content/uploads/2016/09/Image8.jpg?resize=585%2C300\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T11:17:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 18088528992784, + "parent_author": "", + "parent_permlink": "new", + "pending_payout_value": "22.396 HBD", + "percent_hbd": 10000, + "permlink": "youtube-demonetization-a-step-towards-censorship", + "post_id": 1252725, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "YouTube Demonetization: A Step Towards Censorship?", + "title": "YouTube Demonetization: A Step Towards Censorship?", + "total_payout_value": "0.000 HBD", + "url": "/new/@steemwriter/youtube-demonetization-a-step-towards-censorship" + }, + "streetstyle/isaac-newton-got-it-wrong-with-this-apple": { + "active_votes": [ + { + "percent": "10000", + "reputation": 6196402667353, + "rshares": 13046119426, + "voter": "jako" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 1255809710, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 54562059603, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5215562534, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 2730766591183, + "rshares": 3031315446, + "voter": "handmade" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12687522802, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 57458166665, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 25747173993, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 289024216569, + "rshares": 647921440, + "voter": "herbertmueller" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 10022756915, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 113710888944, + "rshares": 269467120, + "voter": "maarnio" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 98545946, + "voter": "ola1" + } + ], + "author": "streetstyle", + "author_reputation": 6338322241150, + "beneficiaries": [], + "body": "<center></center>\nLast month I posted a brief story about Apple, Inc's next [iPHONE release](https://steemit.com/investments/@streetstyle/coming-soon-selfies-underwater-edit-and-post-while-under-the-sea-iphone-7) possibly being water proof, and thus allowing its owners for truly unique underwater selfies. The theory behind this comes from Apple itself, since it patented software that allows for editing pictures underwater. If you are editing pictures underwater, then your phone is NOT water resistant, like the Samsung Galaxy 7 made famous by the Lil' Wayne commercials. If you are underwater editing anything on a phone, then that phone must be truly WATER PROOF. Maybe, and just maybe, the second clue lies in Apple removing the Earphone/Headphone Jacks from the Iphone 7.\n\nSo now we know that the Iphone 7 will be water restistant, and not water proof. Underwater selfies with whales and dolphins will have to wait. This didn't keep Billionaire Warren Buffett and Berskshire-Hathaway from investing near Half a Billion Dollars More in Apple recently, upping their investment stake to nearly $1.5 Billion Dollars. Apple stock is now approaching all time highs again. This APPLE is \"Falling UP,\" much to the chagrin of Sir Isaac Newton's Gravity. When I posted about Apple last month, the stock price was about $109, and today we find it at about $115. \n<center></center>\nSince some traders have recently bet against Apple with [Put Options](https://en.wikipedia.org/wiki/Put_option) and with the **news that the APPLE Stores will Launch the Iphone 7 tomorrow Friday WITHOUT Iphone 7's in stock because they are SOLD OUT**, Apple Stock could easily catapult past its All Time High of about $132 Dollars a share reached last year in March. Apple might just yet become the first Trillion Dollar Market Capitalization Company Yet. \n\nFolks, this is not financial advice. This is all opinion or news. I am long on Apple stock. I am long on Bitcoin. And I am extra long on STEEM. I will be checking the **_Pay me 100% in Steem Power_** box for the first time. Steemit's newest and coolest feature yet!\n<center><br>**Up Vote 100% in Steem Power!**</center>\n**********----------**********----------**********----------**********----------**********----------**********----------**********----------\n<center>09/15/16<br>Full $teem Ahead!<br>@streetstyle<br>**My Best Blogs**<br>- [Caffeine Madness](https://steemit.com/life/@streetstyle/the-other-addiction-caffeine-madness-and-what-they-don-t-want-you-to-know)<br> - [Coinbase Eggs](https://steemit.com/life/@streetstyle/why-i-pulled-my-bitcoin-out-of-coinbase-don-t-put-all-your-eggs-in-one-basket)</center>\nsources:\nwikipedia.org\ncnet.org\nfinance.yahoo.com\npics. source:\npixabay.com\ngoogle.com (labeled for reuse)", + "body_length": 2887, + "cashout_time": "2016-09-22T17:06:27", + "category": "money", + "children": 3, + "created": "2016-09-15T17:06:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"money\",\"steemsquad\",\"news\",\"life\",\"writing\"],\"users\":[\"streetstyle\"],\"image\":[\"http://i.imgur.com/mgom4tK.jpg\",\"http://i.imgur.com/hJlItLG.png\",\"http://i.imgur.com/OSEBY8P.png\"],\"links\":[\"https://steemit.com/investments/@streetstyle/coming-soon-selfies-underwater-edit-and-post-while-under-the-sea-iphone-7\",\"https://en.wikipedia.org/wiki/Put_option\",\"https://steemit.com/life/@streetstyle/the-other-addiction-caffeine-madness-and-what-they-don-t-want-you-to-know\",\"https://steemit.com/life/@streetstyle/why-i-pulled-my-bitcoin-out-of-coinbase-don-t-put-all-your-eggs-in-one-basket\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T17:56:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 184042421600, + "parent_author": "", + "parent_permlink": "money", + "pending_payout_value": "0.043 HBD", + "percent_hbd": 0, + "permlink": "isaac-newton-got-it-wrong-with-this-apple", + "post_id": 1256217, + "promoted": "1.120 HBD", + "replies": [], + "root_title": "ISAAC NEWTON GOT IT WRONG WITH THIS APPLE --", + "title": "ISAAC NEWTON GOT IT WRONG WITH THIS APPLE --", + "total_payout_value": "0.000 HBD", + "url": "/money/@streetstyle/isaac-newton-got-it-wrong-with-this-apple" + } + }, + "discussion_idx": { + "news": { + "hot": [ + "kingscrown/bitcoin-double-spending-tool-provided-as-a-service-by-hackers", + "jeffreyahann/hillary-rodhan-clinton-is-on-her-death-bed-icu", + "asdes/what-word-can-characterize-my-life-improvisation-kakoe-slovo-mozhet-okharakterizovat-moyu-zhizn-improvizaciya", + "me-tarzan/9-15-2016-steemit-weekly-data-report-9-15-2016", + "michaelstobiersk/41fpbf-an-original-painting-by-michael-stobierski", + "newsfeed/americans-trust-in-the-media-has-fallen-to-an-all-time-low-according-to-gallup", + "iontom/breaking-news-wikileaks-releases-tisa-documents-contains-worst-anti-competitive-laws-imagninable", + "cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease", + "streetstyle/isaac-newton-got-it-wrong-with-this-apple", + "steemwriter/youtube-demonetization-a-step-towards-censorship", + "blend/this-graphic-lays-out-the-parts-of-the-world-with-the-most-billionaires-and-asia-is-climbing-fast", + "cm-steem/usa-attention-register-asap-to-be-eligible-to-vote-for-the-legalization-of-cannabis-in-november-2016", + "herverisson/digital-citizens-and-entrepreneurs-would-you-ask-asylum-to-e-stonia", + "oflyhigh/cn-september-15-happy-mid-autumn-festival", + "sergey44/big-banks-invest-usd55-million-in-blockchain-startup-ripple-s-series-b", + "denn/everyone-should-cover-up-their-laptop-webcams-right-now-says-fbi-director-james-comey", + "newsfeed/samsung-said-it-would-push-a-software-update-that-limits-how-much-users-can-charge-its-galaxy-note-7-smartphone", + "dims/early-pre-hispanic-use-of-indigo-blue-in-peru", + "alighti/hello-steemers-about-me-for-you-privet-stimery-obo-mne-dlya-vas", + "sergey44/new-blockchain-alliance-forms-in-shanghai" + ] + } + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "hbd_interest_rate": 1000, + "hbd_print_rate": 10000, + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_hive": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [ + "life", + "steemit", + "story", + "art", + "steem", + "travel", + "food", + "introduceyourself", + "photography", + "money", + "writing", + "bitcoin", + "science", + "philosophy", + "stats", + "health", + "anarchy", + "poetry", + "psychology", + "steempay", + "steemmag", + "politics", + "steemfest", + "bitshares", + "music", + "beyondbitcoin", + "news", + "anarchism", + "cn", + "relationship", + "typography", + "ethereum", + "relationships", + "technology", + "gardening", + "love", + "liberty", + "popularscience", + "steemcleaners", + "deutsch", + "freedom", + "witness-category", + "barrycooper", + "smoothie", + "marijuana", + "fiction", + "steemdb", + "funny", + "steemitphotochallenge", + "family" + ] + }, + "tags": {} +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/hot_news.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_state/hot_news.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9635841871547d42c39ea47221512d9e8fed2da4 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/hot_news.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["/hot/news"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "hot_news" + directory: "condenser_api_patterns/get_state" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_state/market.orig.json b/hivemind/tavern/condenser_api_patterns/get_state/market.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..b790e59ee946423098f630f34a69c81722f7452a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/market.orig.json @@ -0,0 +1,24 @@ +{ + "accounts": {}, + "content": {}, + "discussion_idx": { + "": {} + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "sbd_interest_rate": 1000, + "sbd_print_rate": 10000, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_steem": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [] + }, + "tags": {} +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/market.pat.json b/hivemind/tavern/condenser_api_patterns/get_state/market.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..c570c29086fe834e6a8db7f2384ea252115e6c25 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/market.pat.json @@ -0,0 +1,24 @@ +{ + "accounts": {}, + "content": {}, + "discussion_idx": { + "": {} + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "hbd_interest_rate": 1000, + "hbd_print_rate": 10000, + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_hive": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [] + }, + "tags": {} +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/market.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_state/market.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..24305bf3342fe3cc2a76e63bb51030a27bb27f8e --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/market.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["market"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "market" + directory: "condenser_api_patterns/get_state" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_state/tags.orig.json b/hivemind/tavern/condenser_api_patterns/get_state/tags.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..5fc607736108882d210f3620aa3ff7a86bcbe3c2 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/tags.orig.json @@ -0,0 +1,1776 @@ +{ + "accounts": {}, + "content": {}, + "discussion_idx": { + "": {} + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "sbd_interest_rate": 1000, + "sbd_print_rate": 10000, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_steem": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [ + "life", + "steemit", + "story", + "art", + "steem", + "travel", + "food", + "introduceyourself", + "photography", + "money", + "writing", + "bitcoin", + "science", + "philosophy", + "stats", + "health", + "anarchy", + "poetry", + "psychology", + "steempay", + "steemmag", + "politics", + "steemfest", + "bitshares", + "music", + "beyondbitcoin", + "news", + "anarchism", + "cn", + "relationship", + "typography", + "ethereum", + "relationships", + "technology", + "gardening", + "love", + "liberty", + "popularscience", + "steemcleaners", + "deutsch", + "freedom", + "witness-category", + "barrycooper", + "smoothie", + "marijuana", + "fiction", + "steemdb", + "funny", + "family", + "blog", + "steemitphotochallenge", + "recipes", + "security", + "curie", + "steemstats", + "steem-help", + "radiosteem", + "design", + "hidden-gems", + "crypto-news", + "steemtools", + "timeforachange", + "horror", + "programming", + "mathematics", + "secret-writer", + "ru", + "education", + "halo", + "synereo", + "esteem", + "sex", + "contest", + "robinhoodwhale", + "history", + "books", + "free-society", + "business", + "astronomy", + "steemitcryptochallenge", + "inspiration", + "coffee", + "spotlight", + "bounties", + "government", + "beauty", + "future-food", + "netocracy", + "smartcontracts", + "steemit-future", + "sports", + "yoga", + "aircraft", + "capitalism", + "motocross", + "steemmobile", + "chess", + "cryptocurrency", + "gaming", + "women", + "space", + "foodchallenge", + "steemitabuse", + "bees", + "introduction", + "meetup", + "religion", + "croatia", + "parenthood", + "peerplays", + "libertarianism", + "piston", + "bounty", + "feminism", + "kr", + "success", + "law", + "military", + "cannabisoil", + "entrepreneurship", + "scifi", + "censorship", + "cryptocapitalism", + "abortion", + "archaeology", + "wallpaper", + "cocktails", + "steemapp", + "corporate-identity", + "comedy", + "statism", + "fire", + "dance", + "steemit-promo", + "privacy", + "blockchain", + "cartoon", + "china", + "barrycooperlifeseries", + "cars", + "depression", + "spanish", + "languages", + "steem-stats", + "artificial-intelligence", + "nature", + "economics", + "startups", + "quinneaker", + "steemaway", + "nevergetbusted", + "drugs", + "recipe", + "step", + "steemit-bots", + "poker", + "orphanage", + "sciencefiction", + "planes", + "mondaymotivation", + "steemitartchallenge", + "branding", + "namecoin", + "greensmoothie", + "masterclass", + "crazychallenge", + "patriotism", + "experiences", + "parenting", + "maps", + "interview", + "lgbt", + "steememe", + "games", + "whales", + "steemloto", + "movies", + "cannabis", + "roadtrip", + "olympics", + "rejuvenation", + "book", + "lifehack", + "onecoin", + "steemimg", + "solar", + "war", + "film", + "reputation", + "veterans", + "hyperinflation", + "engineering", + "hypnosis", + "lifestyle", + "steem-price", + "howto", + "utopia", + "cooking", + "plagiarism", + "thankyou", + "underground", + "guide", + "agriculture", + "moviereview", + "hiking", + "barry", + "curation", + "voluntaryism", + "healthebern", + "diy", + "voluntarism", + "logic", + "media", + "animalrescue", + "academia", + "steemit-marketing", + "steemithelp", + "geoengineering", + "biology", + "culture", + "psych", + "introducemyself", + "nameinlights", + "fishing", + "steemocracy", + "architecture", + "vaccines", + "dogecoin", + "crypto", + "terrorism", + "movie", + "riots", + "barrycooperstory", + "mmog", + "mental", + "apology", + "homeless", + "ripple", + "running", + "magic", + "animal", + "psychotherapy", + "gold", + "analytics", + "dancing", + "consciousness", + "banking", + "video", + "steemfit", + "steemtattoo" + ] + }, + "tags": { + "abortion": { + "comments": 160, + "name": "abortion", + "top_posts": 7, + "total_payouts": "1686.180 HBD" + }, + "academia": { + "comments": 129, + "name": "academia", + "top_posts": 9, + "total_payouts": "703.964 HBD" + }, + "agriculture": { + "comments": 21, + "name": "agriculture", + "top_posts": 6, + "total_payouts": "755.119 HBD" + }, + "aircraft": { + "comments": 86, + "name": "aircraft", + "top_posts": 10, + "total_payouts": "2363.574 HBD" + }, + "analytics": { + "comments": 116, + "name": "analytics", + "top_posts": 14, + "total_payouts": "569.108 HBD" + }, + "anarchism": { + "comments": 1595, + "name": "anarchism", + "top_posts": 305, + "total_payouts": "9884.861 HBD" + }, + "anarchy": { + "comments": 2572, + "name": "anarchy", + "top_posts": 495, + "total_payouts": "15924.884 HBD" + }, + "animal": { + "comments": 55, + "name": "animal", + "top_posts": 37, + "total_payouts": "582.829 HBD" + }, + "animalrescue": { + "comments": 112, + "name": "animalrescue", + "top_posts": 5, + "total_payouts": "709.469 HBD" + }, + "apology": { + "comments": 16, + "name": "apology", + "top_posts": 2, + "total_payouts": "593.967 HBD" + }, + "archaeology": { + "comments": 28, + "name": "archaeology", + "top_posts": 2, + "total_payouts": "1678.498 HBD" + }, + "architecture": { + "comments": 56, + "name": "architecture", + "top_posts": 17, + "total_payouts": "631.268 HBD" + }, + "art": { + "comments": 13153, + "name": "art", + "top_posts": 2745, + "total_payouts": "106416.111 HBD" + }, + "artificial-intelligence": { + "comments": 45, + "name": "artificial-intelligence", + "top_posts": 1, + "total_payouts": "1327.283 HBD" + }, + "astronomy": { + "comments": 136, + "name": "astronomy", + "top_posts": 21, + "total_payouts": "2622.019 HBD" + }, + "banking": { + "comments": 27, + "name": "banking", + "top_posts": 14, + "total_payouts": "559.777 HBD" + }, + "barry": { + "comments": 71, + "name": "barry", + "top_posts": 2, + "total_payouts": "741.548 HBD" + }, + "barrycooper": { + "comments": 577, + "name": "barrycooper", + "top_posts": 17, + "total_payouts": "6092.268 HBD" + }, + "barrycooperlifeseries": { + "comments": 65, + "name": "barrycooperlifeseries", + "top_posts": 3, + "total_payouts": "1384.523 HBD" + }, + "barrycooperstory": { + "comments": 50, + "name": "barrycooperstory", + "top_posts": 1, + "total_payouts": "604.714 HBD" + }, + "beauty": { + "comments": 212, + "name": "beauty", + "top_posts": 44, + "total_payouts": "2496.898 HBD" + }, + "bees": { + "comments": 208, + "name": "bees", + "top_posts": 20, + "total_payouts": "2123.400 HBD" + }, + "beyondbitcoin": { + "comments": 493, + "name": "beyondbitcoin", + "top_posts": 81, + "total_payouts": "12040.701 HBD" + }, + "biology": { + "comments": 30, + "name": "biology", + "top_posts": 5, + "total_payouts": "682.850 HBD" + }, + "bitcoin": { + "comments": 2890, + "name": "bitcoin", + "top_posts": 1220, + "total_payouts": "31111.750 HBD" + }, + "bitshares": { + "comments": 772, + "name": "bitshares", + "top_posts": 93, + "total_payouts": "12951.147 HBD" + }, + "blockchain": { + "comments": 550, + "name": "blockchain", + "top_posts": 251, + "total_payouts": "1411.995 HBD" + }, + "blog": { + "comments": 1575, + "name": "blog", + "top_posts": 382, + "total_payouts": "5307.805 HBD" + }, + "book": { + "comments": 32, + "name": "book", + "top_posts": 13, + "total_payouts": "950.319 HBD" + }, + "books": { + "comments": 208, + "name": "books", + "top_posts": 27, + "total_payouts": "2795.404 HBD" + }, + "bounties": { + "comments": 157, + "name": "bounties", + "top_posts": 10, + "total_payouts": "2528.557 HBD" + }, + "bounty": { + "comments": 135, + "name": "bounty", + "top_posts": 10, + "total_payouts": "1833.545 HBD" + }, + "branding": { + "comments": 23, + "name": "branding", + "top_posts": 3, + "total_payouts": "1163.726 HBD" + }, + "business": { + "comments": 341, + "name": "business", + "top_posts": 127, + "total_payouts": "2623.267 HBD" + }, + "cannabis": { + "comments": 318, + "name": "cannabis", + "top_posts": 75, + "total_payouts": "989.179 HBD" + }, + "cannabisoil": { + "comments": 30, + "name": "cannabisoil", + "top_posts": 1, + "total_payouts": "1746.955 HBD" + }, + "capitalism": { + "comments": 171, + "name": "capitalism", + "top_posts": 24, + "total_payouts": "2351.679 HBD" + }, + "cars": { + "comments": 145, + "name": "cars", + "top_posts": 50, + "total_payouts": "1362.283 HBD" + }, + "cartoon": { + "comments": 631, + "name": "cartoon", + "top_posts": 78, + "total_payouts": "1390.428 HBD" + }, + "censorship": { + "comments": 624, + "name": "censorship", + "top_posts": 28, + "total_payouts": "1689.398 HBD" + }, + "chess": { + "comments": 28, + "name": "chess", + "top_posts": 5, + "total_payouts": "2250.335 HBD" + }, + "china": { + "comments": 76, + "name": "china", + "top_posts": 21, + "total_payouts": "1385.042 HBD" + }, + "cn": { + "comments": 2474, + "name": "cn", + "top_posts": 775, + "total_payouts": "9874.775 HBD" + }, + "cocktails": { + "comments": 102, + "name": "cocktails", + "top_posts": 7, + "total_payouts": "1569.236 HBD" + }, + "coffee": { + "comments": 224, + "name": "coffee", + "top_posts": 46, + "total_payouts": "2544.160 HBD" + }, + "comedy": { + "comments": 316, + "name": "comedy", + "top_posts": 91, + "total_payouts": "1528.309 HBD" + }, + "consciousness": { + "comments": 41, + "name": "consciousness", + "top_posts": 13, + "total_payouts": "564.531 HBD" + }, + "contest": { + "comments": 742, + "name": "contest", + "top_posts": 26, + "total_payouts": "3040.468 HBD" + }, + "cooking": { + "comments": 97, + "name": "cooking", + "top_posts": 14, + "total_payouts": "805.422 HBD" + }, + "corporate-identity": { + "comments": 36, + "name": "corporate-identity", + "top_posts": 2, + "total_payouts": "1541.593 HBD" + }, + "crazychallenge": { + "comments": 339, + "name": "crazychallenge", + "top_posts": 16, + "total_payouts": "1148.360 HBD" + }, + "croatia": { + "comments": 16, + "name": "croatia", + "top_posts": 1, + "total_payouts": "2061.013 HBD" + }, + "crypto": { + "comments": 123, + "name": "crypto", + "top_posts": 66, + "total_payouts": "622.609 HBD" + }, + "crypto-news": { + "comments": 878, + "name": "crypto-news", + "top_posts": 253, + "total_payouts": "4622.640 HBD" + }, + "cryptocapitalism": { + "comments": 68, + "name": "cryptocapitalism", + "top_posts": 1, + "total_payouts": "1686.949 HBD" + }, + "cryptocurrency": { + "comments": 539, + "name": "cryptocurrency", + "top_posts": 202, + "total_payouts": "2247.862 HBD" + }, + "culture": { + "comments": 60, + "name": "culture", + "top_posts": 11, + "total_payouts": "677.724 HBD" + }, + "curation": { + "comments": 231, + "name": "curation", + "top_posts": 18, + "total_payouts": "739.822 HBD" + }, + "curie": { + "comments": 222, + "name": "curie", + "top_posts": 15, + "total_payouts": "5080.545 HBD" + }, + "dance": { + "comments": 142, + "name": "dance", + "top_posts": 21, + "total_payouts": "1492.334 HBD" + }, + "dancing": { + "comments": 15, + "name": "dancing", + "top_posts": 2, + "total_payouts": "567.140 HBD" + }, + "depression": { + "comments": 124, + "name": "depression", + "top_posts": 19, + "total_payouts": "1357.808 HBD" + }, + "design": { + "comments": 246, + "name": "design", + "top_posts": 57, + "total_payouts": "4771.680 HBD" + }, + "deutsch": { + "comments": 2107, + "name": "deutsch", + "top_posts": 406, + "total_payouts": "6530.546 HBD" + }, + "diy": { + "comments": 89, + "name": "diy", + "top_posts": 26, + "total_payouts": "727.586 HBD" + }, + "dogecoin": { + "comments": 15, + "name": "dogecoin", + "top_posts": 8, + "total_payouts": "623.001 HBD" + }, + "drugs": { + "comments": 87, + "name": "drugs", + "top_posts": 35, + "total_payouts": "1276.025 HBD" + }, + "economics": { + "comments": 310, + "name": "economics", + "top_posts": 95, + "total_payouts": "1297.199 HBD" + }, + "education": { + "comments": 238, + "name": "education", + "top_posts": 55, + "total_payouts": "3409.264 HBD" + }, + "engineering": { + "comments": 35, + "name": "engineering", + "top_posts": 14, + "total_payouts": "850.600 HBD" + }, + "entrepreneurship": { + "comments": 120, + "name": "entrepreneurship", + "top_posts": 16, + "total_payouts": "1726.302 HBD" + }, + "esteem": { + "comments": 192, + "name": "esteem", + "top_posts": 14, + "total_payouts": "3080.537 HBD" + }, + "ethereum": { + "comments": 384, + "name": "ethereum", + "top_posts": 161, + "total_payouts": "7979.478 HBD" + }, + "experiences": { + "comments": 9, + "name": "experiences", + "top_posts": 1, + "total_payouts": "1141.359 HBD" + }, + "family": { + "comments": 313, + "name": "family", + "top_posts": 58, + "total_payouts": "5421.926 HBD" + }, + "feminism": { + "comments": 630, + "name": "feminism", + "top_posts": 37, + "total_payouts": "1818.315 HBD" + }, + "fiction": { + "comments": 387, + "name": "fiction", + "top_posts": 164, + "total_payouts": "5705.237 HBD" + }, + "film": { + "comments": 96, + "name": "film", + "top_posts": 30, + "total_payouts": "893.324 HBD" + }, + "fire": { + "comments": 78, + "name": "fire", + "top_posts": 9, + "total_payouts": "1518.740 HBD" + }, + "fishing": { + "comments": 101, + "name": "fishing", + "top_posts": 26, + "total_payouts": "638.739 HBD" + }, + "food": { + "comments": 7565, + "name": "food", + "top_posts": 1373, + "total_payouts": "59957.608 HBD" + }, + "foodchallenge": { + "comments": 532, + "name": "foodchallenge", + "top_posts": 55, + "total_payouts": "2165.606 HBD" + }, + "free-society": { + "comments": 104, + "name": "free-society", + "top_posts": 1, + "total_payouts": "2736.133 HBD" + }, + "freedom": { + "comments": 806, + "name": "freedom", + "top_posts": 143, + "total_payouts": "6285.329 HBD" + }, + "funny": { + "comments": 1023, + "name": "funny", + "top_posts": 424, + "total_payouts": "5469.398 HBD" + }, + "future-food": { + "comments": 62, + "name": "future-food", + "top_posts": 3, + "total_payouts": "2486.951 HBD" + }, + "games": { + "comments": 183, + "name": "games", + "top_posts": 92, + "total_payouts": "1045.245 HBD" + }, + "gaming": { + "comments": 458, + "name": "gaming", + "top_posts": 150, + "total_payouts": "2231.979 HBD" + }, + "gardening": { + "comments": 1070, + "name": "gardening", + "top_posts": 177, + "total_payouts": "7331.801 HBD" + }, + "geoengineering": { + "comments": 36, + "name": "geoengineering", + "top_posts": 8, + "total_payouts": "686.560 HBD" + }, + "gold": { + "comments": 215, + "name": "gold", + "top_posts": 96, + "total_payouts": "572.066 HBD" + }, + "government": { + "comments": 255, + "name": "government", + "top_posts": 35, + "total_payouts": "2524.973 HBD" + }, + "greensmoothie": { + "comments": 14, + "name": "greensmoothie", + "top_posts": 1, + "total_payouts": "1159.382 HBD" + }, + "guide": { + "comments": 55, + "name": "guide", + "top_posts": 3, + "total_payouts": "756.579 HBD" + }, + "halo": { + "comments": 923, + "name": "halo", + "top_posts": 80, + "total_payouts": "3268.063 HBD" + }, + "health": { + "comments": 2456, + "name": "health", + "top_posts": 674, + "total_payouts": "17064.083 HBD" + }, + "healthebern": { + "comments": 26, + "name": "healthebern", + "top_posts": 1, + "total_payouts": "730.370 HBD" + }, + "hidden-gems": { + "comments": 558, + "name": "hidden-gems", + "top_posts": 35, + "total_payouts": "4650.946 HBD" + }, + "hiking": { + "comments": 32, + "name": "hiking", + "top_posts": 3, + "total_payouts": "745.729 HBD" + }, + "history": { + "comments": 486, + "name": "history", + "top_posts": 146, + "total_payouts": "2906.318 HBD" + }, + "homeless": { + "comments": 138, + "name": "homeless", + "top_posts": 18, + "total_payouts": "592.492 HBD" + }, + "horror": { + "comments": 61, + "name": "horror", + "top_posts": 36, + "total_payouts": "4227.490 HBD" + }, + "howto": { + "comments": 209, + "name": "howto", + "top_posts": 16, + "total_payouts": "814.379 HBD" + }, + "hyperinflation": { + "comments": 39, + "name": "hyperinflation", + "top_posts": 2, + "total_payouts": "869.633 HBD" + }, + "hypnosis": { + "comments": 57, + "name": "hypnosis", + "top_posts": 6, + "total_payouts": "842.688 HBD" + }, + "inspiration": { + "comments": 81, + "name": "inspiration", + "top_posts": 29, + "total_payouts": "2579.695 HBD" + }, + "interview": { + "comments": 54, + "name": "interview", + "top_posts": 9, + "total_payouts": "1061.108 HBD" + }, + "introducemyself": { + "comments": 565, + "name": "introducemyself", + "top_posts": 90, + "total_payouts": "641.593 HBD" + }, + "introduceyourself": { + "comments": 11430, + "name": "introduceyourself", + "top_posts": 1214, + "total_payouts": "58893.319 HBD" + }, + "introduction": { + "comments": 356, + "name": "introduction", + "top_posts": 100, + "total_payouts": "2116.358 HBD" + }, + "kr": { + "comments": 1132, + "name": "kr", + "top_posts": 349, + "total_payouts": "1813.841 HBD" + }, + "languages": { + "comments": 78, + "name": "languages", + "top_posts": 18, + "total_payouts": "1343.656 HBD" + }, + "law": { + "comments": 123, + "name": "law", + "top_posts": 31, + "total_payouts": "1768.877 HBD" + }, + "lgbt": { + "comments": 205, + "name": "lgbt", + "top_posts": 10, + "total_payouts": "1051.553 HBD" + }, + "libertarianism": { + "comments": 105, + "name": "libertarianism", + "top_posts": 10, + "total_payouts": "1846.648 HBD" + }, + "liberty": { + "comments": 292, + "name": "liberty", + "top_posts": 55, + "total_payouts": "7151.162 HBD" + }, + "life": { + "comments": 22453, + "name": "life", + "top_posts": 3950, + "total_payouts": "214128.274 HBD" + }, + "lifehack": { + "comments": 125, + "name": "lifehack", + "top_posts": 17, + "total_payouts": "938.461 HBD" + }, + "lifestyle": { + "comments": 79, + "name": "lifestyle", + "top_posts": 25, + "total_payouts": "838.685 HBD" + }, + "logic": { + "comments": 32, + "name": "logic", + "top_posts": 6, + "total_payouts": "727.146 HBD" + }, + "love": { + "comments": 427, + "name": "love", + "top_posts": 150, + "total_payouts": "7294.338 HBD" + }, + "magic": { + "comments": 38, + "name": "magic", + "top_posts": 5, + "total_payouts": "585.657 HBD" + }, + "maps": { + "comments": 22, + "name": "maps", + "top_posts": 2, + "total_payouts": "1086.955 HBD" + }, + "marijuana": { + "comments": 852, + "name": "marijuana", + "top_posts": 289, + "total_payouts": "5811.355 HBD" + }, + "masterclass": { + "comments": 53, + "name": "masterclass", + "top_posts": 1, + "total_payouts": "1155.452 HBD" + }, + "mathematics": { + "comments": 387, + "name": "mathematics", + "top_posts": 73, + "total_payouts": "3888.496 HBD" + }, + "media": { + "comments": 21, + "name": "media", + "top_posts": 18, + "total_payouts": "724.421 HBD" + }, + "meetup": { + "comments": 148, + "name": "meetup", + "top_posts": 11, + "total_payouts": "2074.725 HBD" + }, + "mental": { + "comments": 22, + "name": "mental", + "top_posts": 6, + "total_payouts": "596.054 HBD" + }, + "military": { + "comments": 47, + "name": "military", + "top_posts": 15, + "total_payouts": "1758.522 HBD" + }, + "mmog": { + "comments": 31, + "name": "mmog", + "top_posts": 2, + "total_payouts": "603.249 HBD" + }, + "mondaymotivation": { + "comments": 58, + "name": "mondaymotivation", + "top_posts": 1, + "total_payouts": "1189.807 HBD" + }, + "money": { + "comments": 4975, + "name": "money", + "top_posts": 998, + "total_payouts": "42462.388 HBD" + }, + "motocross": { + "comments": 121, + "name": "motocross", + "top_posts": 7, + "total_payouts": "2336.718 HBD" + }, + "movie": { + "comments": 50, + "name": "movie", + "top_posts": 38, + "total_payouts": "612.421 HBD" + }, + "moviereview": { + "comments": 29, + "name": "moviereview", + "top_posts": 32, + "total_payouts": "752.046 HBD" + }, + "movies": { + "comments": 86, + "name": "movies", + "top_posts": 97, + "total_payouts": "991.152 HBD" + }, + "music": { + "comments": 2183, + "name": "music", + "top_posts": 1252, + "total_payouts": "12512.410 HBD" + }, + "namecoin": { + "comments": 14, + "name": "namecoin", + "top_posts": 1, + "total_payouts": "1162.784 HBD" + }, + "nameinlights": { + "comments": 161, + "name": "nameinlights", + "top_posts": 16, + "total_payouts": "639.539 HBD" + }, + "nature": { + "comments": 444, + "name": "nature", + "top_posts": 162, + "total_payouts": "1323.404 HBD" + }, + "netocracy": { + "comments": 75, + "name": "netocracy", + "top_posts": 1, + "total_payouts": "2471.783 HBD" + }, + "nevergetbusted": { + "comments": 86, + "name": "nevergetbusted", + "top_posts": 4, + "total_payouts": "1282.762 HBD" + }, + "news": { + "comments": 2816, + "name": "news", + "top_posts": 1331, + "total_payouts": "11633.625 HBD" + }, + "olympics": { + "comments": 51, + "name": "olympics", + "top_posts": 32, + "total_payouts": "975.185 HBD" + }, + "onecoin": { + "comments": 35, + "name": "onecoin", + "top_posts": 5, + "total_payouts": "933.072 HBD" + }, + "orphanage": { + "comments": 19, + "name": "orphanage", + "top_posts": 2, + "total_payouts": "1230.150 HBD" + }, + "parenthood": { + "comments": 54, + "name": "parenthood", + "top_posts": 3, + "total_payouts": "2047.045 HBD" + }, + "parenting": { + "comments": 209, + "name": "parenting", + "top_posts": 52, + "total_payouts": "1137.434 HBD" + }, + "patriotism": { + "comments": 130, + "name": "patriotism", + "top_posts": 4, + "total_payouts": "1144.155 HBD" + }, + "peerplays": { + "comments": 43, + "name": "peerplays", + "top_posts": 6, + "total_payouts": "2021.585 HBD" + }, + "philosophy": { + "comments": 2775, + "name": "philosophy", + "top_posts": 367, + "total_payouts": "24362.939 HBD" + }, + "photography": { + "comments": 16286, + "name": "photography", + "top_posts": 4360, + "total_payouts": "53604.656 HBD" + }, + "piston": { + "comments": 62, + "name": "piston", + "top_posts": 7, + "total_payouts": "1843.175 HBD" + }, + "plagiarism": { + "comments": 164, + "name": "plagiarism", + "top_posts": 14, + "total_payouts": "794.189 HBD" + }, + "planes": { + "comments": 60, + "name": "planes", + "top_posts": 2, + "total_payouts": "1193.122 HBD" + }, + "poetry": { + "comments": 1674, + "name": "poetry", + "top_posts": 730, + "total_payouts": "15759.524 HBD" + }, + "poker": { + "comments": 136, + "name": "poker", + "top_posts": 22, + "total_payouts": "1230.230 HBD" + }, + "politics": { + "comments": 3120, + "name": "politics", + "top_posts": 865, + "total_payouts": "13710.443 HBD" + }, + "popularscience": { + "comments": 248, + "name": "popularscience", + "top_posts": 28, + "total_payouts": "6990.931 HBD" + }, + "privacy": { + "comments": 128, + "name": "privacy", + "top_posts": 23, + "total_payouts": "1412.728 HBD" + }, + "programming": { + "comments": 367, + "name": "programming", + "top_posts": 39, + "total_payouts": "3950.916 HBD" + }, + "psych": { + "comments": 22, + "name": "psych", + "top_posts": 9, + "total_payouts": "669.179 HBD" + }, + "psychology": { + "comments": 1814, + "name": "psychology", + "top_posts": 331, + "total_payouts": "14600.055 HBD" + }, + "psychotherapy": { + "comments": 15, + "name": "psychotherapy", + "top_posts": 2, + "total_payouts": "575.494 HBD" + }, + "quinneaker": { + "comments": 33, + "name": "quinneaker", + "top_posts": 1, + "total_payouts": "1283.648 HBD" + }, + "radiosteem": { + "comments": 88, + "name": "radiosteem", + "top_posts": 2, + "total_payouts": "4976.632 HBD" + }, + "recipe": { + "comments": 173, + "name": "recipe", + "top_posts": 45, + "total_payouts": "1259.546 HBD" + }, + "recipes": { + "comments": 629, + "name": "recipes", + "top_posts": 156, + "total_payouts": "5198.084 HBD" + }, + "rejuvenation": { + "comments": 41, + "name": "rejuvenation", + "top_posts": 1, + "total_payouts": "972.164 HBD" + }, + "relationship": { + "comments": 528, + "name": "relationship", + "top_posts": 54, + "total_payouts": "8794.347 HBD" + }, + "relationships": { + "comments": 489, + "name": "relationships", + "top_posts": 59, + "total_payouts": "7776.967 HBD" + }, + "religion": { + "comments": 921, + "name": "religion", + "top_posts": 183, + "total_payouts": "2063.230 HBD" + }, + "reputation": { + "comments": 77, + "name": "reputation", + "top_posts": 11, + "total_payouts": "890.502 HBD" + }, + "riots": { + "comments": 36, + "name": "riots", + "top_posts": 1, + "total_payouts": "611.266 HBD" + }, + "ripple": { + "comments": 13, + "name": "ripple", + "top_posts": 3, + "total_payouts": "589.809 HBD" + }, + "roadtrip": { + "comments": 7, + "name": "roadtrip", + "top_posts": 3, + "total_payouts": "984.613 HBD" + }, + "robinhoodwhale": { + "comments": 430, + "name": "robinhoodwhale", + "top_posts": 35, + "total_payouts": "2937.890 HBD" + }, + "ru": { + "comments": 2374, + "name": "ru", + "top_posts": 621, + "total_payouts": "3449.635 HBD" + }, + "running": { + "comments": 37, + "name": "running", + "top_posts": 10, + "total_payouts": "586.739 HBD" + }, + "science": { + "comments": 3209, + "name": "science", + "top_posts": 680, + "total_payouts": "25141.041 HBD" + }, + "sciencefiction": { + "comments": 60, + "name": "sciencefiction", + "top_posts": 16, + "total_payouts": "1216.597 HBD" + }, + "scifi": { + "comments": 138, + "name": "scifi", + "top_posts": 47, + "total_payouts": "1693.635 HBD" + }, + "secret-writer": { + "comments": 350, + "name": "secret-writer", + "top_posts": 26, + "total_payouts": "3457.916 HBD" + }, + "security": { + "comments": 452, + "name": "security", + "top_posts": 151, + "total_payouts": "5174.491 HBD" + }, + "sex": { + "comments": 322, + "name": "sex", + "top_posts": 86, + "total_payouts": "3062.421 HBD" + }, + "smartcontracts": { + "comments": 52, + "name": "smartcontracts", + "top_posts": 2, + "total_payouts": "2413.689 HBD" + }, + "smoothie": { + "comments": 337, + "name": "smoothie", + "top_posts": 60, + "total_payouts": "5823.376 HBD" + }, + "solar": { + "comments": 37, + "name": "solar", + "top_posts": 11, + "total_payouts": "921.080 HBD" + }, + "space": { + "comments": 236, + "name": "space", + "top_posts": 90, + "total_payouts": "2180.277 HBD" + }, + "spanish": { + "comments": 554, + "name": "spanish", + "top_posts": 215, + "total_payouts": "1355.278 HBD" + }, + "sports": { + "comments": 639, + "name": "sports", + "top_posts": 361, + "total_payouts": "2413.131 HBD" + }, + "spotlight": { + "comments": 63, + "name": "spotlight", + "top_posts": 3, + "total_payouts": "2540.410 HBD" + }, + "startups": { + "comments": 71, + "name": "startups", + "top_posts": 17, + "total_payouts": "1285.772 HBD" + }, + "statism": { + "comments": 185, + "name": "statism", + "top_posts": 10, + "total_payouts": "1519.178 HBD" + }, + "stats": { + "comments": 2462, + "name": "stats", + "top_posts": 91, + "total_payouts": "18372.775 HBD" + }, + "steem": { + "comments": 10141, + "name": "steem", + "top_posts": 1158, + "total_payouts": "82438.187 HBD" + }, + "steem-help": { + "comments": 1045, + "name": "steem-help", + "top_posts": 100, + "total_payouts": "4993.119 HBD" + }, + "steem-price": { + "comments": 112, + "name": "steem-price", + "top_posts": 3, + "total_payouts": "822.595 HBD" + }, + "steem-stats": { + "comments": 250, + "name": "steem-stats", + "top_posts": 22, + "total_payouts": "1340.069 HBD" + }, + "steemapp": { + "comments": 34, + "name": "steemapp", + "top_posts": 3, + "total_payouts": "1546.429 HBD" + }, + "steemaway": { + "comments": 15, + "name": "steemaway", + "top_posts": 4, + "total_payouts": "1283.254 HBD" + }, + "steemcleaners": { + "comments": 184, + "name": "steemcleaners", + "top_posts": 12, + "total_payouts": "6602.347 HBD" + }, + "steemdb": { + "comments": 71, + "name": "steemdb", + "top_posts": 2, + "total_payouts": "5626.289 HBD" + }, + "steememe": { + "comments": 397, + "name": "steememe", + "top_posts": 17, + "total_payouts": "1047.010 HBD" + }, + "steemfest": { + "comments": 219, + "name": "steemfest", + "top_posts": 9, + "total_payouts": "13168.866 HBD" + }, + "steemfit": { + "comments": 68, + "name": "steemfit", + "top_posts": 5, + "total_payouts": "554.351 HBD" + }, + "steemimg": { + "comments": 213, + "name": "steemimg", + "top_posts": 9, + "total_payouts": "923.278 HBD" + }, + "steemit": { + "comments": 38732, + "name": "steemit", + "top_posts": 5170, + "total_payouts": "165877.665 HBD" + }, + "steemit-bots": { + "comments": 73, + "name": "steemit-bots", + "top_posts": 3, + "total_payouts": "1240.715 HBD" + }, + "steemit-future": { + "comments": 95, + "name": "steemit-future", + "top_posts": 2, + "total_payouts": "2413.400 HBD" + }, + "steemit-marketing": { + "comments": 30, + "name": "steemit-marketing", + "top_posts": 1, + "total_payouts": "702.994 HBD" + }, + "steemit-promo": { + "comments": 21, + "name": "steemit-promo", + "top_posts": 3, + "total_payouts": "1419.522 HBD" + }, + "steemitabuse": { + "comments": 268, + "name": "steemitabuse", + "top_posts": 16, + "total_payouts": "2141.105 HBD" + }, + "steemitartchallenge": { + "comments": 210, + "name": "steemitartchallenge", + "top_posts": 22, + "total_payouts": "1184.856 HBD" + }, + "steemitcryptochallenge": { + "comments": 308, + "name": "steemitcryptochallenge", + "top_posts": 9, + "total_payouts": "2599.908 HBD" + }, + "steemithelp": { + "comments": 56, + "name": "steemithelp", + "top_posts": 6, + "total_payouts": "698.859 HBD" + }, + "steemitphotochallenge": { + "comments": 1546, + "name": "steemitphotochallenge", + "top_posts": 354, + "total_payouts": "5270.056 HBD" + }, + "steemloto": { + "comments": 82, + "name": "steemloto", + "top_posts": 19, + "total_payouts": "1001.670 HBD" + }, + "steemmag": { + "comments": 194, + "name": "steemmag", + "top_posts": 10, + "total_payouts": "13869.757 HBD" + }, + "steemmobile": { + "comments": 177, + "name": "steemmobile", + "top_posts": 5, + "total_payouts": "2272.704 HBD" + }, + "steemocracy": { + "comments": 491, + "name": "steemocracy", + "top_posts": 13, + "total_payouts": "637.868 HBD" + }, + "steempay": { + "comments": 259, + "name": "steempay", + "top_posts": 9, + "total_payouts": "14129.178 HBD" + }, + "steemstats": { + "comments": 203, + "name": "steemstats", + "top_posts": 6, + "total_payouts": "5065.511 HBD" + }, + "steemtattoo": { + "comments": 26, + "name": "steemtattoo", + "top_posts": 1, + "total_payouts": "546.379 HBD" + }, + "steemtools": { + "comments": 279, + "name": "steemtools", + "top_posts": 42, + "total_payouts": "4590.787 HBD" + }, + "step": { + "comments": 38, + "name": "step", + "top_posts": 1, + "total_payouts": "1241.064 HBD" + }, + "story": { + "comments": 4907, + "name": "story", + "top_posts": 1085, + "total_payouts": "112460.193 HBD" + }, + "success": { + "comments": 142, + "name": "success", + "top_posts": 40, + "total_payouts": "1792.986 HBD" + }, + "synereo": { + "comments": 732, + "name": "synereo", + "top_posts": 35, + "total_payouts": "3243.397 HBD" + }, + "technology": { + "comments": 825, + "name": "technology", + "top_posts": 222, + "total_payouts": "7513.500 HBD" + }, + "terrorism": { + "comments": 32, + "name": "terrorism", + "top_posts": 9, + "total_payouts": "615.589 HBD" + }, + "thankyou": { + "comments": 26, + "name": "thankyou", + "top_posts": 4, + "total_payouts": "782.076 HBD" + }, + "timeforachange": { + "comments": 235, + "name": "timeforachange", + "top_posts": 7, + "total_payouts": "4468.859 HBD" + }, + "travel": { + "comments": 5633, + "name": "travel", + "top_posts": 1159, + "total_payouts": "66237.472 HBD" + }, + "typography": { + "comments": 103, + "name": "typography", + "top_posts": 6, + "total_payouts": "8422.924 HBD" + }, + "underground": { + "comments": 17, + "name": "underground", + "top_posts": 1, + "total_payouts": "768.880 HBD" + }, + "utopia": { + "comments": 29, + "name": "utopia", + "top_posts": 2, + "total_payouts": "812.018 HBD" + }, + "vaccines": { + "comments": 39, + "name": "vaccines", + "top_posts": 16, + "total_payouts": "623.039 HBD" + }, + "veterans": { + "comments": 55, + "name": "veterans", + "top_posts": 21, + "total_payouts": "880.787 HBD" + }, + "video": { + "comments": 262, + "name": "video", + "top_posts": 252, + "total_payouts": "558.854 HBD" + }, + "voluntarism": { + "comments": 53, + "name": "voluntarism", + "top_posts": 5, + "total_payouts": "727.482 HBD" + }, + "voluntaryism": { + "comments": 224, + "name": "voluntaryism", + "top_posts": 50, + "total_payouts": "739.347 HBD" + }, + "wallpaper": { + "comments": 72, + "name": "wallpaper", + "top_posts": 27, + "total_payouts": "1663.943 HBD" + }, + "war": { + "comments": 119, + "name": "war", + "top_posts": 36, + "total_payouts": "894.761 HBD" + }, + "whales": { + "comments": 199, + "name": "whales", + "top_posts": 11, + "total_payouts": "1027.082 HBD" + }, + "witness-category": { + "comments": 436, + "name": "witness-category", + "top_posts": 28, + "total_payouts": "6226.878 HBD" + }, + "women": { + "comments": 93, + "name": "women", + "top_posts": 23, + "total_payouts": "2222.873 HBD" + }, + "writing": { + "comments": 4028, + "name": "writing", + "top_posts": 807, + "total_payouts": "36257.390 HBD" + }, + "yoga": { + "comments": 204, + "name": "yoga", + "top_posts": 28, + "total_payouts": "2398.416 HBD" + } + } +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/tags.pat.json b/hivemind/tavern/condenser_api_patterns/get_state/tags.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..54ffa42085f7a143aef7572d2f96271f97fe5d83 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/tags.pat.json @@ -0,0 +1,1776 @@ +{ + "accounts": {}, + "content": {}, + "discussion_idx": { + "": {} + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "hbd_interest_rate": 1000, + "hbd_print_rate": 10000, + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_hive": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [ + "life", + "steemit", + "story", + "art", + "steem", + "travel", + "food", + "introduceyourself", + "photography", + "money", + "writing", + "bitcoin", + "science", + "philosophy", + "stats", + "health", + "anarchy", + "poetry", + "psychology", + "steempay", + "steemmag", + "politics", + "steemfest", + "bitshares", + "music", + "beyondbitcoin", + "news", + "anarchism", + "cn", + "relationship", + "typography", + "ethereum", + "relationships", + "technology", + "gardening", + "love", + "liberty", + "popularscience", + "steemcleaners", + "deutsch", + "freedom", + "witness-category", + "barrycooper", + "smoothie", + "marijuana", + "fiction", + "steemdb", + "funny", + "steemitphotochallenge", + "family", + "blog", + "recipes", + "security", + "curie", + "steemstats", + "steem-help", + "radiosteem", + "design", + "hidden-gems", + "crypto-news", + "steemtools", + "timeforachange", + "horror", + "programming", + "mathematics", + "secret-writer", + "ru", + "education", + "halo", + "synereo", + "esteem", + "sex", + "contest", + "robinhoodwhale", + "history", + "books", + "free-society", + "business", + "astronomy", + "steemitcryptochallenge", + "inspiration", + "coffee", + "spotlight", + "future-food", + "bounties", + "government", + "beauty", + "netocracy", + "sports", + "steemit-future", + "smartcontracts", + "yoga", + "aircraft", + "capitalism", + "motocross", + "steemmobile", + "cryptocurrency", + "chess", + "gaming", + "women", + "space", + "foodchallenge", + "steemitabuse", + "bees", + "religion", + "introduction", + "meetup", + "croatia", + "parenthood", + "peerplays", + "piston", + "libertarianism", + "bounty", + "feminism", + "kr", + "success", + "law", + "military", + "cannabisoil", + "entrepreneurship", + "censorship", + "scifi", + "cryptocapitalism", + "abortion", + "archaeology", + "wallpaper", + "cocktails", + "steemapp", + "corporate-identity", + "comedy", + "statism", + "fire", + "dance", + "steemit-promo", + "blockchain", + "privacy", + "cartoon", + "cars", + "china", + "barrycooperlifeseries", + "depression", + "spanish", + "steem-stats", + "languages", + "artificial-intelligence", + "nature", + "economics", + "startups", + "quinneaker", + "steemaway", + "nevergetbusted", + "drugs", + "recipe", + "step", + "steemit-bots", + "orphanage", + "poker", + "sciencefiction", + "planes", + "mondaymotivation", + "steemitartchallenge", + "branding", + "namecoin", + "greensmoothie", + "masterclass", + "crazychallenge", + "parenting", + "patriotism", + "experiences", + "maps", + "interview", + "lgbt", + "steememe", + "games", + "whales", + "steemloto", + "movies", + "cannabis", + "roadtrip", + "olympics", + "rejuvenation", + "book", + "lifehack", + "onecoin", + "steemimg", + "solar", + "war", + "film", + "reputation", + "veterans", + "hyperinflation", + "engineering", + "hypnosis", + "lifestyle", + "howto", + "steem-price", + "utopia", + "cooking", + "plagiarism", + "thankyou", + "underground", + "guide", + "agriculture", + "moviereview", + "hiking", + "barry", + "curation", + "voluntaryism", + "geoengineering", + "healthebern", + "diy", + "voluntarism", + "logic", + "media", + "animalrescue", + "academia", + "steemit-marketing", + "steemithelp", + "vaccines", + "introducemyself", + "biology", + "culture", + "psych", + "steemocracy", + "nameinlights", + "fishing", + "architecture", + "crypto", + "dogecoin", + "terrorism", + "movie", + "riots", + "barrycooperstory", + "mmog", + "mental", + "apology", + "homeless", + "magic", + "ripple", + "running", + "animal", + "psychotherapy", + "gold", + "analytics", + "dancing", + "consciousness", + "banking", + "video", + "steemfit", + "steemtattoo" + ] + }, + "tags": { + "abortion": { + "comments": 160, + "name": "abortion", + "top_posts": 7, + "total_payouts": "1686.390 HBD" + }, + "academia": { + "comments": 129, + "name": "academia", + "top_posts": 9, + "total_payouts": "704.390 HBD" + }, + "agriculture": { + "comments": 21, + "name": "agriculture", + "top_posts": 6, + "total_payouts": "755.144 HBD" + }, + "aircraft": { + "comments": 86, + "name": "aircraft", + "top_posts": 10, + "total_payouts": "2363.775 HBD" + }, + "analytics": { + "comments": 116, + "name": "analytics", + "top_posts": 14, + "total_payouts": "569.346 HBD" + }, + "anarchism": { + "comments": 1595, + "name": "anarchism", + "top_posts": 305, + "total_payouts": "9900.405 HBD" + }, + "anarchy": { + "comments": 2572, + "name": "anarchy", + "top_posts": 495, + "total_payouts": "16002.289 HBD" + }, + "animal": { + "comments": 55, + "name": "animal", + "top_posts": 37, + "total_payouts": "582.892 HBD" + }, + "animalrescue": { + "comments": 112, + "name": "animalrescue", + "top_posts": 5, + "total_payouts": "717.067 HBD" + }, + "apology": { + "comments": 16, + "name": "apology", + "top_posts": 2, + "total_payouts": "593.968 HBD" + }, + "archaeology": { + "comments": 28, + "name": "archaeology", + "top_posts": 2, + "total_payouts": "1678.508 HBD" + }, + "architecture": { + "comments": 56, + "name": "architecture", + "top_posts": 17, + "total_payouts": "631.336 HBD" + }, + "art": { + "comments": 13153, + "name": "art", + "top_posts": 2745, + "total_payouts": "106519.079 HBD" + }, + "artificial-intelligence": { + "comments": 45, + "name": "artificial-intelligence", + "top_posts": 1, + "total_payouts": "1327.424 HBD" + }, + "astronomy": { + "comments": 136, + "name": "astronomy", + "top_posts": 21, + "total_payouts": "2622.095 HBD" + }, + "banking": { + "comments": 27, + "name": "banking", + "top_posts": 14, + "total_payouts": "559.869 HBD" + }, + "barry": { + "comments": 71, + "name": "barry", + "top_posts": 2, + "total_payouts": "741.785 HBD" + }, + "barrycooper": { + "comments": 577, + "name": "barrycooper", + "top_posts": 17, + "total_payouts": "6093.375 HBD" + }, + "barrycooperlifeseries": { + "comments": 65, + "name": "barrycooperlifeseries", + "top_posts": 3, + "total_payouts": "1384.562 HBD" + }, + "barrycooperstory": { + "comments": 50, + "name": "barrycooperstory", + "top_posts": 1, + "total_payouts": "604.946 HBD" + }, + "beauty": { + "comments": 212, + "name": "beauty", + "top_posts": 44, + "total_payouts": "2498.987 HBD" + }, + "bees": { + "comments": 208, + "name": "bees", + "top_posts": 20, + "total_payouts": "2124.044 HBD" + }, + "beyondbitcoin": { + "comments": 493, + "name": "beyondbitcoin", + "top_posts": 81, + "total_payouts": "12188.358 HBD" + }, + "biology": { + "comments": 30, + "name": "biology", + "top_posts": 5, + "total_payouts": "683.089 HBD" + }, + "bitcoin": { + "comments": 2890, + "name": "bitcoin", + "top_posts": 1220, + "total_payouts": "31135.659 HBD" + }, + "bitshares": { + "comments": 772, + "name": "bitshares", + "top_posts": 93, + "total_payouts": "12998.738 HBD" + }, + "blockchain": { + "comments": 550, + "name": "blockchain", + "top_posts": 251, + "total_payouts": "1419.089 HBD" + }, + "blog": { + "comments": 1575, + "name": "blog", + "top_posts": 382, + "total_payouts": "5314.224 HBD" + }, + "book": { + "comments": 32, + "name": "book", + "top_posts": 13, + "total_payouts": "951.086 HBD" + }, + "books": { + "comments": 208, + "name": "books", + "top_posts": 27, + "total_payouts": "2795.493 HBD" + }, + "bounties": { + "comments": 157, + "name": "bounties", + "top_posts": 10, + "total_payouts": "2530.855 HBD" + }, + "bounty": { + "comments": 135, + "name": "bounty", + "top_posts": 10, + "total_payouts": "1840.072 HBD" + }, + "branding": { + "comments": 23, + "name": "branding", + "top_posts": 3, + "total_payouts": "1163.727 HBD" + }, + "business": { + "comments": 341, + "name": "business", + "top_posts": 127, + "total_payouts": "2636.934 HBD" + }, + "cannabis": { + "comments": 318, + "name": "cannabis", + "top_posts": 75, + "total_payouts": "989.707 HBD" + }, + "cannabisoil": { + "comments": 30, + "name": "cannabisoil", + "top_posts": 1, + "total_payouts": "1747.004 HBD" + }, + "capitalism": { + "comments": 171, + "name": "capitalism", + "top_posts": 24, + "total_payouts": "2353.619 HBD" + }, + "cars": { + "comments": 145, + "name": "cars", + "top_posts": 50, + "total_payouts": "1395.637 HBD" + }, + "cartoon": { + "comments": 631, + "name": "cartoon", + "top_posts": 78, + "total_payouts": "1412.874 HBD" + }, + "censorship": { + "comments": 624, + "name": "censorship", + "top_posts": 28, + "total_payouts": "1695.386 HBD" + }, + "chess": { + "comments": 28, + "name": "chess", + "top_posts": 5, + "total_payouts": "2250.362 HBD" + }, + "china": { + "comments": 76, + "name": "china", + "top_posts": 21, + "total_payouts": "1385.019 HBD" + }, + "cn": { + "comments": 2474, + "name": "cn", + "top_posts": 775, + "total_payouts": "9891.284 HBD" + }, + "cocktails": { + "comments": 102, + "name": "cocktails", + "top_posts": 7, + "total_payouts": "1569.381 HBD" + }, + "coffee": { + "comments": 224, + "name": "coffee", + "top_posts": 46, + "total_payouts": "2546.180 HBD" + }, + "comedy": { + "comments": 316, + "name": "comedy", + "top_posts": 91, + "total_payouts": "1528.922 HBD" + }, + "consciousness": { + "comments": 41, + "name": "consciousness", + "top_posts": 13, + "total_payouts": "564.587 HBD" + }, + "contest": { + "comments": 742, + "name": "contest", + "top_posts": 26, + "total_payouts": "3043.365 HBD" + }, + "cooking": { + "comments": 97, + "name": "cooking", + "top_posts": 14, + "total_payouts": "805.588 HBD" + }, + "corporate-identity": { + "comments": 36, + "name": "corporate-identity", + "top_posts": 2, + "total_payouts": "1541.611 HBD" + }, + "crazychallenge": { + "comments": 339, + "name": "crazychallenge", + "top_posts": 16, + "total_payouts": "1149.273 HBD" + }, + "croatia": { + "comments": 16, + "name": "croatia", + "top_posts": 1, + "total_payouts": "2061.019 HBD" + }, + "crypto": { + "comments": 123, + "name": "crypto", + "top_posts": 66, + "total_payouts": "625.406 HBD" + }, + "crypto-news": { + "comments": 878, + "name": "crypto-news", + "top_posts": 253, + "total_payouts": "4647.280 HBD" + }, + "cryptocapitalism": { + "comments": 68, + "name": "cryptocapitalism", + "top_posts": 1, + "total_payouts": "1686.973 HBD" + }, + "cryptocurrency": { + "comments": 539, + "name": "cryptocurrency", + "top_posts": 202, + "total_payouts": "2259.939 HBD" + }, + "culture": { + "comments": 60, + "name": "culture", + "top_posts": 11, + "total_payouts": "677.628 HBD" + }, + "curation": { + "comments": 231, + "name": "curation", + "top_posts": 18, + "total_payouts": "740.488 HBD" + }, + "curie": { + "comments": 222, + "name": "curie", + "top_posts": 15, + "total_payouts": "5069.949 HBD" + }, + "dance": { + "comments": 142, + "name": "dance", + "top_posts": 21, + "total_payouts": "1492.730 HBD" + }, + "dancing": { + "comments": 15, + "name": "dancing", + "top_posts": 2, + "total_payouts": "567.247 HBD" + }, + "depression": { + "comments": 124, + "name": "depression", + "top_posts": 19, + "total_payouts": "1357.949 HBD" + }, + "design": { + "comments": 246, + "name": "design", + "top_posts": 57, + "total_payouts": "4772.055 HBD" + }, + "deutsch": { + "comments": 2107, + "name": "deutsch", + "top_posts": 406, + "total_payouts": "6566.898 HBD" + }, + "diy": { + "comments": 89, + "name": "diy", + "top_posts": 26, + "total_payouts": "727.832 HBD" + }, + "dogecoin": { + "comments": 15, + "name": "dogecoin", + "top_posts": 8, + "total_payouts": "623.036 HBD" + }, + "drugs": { + "comments": 87, + "name": "drugs", + "top_posts": 35, + "total_payouts": "1276.197 HBD" + }, + "economics": { + "comments": 310, + "name": "economics", + "top_posts": 95, + "total_payouts": "1304.003 HBD" + }, + "education": { + "comments": 238, + "name": "education", + "top_posts": 55, + "total_payouts": "3409.780 HBD" + }, + "engineering": { + "comments": 35, + "name": "engineering", + "top_posts": 14, + "total_payouts": "850.762 HBD" + }, + "entrepreneurship": { + "comments": 120, + "name": "entrepreneurship", + "top_posts": 16, + "total_payouts": "1726.466 HBD" + }, + "esteem": { + "comments": 192, + "name": "esteem", + "top_posts": 14, + "total_payouts": "3084.238 HBD" + }, + "ethereum": { + "comments": 384, + "name": "ethereum", + "top_posts": 161, + "total_payouts": "7980.851 HBD" + }, + "experiences": { + "comments": 9, + "name": "experiences", + "top_posts": 1, + "total_payouts": "1141.763 HBD" + }, + "family": { + "comments": 313, + "name": "family", + "top_posts": 58, + "total_payouts": "5422.867 HBD" + }, + "feminism": { + "comments": 630, + "name": "feminism", + "top_posts": 37, + "total_payouts": "1835.167 HBD" + }, + "fiction": { + "comments": 387, + "name": "fiction", + "top_posts": 164, + "total_payouts": "5706.195 HBD" + }, + "film": { + "comments": 96, + "name": "film", + "top_posts": 30, + "total_payouts": "890.700 HBD" + }, + "fire": { + "comments": 78, + "name": "fire", + "top_posts": 9, + "total_payouts": "1518.747 HBD" + }, + "fishing": { + "comments": 101, + "name": "fishing", + "top_posts": 26, + "total_payouts": "639.189 HBD" + }, + "food": { + "comments": 7565, + "name": "food", + "top_posts": 1373, + "total_payouts": "60027.406 HBD" + }, + "foodchallenge": { + "comments": 532, + "name": "foodchallenge", + "top_posts": 55, + "total_payouts": "2166.935 HBD" + }, + "free-society": { + "comments": 104, + "name": "free-society", + "top_posts": 1, + "total_payouts": "2737.083 HBD" + }, + "freedom": { + "comments": 806, + "name": "freedom", + "top_posts": 143, + "total_payouts": "6306.624 HBD" + }, + "funny": { + "comments": 1023, + "name": "funny", + "top_posts": 424, + "total_payouts": "5477.142 HBD" + }, + "future-food": { + "comments": 62, + "name": "future-food", + "top_posts": 3, + "total_payouts": "2537.596 HBD" + }, + "games": { + "comments": 183, + "name": "games", + "top_posts": 92, + "total_payouts": "1045.590 HBD" + }, + "gaming": { + "comments": 458, + "name": "gaming", + "top_posts": 150, + "total_payouts": "2243.878 HBD" + }, + "gardening": { + "comments": 1070, + "name": "gardening", + "top_posts": 177, + "total_payouts": "7341.496 HBD" + }, + "geoengineering": { + "comments": 36, + "name": "geoengineering", + "top_posts": 8, + "total_payouts": "732.918 HBD" + }, + "gold": { + "comments": 215, + "name": "gold", + "top_posts": 96, + "total_payouts": "572.309 HBD" + }, + "government": { + "comments": 255, + "name": "government", + "top_posts": 35, + "total_payouts": "2525.234 HBD" + }, + "greensmoothie": { + "comments": 14, + "name": "greensmoothie", + "top_posts": 1, + "total_payouts": "1159.386 HBD" + }, + "guide": { + "comments": 55, + "name": "guide", + "top_posts": 3, + "total_payouts": "755.182 HBD" + }, + "halo": { + "comments": 923, + "name": "halo", + "top_posts": 80, + "total_payouts": "3270.718 HBD" + }, + "health": { + "comments": 2456, + "name": "health", + "top_posts": 674, + "total_payouts": "17264.738 HBD" + }, + "healthebern": { + "comments": 26, + "name": "healthebern", + "top_posts": 1, + "total_payouts": "730.428 HBD" + }, + "hidden-gems": { + "comments": 558, + "name": "hidden-gems", + "top_posts": 35, + "total_payouts": "4653.318 HBD" + }, + "hiking": { + "comments": 32, + "name": "hiking", + "top_posts": 3, + "total_payouts": "745.855 HBD" + }, + "history": { + "comments": 486, + "name": "history", + "top_posts": 146, + "total_payouts": "2907.360 HBD" + }, + "homeless": { + "comments": 138, + "name": "homeless", + "top_posts": 18, + "total_payouts": "592.959 HBD" + }, + "horror": { + "comments": 61, + "name": "horror", + "top_posts": 36, + "total_payouts": "4228.728 HBD" + }, + "howto": { + "comments": 209, + "name": "howto", + "top_posts": 16, + "total_payouts": "823.490 HBD" + }, + "hyperinflation": { + "comments": 39, + "name": "hyperinflation", + "top_posts": 2, + "total_payouts": "869.721 HBD" + }, + "hypnosis": { + "comments": 57, + "name": "hypnosis", + "top_posts": 6, + "total_payouts": "842.699 HBD" + }, + "inspiration": { + "comments": 81, + "name": "inspiration", + "top_posts": 29, + "total_payouts": "2579.767 HBD" + }, + "interview": { + "comments": 54, + "name": "interview", + "top_posts": 9, + "total_payouts": "1068.723 HBD" + }, + "introducemyself": { + "comments": 565, + "name": "introducemyself", + "top_posts": 90, + "total_payouts": "688.275 HBD" + }, + "introduceyourself": { + "comments": 11430, + "name": "introduceyourself", + "top_posts": 1214, + "total_payouts": "59086.068 HBD" + }, + "introduction": { + "comments": 356, + "name": "introduction", + "top_posts": 100, + "total_payouts": "2116.795 HBD" + }, + "kr": { + "comments": 1132, + "name": "kr", + "top_posts": 349, + "total_payouts": "1824.382 HBD" + }, + "languages": { + "comments": 78, + "name": "languages", + "top_posts": 18, + "total_payouts": "1343.766 HBD" + }, + "law": { + "comments": 123, + "name": "law", + "top_posts": 31, + "total_payouts": "1776.412 HBD" + }, + "lgbt": { + "comments": 205, + "name": "lgbt", + "top_posts": 10, + "total_payouts": "1051.869 HBD" + }, + "libertarianism": { + "comments": 105, + "name": "libertarianism", + "top_posts": 10, + "total_payouts": "1846.860 HBD" + }, + "liberty": { + "comments": 292, + "name": "liberty", + "top_posts": 55, + "total_payouts": "7151.662 HBD" + }, + "life": { + "comments": 22453, + "name": "life", + "top_posts": 3950, + "total_payouts": "214320.565 HBD" + }, + "lifehack": { + "comments": 125, + "name": "lifehack", + "top_posts": 17, + "total_payouts": "938.534 HBD" + }, + "lifestyle": { + "comments": 79, + "name": "lifestyle", + "top_posts": 25, + "total_payouts": "841.529 HBD" + }, + "logic": { + "comments": 32, + "name": "logic", + "top_posts": 6, + "total_payouts": "727.210 HBD" + }, + "love": { + "comments": 427, + "name": "love", + "top_posts": 150, + "total_payouts": "7304.184 HBD" + }, + "magic": { + "comments": 38, + "name": "magic", + "top_posts": 5, + "total_payouts": "591.861 HBD" + }, + "maps": { + "comments": 22, + "name": "maps", + "top_posts": 2, + "total_payouts": "1087.763 HBD" + }, + "marijuana": { + "comments": 852, + "name": "marijuana", + "top_posts": 289, + "total_payouts": "5973.331 HBD" + }, + "masterclass": { + "comments": 53, + "name": "masterclass", + "top_posts": 1, + "total_payouts": "1155.563 HBD" + }, + "mathematics": { + "comments": 387, + "name": "mathematics", + "top_posts": 73, + "total_payouts": "3889.877 HBD" + }, + "media": { + "comments": 21, + "name": "media", + "top_posts": 18, + "total_payouts": "724.851 HBD" + }, + "meetup": { + "comments": 148, + "name": "meetup", + "top_posts": 11, + "total_payouts": "2074.901 HBD" + }, + "mental": { + "comments": 22, + "name": "mental", + "top_posts": 6, + "total_payouts": "596.084 HBD" + }, + "military": { + "comments": 47, + "name": "military", + "top_posts": 15, + "total_payouts": "1758.565 HBD" + }, + "mmog": { + "comments": 31, + "name": "mmog", + "top_posts": 2, + "total_payouts": "603.770 HBD" + }, + "mondaymotivation": { + "comments": 58, + "name": "mondaymotivation", + "top_posts": 1, + "total_payouts": "1190.087 HBD" + }, + "money": { + "comments": 4975, + "name": "money", + "top_posts": 998, + "total_payouts": "42587.156 HBD" + }, + "motocross": { + "comments": 121, + "name": "motocross", + "top_posts": 7, + "total_payouts": "2336.854 HBD" + }, + "movie": { + "comments": 50, + "name": "movie", + "top_posts": 38, + "total_payouts": "612.622 HBD" + }, + "moviereview": { + "comments": 29, + "name": "moviereview", + "top_posts": 32, + "total_payouts": "752.180 HBD" + }, + "movies": { + "comments": 86, + "name": "movies", + "top_posts": 97, + "total_payouts": "991.891 HBD" + }, + "music": { + "comments": 2183, + "name": "music", + "top_posts": 1252, + "total_payouts": "12551.456 HBD" + }, + "namecoin": { + "comments": 14, + "name": "namecoin", + "top_posts": 1, + "total_payouts": "1162.868 HBD" + }, + "nameinlights": { + "comments": 161, + "name": "nameinlights", + "top_posts": 16, + "total_payouts": "640.099 HBD" + }, + "nature": { + "comments": 444, + "name": "nature", + "top_posts": 162, + "total_payouts": "1325.425 HBD" + }, + "netocracy": { + "comments": 75, + "name": "netocracy", + "top_posts": 1, + "total_payouts": "2471.938 HBD" + }, + "nevergetbusted": { + "comments": 86, + "name": "nevergetbusted", + "top_posts": 4, + "total_payouts": "1282.912 HBD" + }, + "news": { + "comments": 2816, + "name": "news", + "top_posts": 1331, + "total_payouts": "11689.367 HBD" + }, + "olympics": { + "comments": 51, + "name": "olympics", + "top_posts": 32, + "total_payouts": "975.477 HBD" + }, + "onecoin": { + "comments": 35, + "name": "onecoin", + "top_posts": 5, + "total_payouts": "933.168 HBD" + }, + "orphanage": { + "comments": 19, + "name": "orphanage", + "top_posts": 2, + "total_payouts": "1230.159 HBD" + }, + "parenthood": { + "comments": 54, + "name": "parenthood", + "top_posts": 3, + "total_payouts": "2047.173 HBD" + }, + "parenting": { + "comments": 209, + "name": "parenting", + "top_posts": 52, + "total_payouts": "1142.835 HBD" + }, + "patriotism": { + "comments": 130, + "name": "patriotism", + "top_posts": 4, + "total_payouts": "1141.809 HBD" + }, + "peerplays": { + "comments": 43, + "name": "peerplays", + "top_posts": 6, + "total_payouts": "2022.684 HBD" + }, + "philosophy": { + "comments": 2775, + "name": "philosophy", + "top_posts": 367, + "total_payouts": "24387.618 HBD" + }, + "photography": { + "comments": 16286, + "name": "photography", + "top_posts": 4360, + "total_payouts": "53799.666 HBD" + }, + "piston": { + "comments": 62, + "name": "piston", + "top_posts": 7, + "total_payouts": "1849.588 HBD" + }, + "plagiarism": { + "comments": 164, + "name": "plagiarism", + "top_posts": 14, + "total_payouts": "794.569 HBD" + }, + "planes": { + "comments": 60, + "name": "planes", + "top_posts": 2, + "total_payouts": "1193.141 HBD" + }, + "poetry": { + "comments": 1674, + "name": "poetry", + "top_posts": 730, + "total_payouts": "15772.566 HBD" + }, + "poker": { + "comments": 136, + "name": "poker", + "top_posts": 22, + "total_payouts": "1228.664 HBD" + }, + "politics": { + "comments": 3120, + "name": "politics", + "top_posts": 865, + "total_payouts": "13736.530 HBD" + }, + "popularscience": { + "comments": 248, + "name": "popularscience", + "top_posts": 28, + "total_payouts": "6994.397 HBD" + }, + "privacy": { + "comments": 128, + "name": "privacy", + "top_posts": 23, + "total_payouts": "1412.924 HBD" + }, + "programming": { + "comments": 367, + "name": "programming", + "top_posts": 39, + "total_payouts": "3956.963 HBD" + }, + "psych": { + "comments": 22, + "name": "psych", + "top_posts": 9, + "total_payouts": "669.210 HBD" + }, + "psychology": { + "comments": 1814, + "name": "psychology", + "top_posts": 331, + "total_payouts": "14676.858 HBD" + }, + "psychotherapy": { + "comments": 15, + "name": "psychotherapy", + "top_posts": 2, + "total_payouts": "575.546 HBD" + }, + "quinneaker": { + "comments": 33, + "name": "quinneaker", + "top_posts": 1, + "total_payouts": "1284.182 HBD" + }, + "radiosteem": { + "comments": 88, + "name": "radiosteem", + "top_posts": 2, + "total_payouts": "4980.086 HBD" + }, + "recipe": { + "comments": 173, + "name": "recipe", + "top_posts": 45, + "total_payouts": "1259.776 HBD" + }, + "recipes": { + "comments": 629, + "name": "recipes", + "top_posts": 156, + "total_payouts": "5199.274 HBD" + }, + "rejuvenation": { + "comments": 41, + "name": "rejuvenation", + "top_posts": 1, + "total_payouts": "972.242 HBD" + }, + "relationship": { + "comments": 528, + "name": "relationship", + "top_posts": 54, + "total_payouts": "8826.590 HBD" + }, + "relationships": { + "comments": 489, + "name": "relationships", + "top_posts": 59, + "total_payouts": "7777.652 HBD" + }, + "religion": { + "comments": 921, + "name": "religion", + "top_posts": 183, + "total_payouts": "2116.832 HBD" + }, + "reputation": { + "comments": 77, + "name": "reputation", + "top_posts": 11, + "total_payouts": "890.547 HBD" + }, + "riots": { + "comments": 36, + "name": "riots", + "top_posts": 1, + "total_payouts": "611.487 HBD" + }, + "ripple": { + "comments": 13, + "name": "ripple", + "top_posts": 3, + "total_payouts": "589.216 HBD" + }, + "roadtrip": { + "comments": 7, + "name": "roadtrip", + "top_posts": 3, + "total_payouts": "984.631 HBD" + }, + "robinhoodwhale": { + "comments": 430, + "name": "robinhoodwhale", + "top_posts": 35, + "total_payouts": "2939.391 HBD" + }, + "ru": { + "comments": 2374, + "name": "ru", + "top_posts": 621, + "total_payouts": "3456.645 HBD" + }, + "running": { + "comments": 37, + "name": "running", + "top_posts": 10, + "total_payouts": "586.796 HBD" + }, + "science": { + "comments": 3209, + "name": "science", + "top_posts": 680, + "total_payouts": "25165.249 HBD" + }, + "sciencefiction": { + "comments": 60, + "name": "sciencefiction", + "top_posts": 16, + "total_payouts": "1216.701 HBD" + }, + "scifi": { + "comments": 138, + "name": "scifi", + "top_posts": 47, + "total_payouts": "1694.532 HBD" + }, + "secret-writer": { + "comments": 350, + "name": "secret-writer", + "top_posts": 26, + "total_payouts": "3474.103 HBD" + }, + "security": { + "comments": 452, + "name": "security", + "top_posts": 151, + "total_payouts": "5179.020 HBD" + }, + "sex": { + "comments": 322, + "name": "sex", + "top_posts": 86, + "total_payouts": "3065.355 HBD" + }, + "smartcontracts": { + "comments": 52, + "name": "smartcontracts", + "top_posts": 2, + "total_payouts": "2413.721 HBD" + }, + "smoothie": { + "comments": 337, + "name": "smoothie", + "top_posts": 60, + "total_payouts": "6019.430 HBD" + }, + "solar": { + "comments": 37, + "name": "solar", + "top_posts": 11, + "total_payouts": "921.140 HBD" + }, + "space": { + "comments": 236, + "name": "space", + "top_posts": 90, + "total_payouts": "2181.765 HBD" + }, + "spanish": { + "comments": 554, + "name": "spanish", + "top_posts": 215, + "total_payouts": "1357.833 HBD" + }, + "sports": { + "comments": 639, + "name": "sports", + "top_posts": 361, + "total_payouts": "2417.014 HBD" + }, + "spotlight": { + "comments": 63, + "name": "spotlight", + "top_posts": 3, + "total_payouts": "2542.406 HBD" + }, + "startups": { + "comments": 71, + "name": "startups", + "top_posts": 17, + "total_payouts": "1286.196 HBD" + }, + "statism": { + "comments": 185, + "name": "statism", + "top_posts": 10, + "total_payouts": "1519.550 HBD" + }, + "stats": { + "comments": 2462, + "name": "stats", + "top_posts": 91, + "total_payouts": "18385.027 HBD" + }, + "steem": { + "comments": 10141, + "name": "steem", + "top_posts": 1158, + "total_payouts": "82690.698 HBD" + }, + "steem-help": { + "comments": 1045, + "name": "steem-help", + "top_posts": 100, + "total_payouts": "5005.504 HBD" + }, + "steem-price": { + "comments": 112, + "name": "steem-price", + "top_posts": 3, + "total_payouts": "823.273 HBD" + }, + "steem-stats": { + "comments": 250, + "name": "steem-stats", + "top_posts": 22, + "total_payouts": "1343.869 HBD" + }, + "steemapp": { + "comments": 34, + "name": "steemapp", + "top_posts": 3, + "total_payouts": "1546.452 HBD" + }, + "steemaway": { + "comments": 15, + "name": "steemaway", + "top_posts": 4, + "total_payouts": "1283.415 HBD" + }, + "steemcleaners": { + "comments": 184, + "name": "steemcleaners", + "top_posts": 12, + "total_payouts": "6609.242 HBD" + }, + "steemdb": { + "comments": 71, + "name": "steemdb", + "top_posts": 2, + "total_payouts": "5623.121 HBD" + }, + "steememe": { + "comments": 397, + "name": "steememe", + "top_posts": 17, + "total_payouts": "1048.965 HBD" + }, + "steemfest": { + "comments": 219, + "name": "steemfest", + "top_posts": 9, + "total_payouts": "13168.912 HBD" + }, + "steemfit": { + "comments": 68, + "name": "steemfit", + "top_posts": 5, + "total_payouts": "554.429 HBD" + }, + "steemimg": { + "comments": 213, + "name": "steemimg", + "top_posts": 9, + "total_payouts": "924.627 HBD" + }, + "steemit": { + "comments": 38732, + "name": "steemit", + "top_posts": 5170, + "total_payouts": "166296.318 HBD" + }, + "steemit-bots": { + "comments": 73, + "name": "steemit-bots", + "top_posts": 3, + "total_payouts": "1240.808 HBD" + }, + "steemit-future": { + "comments": 95, + "name": "steemit-future", + "top_posts": 2, + "total_payouts": "2413.775 HBD" + }, + "steemit-marketing": { + "comments": 30, + "name": "steemit-marketing", + "top_posts": 1, + "total_payouts": "703.019 HBD" + }, + "steemit-promo": { + "comments": 21, + "name": "steemit-promo", + "top_posts": 3, + "total_payouts": "1419.522 HBD" + }, + "steemitabuse": { + "comments": 268, + "name": "steemitabuse", + "top_posts": 16, + "total_payouts": "2146.016 HBD" + }, + "steemitartchallenge": { + "comments": 210, + "name": "steemitartchallenge", + "top_posts": 22, + "total_payouts": "1185.899 HBD" + }, + "steemitcryptochallenge": { + "comments": 308, + "name": "steemitcryptochallenge", + "top_posts": 9, + "total_payouts": "2600.396 HBD" + }, + "steemithelp": { + "comments": 56, + "name": "steemithelp", + "top_posts": 6, + "total_payouts": "698.999 HBD" + }, + "steemitphotochallenge": { + "comments": 1546, + "name": "steemitphotochallenge", + "top_posts": 354, + "total_payouts": "5431.249 HBD" + }, + "steemloto": { + "comments": 82, + "name": "steemloto", + "top_posts": 19, + "total_payouts": "1002.052 HBD" + }, + "steemmag": { + "comments": 194, + "name": "steemmag", + "top_posts": 10, + "total_payouts": "13871.004 HBD" + }, + "steemmobile": { + "comments": 177, + "name": "steemmobile", + "top_posts": 5, + "total_payouts": "2280.031 HBD" + }, + "steemocracy": { + "comments": 491, + "name": "steemocracy", + "top_posts": 13, + "total_payouts": "644.687 HBD" + }, + "steempay": { + "comments": 259, + "name": "steempay", + "top_posts": 9, + "total_payouts": "14131.853 HBD" + }, + "steemstats": { + "comments": 203, + "name": "steemstats", + "top_posts": 6, + "total_payouts": "5063.413 HBD" + }, + "steemtattoo": { + "comments": 26, + "name": "steemtattoo", + "top_posts": 1, + "total_payouts": "546.399 HBD" + }, + "steemtools": { + "comments": 279, + "name": "steemtools", + "top_posts": 42, + "total_payouts": "4591.370 HBD" + }, + "step": { + "comments": 38, + "name": "step", + "top_posts": 1, + "total_payouts": "1242.537 HBD" + }, + "story": { + "comments": 4907, + "name": "story", + "top_posts": 1085, + "total_payouts": "112495.599 HBD" + }, + "success": { + "comments": 142, + "name": "success", + "top_posts": 40, + "total_payouts": "1793.089 HBD" + }, + "synereo": { + "comments": 732, + "name": "synereo", + "top_posts": 35, + "total_payouts": "3249.442 HBD" + }, + "technology": { + "comments": 825, + "name": "technology", + "top_posts": 222, + "total_payouts": "7516.701 HBD" + }, + "terrorism": { + "comments": 32, + "name": "terrorism", + "top_posts": 9, + "total_payouts": "615.639 HBD" + }, + "thankyou": { + "comments": 26, + "name": "thankyou", + "top_posts": 4, + "total_payouts": "782.144 HBD" + }, + "timeforachange": { + "comments": 235, + "name": "timeforachange", + "top_posts": 7, + "total_payouts": "4474.497 HBD" + }, + "travel": { + "comments": 5633, + "name": "travel", + "top_posts": 1159, + "total_payouts": "66264.303 HBD" + }, + "typography": { + "comments": 103, + "name": "typography", + "top_posts": 6, + "total_payouts": "8423.125 HBD" + }, + "underground": { + "comments": 17, + "name": "underground", + "top_posts": 1, + "total_payouts": "768.904 HBD" + }, + "utopia": { + "comments": 29, + "name": "utopia", + "top_posts": 2, + "total_payouts": "812.190 HBD" + }, + "vaccines": { + "comments": 39, + "name": "vaccines", + "top_posts": 16, + "total_payouts": "698.256 HBD" + }, + "veterans": { + "comments": 55, + "name": "veterans", + "top_posts": 21, + "total_payouts": "880.939 HBD" + }, + "video": { + "comments": 262, + "name": "video", + "top_posts": 252, + "total_payouts": "559.789 HBD" + }, + "voluntarism": { + "comments": 53, + "name": "voluntarism", + "top_posts": 5, + "total_payouts": "727.522 HBD" + }, + "voluntaryism": { + "comments": 224, + "name": "voluntaryism", + "top_posts": 50, + "total_payouts": "739.759 HBD" + }, + "wallpaper": { + "comments": 72, + "name": "wallpaper", + "top_posts": 27, + "total_payouts": "1670.150 HBD" + }, + "war": { + "comments": 119, + "name": "war", + "top_posts": 36, + "total_payouts": "894.839 HBD" + }, + "whales": { + "comments": 199, + "name": "whales", + "top_posts": 11, + "total_payouts": "1030.414 HBD" + }, + "witness-category": { + "comments": 436, + "name": "witness-category", + "top_posts": 28, + "total_payouts": "6262.071 HBD" + }, + "women": { + "comments": 93, + "name": "women", + "top_posts": 23, + "total_payouts": "2222.915 HBD" + }, + "writing": { + "comments": 4028, + "name": "writing", + "top_posts": 807, + "total_payouts": "36298.568 HBD" + }, + "yoga": { + "comments": 204, + "name": "yoga", + "top_posts": 28, + "total_payouts": "2394.952 HBD" + } + } +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/tags.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_state/tags.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..2b517ff52b2d065706aa4d6928479b6133ef71f7 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/tags.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["tags"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "tags" + directory: "condenser_api_patterns/get_state" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.orig.json b/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..6795f4b461e248b55c8181f1ae77588bedb9774a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.orig.json @@ -0,0 +1,9541 @@ +{ + "accounts": {}, + "content": { + "abledart/foreign-policy-midnight-movie-flag-an-anime-about-conflict-in-the-indo-pacific": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "90074865", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52561191", + "voter": "abledart" + } + ], + "author": "abledart", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n\nGiven how fast events in the Indo-Pacific seem to be evolving in 2016, it\u2019s tempting to regard 2006 as ancient history. But in many ways, 2006 was the beginning of a decade of transition for the region. Along with Twitter, we saw the (re-)launch of martial law inThailand and Fiji. North Korea began its fitful series of nuclear tests. Ban-Ki Moon became the first Asian since U Thant to become Secretary-General of the United Nations, which would shortly intervene in East Timor. It was also the year that the Qinghai-Tibet Railway was first laid down, and of the reopening of the Nathu La Pass between China and India, after decades of confrontation. These last two events can be seen as anticipating China\u2019s OBOR (\u201cOne Belt One Road,\u201d or \u201cNew Silk Road\u201d) initiative to build modern trade infrastructure in South and Central Asia.\n\n2006 was also the year that FLAG, a singular if not entirely successful Anime series depicting modern conflict in the Indo-Pacific region, was released.\n\nFLAG tells the story of UN intervention against sectarian violence in a fictional Himalayan South Asian state literally though the viewfinder of a young Japanese photojournalist. When we say though the viewfinder, we mean it\u200a\u2014\u200avirtually the entire story is told through the medium of found footage.\n\nThis modern take on the epistolary narrative is a hallmark of the series, but in some ways, along with a plot which many regarded as too dependent upon dialogue over action and yet at the same time undeveloped, seems to have limited its appeal, particularly for Western/Weeaboo audiences attracted to the medium mainly for sci-fi action, kawaii, and surreal gore. A primary plot device is a defaced UN flag, which becomes both the symbol of the nation\u2019s hopes for peace as well as a somewhat facile MacGuffin for the military action in the series. One reviewer wrote, \u201cFLAG is the type of work that can only be done once. Once you see an anime presented as a documentary about war journalism, that idea is going to have to sit fallow at least a decade before it is re-used.\u201d It is perhaps by this process that we have come to rediscover the series in 2016.\n\nDespite its flaws, FLAG is a must watch, whether your interest is in Anime generally or in the continuum of war and peace in Asia. The animation is technically brilliant, and the drama is compelling once you set aside disbelief in the flag as plot catalyst as well as some of the more precious portrayals of culture. The fact that it depicts conflict in a region and with people where many audiences might still not expect it\u200a\u2014\u200adespite the Long War in Afghanistan, political turmoil in Nepal, the rise of reactionary Buddhism in Myanmar and Thailand, and the ongoing intrigue over OBOR\u200a\u2014\u200amakes it especially worth looking at now.\n\nIf you can find it.\n\n(Originally published at https://www.indopacificmonitor.com on 29 July 2016.)", + "body_length": 2958, + "cashout_time": "2016-09-23T17:37:06", + "category": "asia", + "children": 0, + "created": "2016-08-23T02:35:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"asia\",\"pacific\",\"indo-pacific\",\"anime\",\"politics\"],\"image\":[\"https:\\/\\/cdn-images-2.medium.com\\/max\\/600\\/0*Eauz_8nD2ncyQTzP.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T02:39:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 142636056, + "parent_author": "", + "parent_permlink": "asia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "foreign-policy-midnight-movie-flag-an-anime-about-conflict-in-the-indo-pacific", + "post_id": 713899, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Foreign Policy Midnight Movie: FLAG, an Anime About Conflict in the Indo-Pacific", + "title": "Foreign Policy Midnight Movie: FLAG, an Anime About Conflict in the Indo-Pacific", + "total_payout_value": "0.000 HBD", + "url": "/asia/@abledart/foreign-policy-midnight-movie-flag-an-anime-about-conflict-in-the-indo-pacific" + }, + "grio/18-asian-girl": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "95368153", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50581218", + "voter": "grio" + } + ], + "author": "grio", + "author_reputation": 0, + "beneficiaries": [], + "body": "Just looking around on wechat. What do you think?\nIs it real?\nhttp://pix.toile-libre.org/upload/original/1472630381.jpg", + "body_length": 119, + "cashout_time": "2016-10-01T08:15:33", + "category": "asia", + "children": 0, + "created": "2016-08-31T08:01:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"asia\",\"girls\",\"boobs\",\"selfie\",\"photography\"],\"image\":[\"http:\\/\\/pix.toile-libre.org\\/upload\\/original\\/1472630381.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T08:01:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 145949371, + "parent_author": "", + "parent_permlink": "asia", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "18-asian-girl", + "post_id": 810415, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "18+ asian girl", + "title": "18+ asian girl", + "total_payout_value": "0.000 HBD", + "url": "/asia/@grio/18-asian-girl" + }, + "jack8831/12-come-come": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3101125372", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3764938590", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "690600205", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6179115266407", + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54329871643", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1661876136", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213713678", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79144908482", + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "623009796", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "967681267", + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "7851760410", + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "288231022", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4174950575", + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46113821388", + "voter": "cyan91" + }, + { + "percent": "6900", + "reputation": 0, + "rshares": "207020074205", + "voter": "leesunmoo" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1419512189", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "687074437565", + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45109396098", + "voter": "booja" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "16755278493", + "voter": "sonzweil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "730293979565", + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1317110966879", + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218452322457", + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41676222266", + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9580401869", + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1727614493", + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26362283709", + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11471150802", + "voter": "aijeong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64406952897", + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15444096102", + "voter": "yangyang" + } + ], + "author": "jack8831", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.imgur.com/0MYhEYf.jpg\n\n\uc774\ubc88\uc5d4 go\uc758 \uc0c1\ub300\uc801\uc778 \uac1c\ub150\uc73c\ub85c\uc11c come\uc744 \ud55c \ubc88 \uc0b4\ud3b4\ubcf4\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4. go\ud558\uba74 '\uac00\ub2e4'\uac00 \ub5a0\uc624\ub974\ub4ef, come\ud558\uba74 '\uc624\ub2e4'\uac00 \ub5a0\uc624\ub974\uc2dc\uc8e0? \uc774\ub7f0 \uae30\uc5b5\uc774 \ud55c \ubc88\uc5d0 \uc5c6\uc5b4\uc9c0\uaca0\uc2b5\ub2c8\uae4c\ub9c8\ub294.. \uadf8\ub798\ub3c4 come\uc758 \ubcf8 \ub73b\uc774 \ubb34\uc5c7\uc778\uc9c0 \ud55c \ubc88 \ub208\uc73c\ub85c \uc9f8\ub824\ubcf4\uba70 \ud130\ub4dd\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc5ed\uc2dc \ub124\uc774\ubc84 \uc0ac\uc804\uc5d0\uc11c \ubc1c\ucdcc\ud55c \ubb38\uc7a5\ub4e4\uc785\ub2c8\ub2e4. (\uadfc\ub370.. \ub124\uc774\ubc84 \uc0ac\uc804\uc5d0 \uc62c\ub77c\uc640 \uc788\ub294 \ubb38\uc7a5\ub4e4\uc740 \uac1c\uc778\uc801\uc73c\ub85c \uadf8\ub9ac \uc369 \ub9c8\uc74c\uc5d0 \ub4e4\uc9c4 \uc54a\ub354\uad70\uc694)\n\n(1) He came into the room\n(2) Come here!\n(3) The agreement came after several hours of negotiations\n(4) How did he come to break his leg?\n(5) She came second in the exam (2\ub4f1 \ud588\ub300\uc694)\n\n(6) Winter came to an end\n(7)This dress comes in black and red\n(8) New cars don't come cheap\n(9) The handle came loose (\uc190\uc7a1\uc774\uac00 \ub290\uc2a8\ud574\uc84c\ub300\uc694)\n(10) She came to love him (\uadf8\ub97c \uc0ac\ub791\ud558\uac8c \ub418\uc5c8\ub2e4\ub124\uc694)\n\n\uc880 \uc8fc\ubaa9\ud574\uc11c \ubd10\uc57c\ud560 \ubd80\ubd84\uc740 6~10\ubc88\uc774 \ub418\uaca0\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \ub2e8\uc21c\ud788 '\uc624\ub2e4' \uc774\uc678\uc758 \ub2e4\ub978 \ub73b\uc744 \uae30\uc5b5\ud558\uae30 \ubcf4\ub2e4\ub294 1\uc5d0\uc11c 10\ubc88 \ubb38\uc7a5\uae4c\uc9c0 \ucd1d\uad04\ud560 \uc218 \uc788\ub294 come\uc758 \uc77c\ubc18\ud574\ub97c \uad6c\ud574\uc57c \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc800\ubc88 go\uc5d0\uc11c \uc5b8\uae09\ud55c \ub0b4\uc6a9\uc744 \uc0c1\uae30\ud574 \ubcf8\ub2e4\uba74 come\uc740 \ubcf4\ub2e4 \uc27d\uac8c \ucd94\uce21\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4. come\uc740 \uac70\ub9ac\ub098 \uc2ec\ub9ac\uc801 \uce21\uba74\uc5d0\uc11c \uac00\uae4c\uc6cc\uc9c0\uace0 \uc788\uac70\ub098, \uc881\ud788\uac70\ub098, \ubaa8\uc73c\uac70\ub098, \uc218\ub834\ub418\ub294 \uc0c1\ud0dc\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \ud769\uc5b4\uc838 \uc788\ub358 \ucd08\uc810\uc774 \ud55c\ub370\ub85c \ubaa8\uc544\uc9c0\uace0 \uac00\uae4c\uc6cc\uc9c0\uace0 \uc788\ub294 \uc148\uc774\uc8e0. \uae00\uc384\uc694 \uc544\ub9c8..'c' \ub610\ub294 'c..o..'\uac00 \ub4e4\uc5b4\uac00\ub294 \ub2e8\uc5b4\ub4e4\uc774 \ub300\uccb4\ub85c \uadf8\ub807\uc9c0 \uc54a\ub098 \uc2f6\uc2b5\ub2c8\ub2e4. come, close, concentrate... \ub4f1\ub4f1 \ub9d0\uc774\uc8e0. \ud558\uc9c0\ub9cc \uc6b0\ub9b0 \uad73\uc774 \uc5b4\uc6d0\uc744 \uacf5\ubd80\ud560 \ud544\uc694\uae4c\uc9c0\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. (\uc5b4\uc6d0 \uba87 \uac1c\ub9cc \uc54c\uba74 \uc601\uc5b4 \ub2e8\uc5b4\ub97c \uc815\ubcf5\ud560 \uc218 \uc788\ub124 \uc5b4\uca4c\ub124 \ud558\ub294 \ub9d0\uc740 \ud55c\uc790 100\uac1c \uc54c\uba74 \ud55c\uad6d\uc5b4 \ub2e8\uc5b4 \uc815\ubcf5\ud560 \uc218 \uc788\ub2e4\ub294 \ub9d0\uacfc \ub611\uac19\ub2e4\uace0 \uc0dd\uac01\ud569\ub2c8\ub2e4)\n\nhttp://i.imgur.com/e5Vj7Nj.jpg\ncaptured by Google.com\n\n\uc704 \uadf8\ub9bc\uc744 \ud55c \ubc88 \uc8fc\ubaa9\ud574 \uc8fc\uc2ed\uc2dc\uc624. \uadf8\ub9ac\uace0 6~10\ubc88\uae4c\uc9c0\uc758 \ubb38\uc7a5\uc744 \ub2e4\uc2dc \ud55c \ubc88 \ubcfc\uae4c\uc694? \uadfc\ub370.. \uc774 \uadf8\ub9bc\uc5d0\uc11c \ub290\uaef4\uc9c0\ub294 \ubc14\uac00 \ubb34\uc5c7\uc774\uc5c8\ub098\uc694? \ubc29\uae08 \ub9d0\uc500\ub4dc\ub9b0 come\uc758 \ubcf8\uc9c8\uacfc \uc5f0\uad00\uc9c0\uc5b4 \ubcf8\ub2e4\uba74.. \ud29c\ube0c \uc548\uc758 \uce58\uc57d\uc744 \ud55c\ub370 \ubaa8\uc544\uac00\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub9ac\uace0 \uc785\uad6c \ucabd\uc73c\ub85c \ubaa8\uc544\uc9c4 \uce58\uc57d\uc774 \uadf8 \uc555\ub825\uc5d0 \ud798\uc785\uc5b4 \ubc16\uc73c\ub85c \ubd84\ucd9c\ub418\uace0 \uc788\ub294 \uc0c1\ud669\uc785\ub2c8\ub2e4. \ud639\uc2dc \uc2dc\uac04 \uc5ec\uc720\uac00 \uc788\uc73c\uc2dc\ub2e4\uba74 \uc774 \uc774\ubbf8\uc9c0\ub97c \uae30\uc5b5\ud558\uace0 \ub124\uc774\ubc84\uc0ac\uc804\uc758 come \uc608\ubb38\ub4e4\uc744 \ucb48\uc6b1 \ud6d1\uc5b4\ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4 (\ub208\uc5d0 \ud655 \ub760\ub294 \ub0b4\uc6a9\ub4e4\uc774.. \u314b\u314b) \uc5b4\uca0c\uac70\ub098.. 6~10\ubc88 \uc608\ubb38\uc744 \ub2e4\uc2dc \ud55c \ubc88 \ubcfc\uae4c\uc694?\n\n(6) Winter came to an end\n(7) This dress comes in black and red\n(8) New cars don't come cheap\n(9) The handle came loose\n(10) She came to love him \n\n\uc5b4\ub5a4 \ud798\uc774\ub098 \ud750\ub984\uc5d0 \uc774\ub04c\ub824 \uc218\ub834\ub418\ub294 \ub0b4\uc6a9\uc744 \ub290\ub084 \uc218 \uc788\uc73c\uc2e0\uc9c0\uc694? go\uac00 \uadf8 \uc790\uccb4\uc758, \ub610\ub294 \ub0b4\ubd80\uc758 \ubb34\uc5b8\uac00\uc5d0 \uc758\ud574 \ubc1c\uc0b0\ud558\ub294 \ud798\uc774 \uac15\ud558\ub2e4\uba74, come\uc740 \ubc18\ub300\ub85c \ube44\uad50\uc801 \uc218\ub3d9\uc801\uc73c\ub85c, \ub610\ub294 \uc5b4\ub5a4 \ud750\ub984\uc744 \ud0c0\uace0 \ubaa8\uc5ec\uc9c0\ub294, \uc218\ub834\ub418\ub294, \uac00\uae4c\uc6cc\uc9c0\ub294 \uc758\ubbf8\ub97c \uac16\uc2b5\ub2c8\ub2e4. \uc544\ub9ac\uae4c\ub9ac~ \ud560 \uc218\ub3c4 \uc788\uaca0\uc9c0\ub9cc.. \uc77c\ubc18\ud574\ub77c\ub294\uac8c, \uc989 \uae30\ubcf8\ub3d9\uc0ac\ub77c\ub294\uac8c \uadf8\ub807\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\uac00 \uae30\ubcf8 \ub3d9\uc0ac\ub97c \uc774\ud574\ud558\uace0 \uc368\uba39\uace0\uc790 \ud55c\ub2e4\uba74 \ubcf8\uc9c8, \ub290\ub08c, \uc0c1\ud669 \ub4f1\uc744 \ucd1d\uccb4\uc801\uc778 \uac1c\ub150\uc73c\ub85c\uc11c \ubc1b\uc544\ub4e4\uc5ec\uc57c \ud569\ub2c8\ub2e4. \uadf8\ub9ac\uace0 \uadf8\ub7f0 \uc801\uc6a9 \ubc94\uc704\ub97c \uc2e4\uc81c \uc608\ubb38\uacfc \ub9de\ucdb0\ubcf4\uba70 \uac00\ub2a0\ud574\uc57c \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ubcf8\uc9c8\uc744 \uc798 \uaff0\ub6ab\uc5b4 \ubcfc \uc218 \uc788\uc73c\uba74 \ub098\uba38\uc9c0\ub294 \uadf8\ub9ac \uc5b4\ub835\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc \uc544\uc9c1 \uc880 \uc5b4\uc0c9\ud560 \ubfd0\uc774\uaca0\uc8e0?\n\n\uc5b4\uca0c\uac70\ub098... go\uac00 \uba40\uc5b4\uc9c0\ub294 \uc0c1\ud0dc\ub77c\uba74 come\uc740 \uac00\uae4c\uc6cc\uc9c0\ub294 \uc0c1\ud0dc\uc77c\uac81\ub2c8\ub2e4. go\uac00 \uc5b4\ub518\uac00\ub85c \ud280\uc5b4\ub098\uac08 \ub4ef \ubc1c\uc0b0\ud55c\ub2e4\uba74, come\uc740 \uadf8 \uc5d0\ub108\uc9c0\ub97c \uc815\ub9ac\ud558\uace0 \uc751\ucd95\ud558\uba74\uc11c \uc218\ub834\ud574 \ub098\uac00\uaca0\uc9c0\uc694. \uadf8\ub807\ub2e4\uba74? \uc6b0\ub9b0 \uc911\uace0\ub4f1\ud559\uad50 \ub54c \ubc30\uc6b4 \ub2e4\uc74c \ub450 \uac00\uc9c0 \ud45c\ud604\uc744 \uc774\uc81c \uad6c\ucc28\ud55c \uc124\uba85 \uc5c6\uc774 \uc790\uc5f0\uc2a4\ub7fd\uac8c \ud130\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n1. come on~ \n2. I come (\uc5c4\ub9c8\uac00 \ubd80\ub97c \ub54c, '\uac00\uc694~')\n\n\uc0ac\uc2e4 \uc5c4\ub9c8\uac00 \ubd80\ub974\uba74 '\ub124, \uac00\uc694~'\ub77c\ub294 \ud45c\ud604\uc744 \ubc30\uc6b8 \ub2f9\uc2dc, \ud55c\uad6d\uc2dd \ud45c\ud604\uc774\ub77c\uba74 go\uac00 \ub9de\uc744\ud150\ub370 come\uc744 \uc4f4\ub2e4\ub2c8 \uc880 \ub2f9\ud669\ud588\ub358 \uae30\uc5b5\ub4e4\uc774 \uc788\uc73c\uc2e0\uac00\uc694? \ubb50 \uc601\ubbf8\uad8c \uce5c\uad6c\ub4e4\uc5d0\uac8c\ub294 \ub450 \uc9c0\uc810\uc774 \uba40\uc5b4\uc9c0\ub290\ub0d0 \uac00\uae4c\uc6cc\uc9c0\ub290\ub0d0\uc5d0 \ub530\ub77c go\ub97c \uc4f0\ub0d0 come\uc744 \uc4f0\ub0d0\uac00 \uacb0\uc815\ub418\uaca0\uc9c0\uc694. \uc5b4\uca0c\uac70\ub098.. \uc5c4\ub9c8\uac00 \ubd80\ub974\uace0, \ub0b4\uac00 come\ud574\uc11c \uc5c4\ub9c8\uc640 \ub0b4\uac00 \uac00\uae4c\uc6cc\uc9c0\uac8c \ub418\uba74 \uae34\uc7a5\uac10\uc740 \ud574\uc18c\ub418\uace0 \uc0c1\ud669\uc740 \uc218\ub834\ub418\uba70 \ub05d\ub0a9\ub2c8\ub2e4. \ub9c8\uce58 70\ub144\ub300 \ud751\ubc31TV \ube0c\ub77c\uc6b4\uad00\uc744 \ub04c\ub54c \ud654\uba74 \uc911\uc559\uc5d0 \uc12c\uad11 \ud55c \ubc88 \ubc88\uca4d\ud558\uace0 \ubfb0\ub85c\ub871~ \ub9c8\ubb34\ub9ac \ub418\ub4ef \ub9d0\uc774\uc8e0. (\uc544\uc2dc\ub294 \ubd84\ub4e4 \ub9ce\uc73c\uc2dc\ub9ac\ub77c \uc0ac\ub8cc\ub428 \u314b\u314b)\n\n\uadf8\ub9ac\uace0 \ubb54\uac00 \uc9c4\uc815\uc2dc\ud0a4\uac70\ub098 \ud3b8\ud55c \ubd84\uc704\uae30\ub85c \ub3c5\ub824\uc2dc\ud0a4\ub824 \ud560 \ub54c come on~\uc744 \ub9ce\uc774 \uc4f4\ub2e4\ub294\ub370.. \ud55c\uad6d\uc2dd \uc124\uba85 'come = \uc624\ub2e4, on = ~\uc704\uc5d0'\ub85c\ub294 \uc808\ub300 \ud30c\uc545\ub418\uc9c0 \uc54a\ub294 \uc774 \ud45c\ud604\uc744 \uc5b4\ucc0c \uc368\uc654\uc2b5\ub2c8\uae4c? on\uc774\uc57c \ub098\uc911\uc5d0 \uc5b8\uae09\ud558\uaca0\uc9c0\ub9cc, \uc77c\ub2e8 come\uc774 \uac16\ub294 \uc218\ub834\uc758 \uc774\ubbf8\uc9c0\uac00 \uc911\uad6c\ub09c\ubc29\uc73c\ub85c \ud37c\uc838\uac00\ub294 \uc0c1\ud669\uacfc \ubd84\uc704\uae30\ub97c \ucc28\ubd84\ud788 \uac00\ub77c\uc549\ud788\ub824 \ud55c\ub2e4\uace0 \uc0dd\uac01\ud558\uc2dc\uba74 \ub420\uac81\ub2c8\ub2e4. \uc5b4\ub5bb\uc2b5\ub2c8\uae4c? \uadf8\ub7f4\ub4ef\ud55c \ud574\uc11d\uc774\uc8e0? \uadf8\ub7fc \uc801\uc5b4\ub3c4 \uc6b0\ub9b0 come\uc758 \uc77c\ubc18\ud574\ub97c \ucc3e\uc740 \ub4ef \ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub2c8 \uc9c0\uae08\uae4c\uc9c0 \uc678\uc6cc\uc654\ub358 \uc774\uc0c1\ud55c \ubc88\uc5ed\uc2dd \ud574\uc11d\ub4e4\uc740 \uba38\ub9ac\uc18d\uc5d0\uc11c \uc9c0\uc6cc\ubc84\ub9ac\ub3c4\ub85d \ud569\ub2c8\ub2e4.\n\n\uc5ec\ub7ec\ubd84\uc758 \ubcf4\ud305\uc740 \uc5f0\uc5b4\uc5d0\uac8c \ud798\uc774 \ub429\ub2c8\ub2e4. ^^", + "body_length": 2695, + "cashout_time": "2016-10-04T16:18:00", + "category": "kr", + "children": 5, + "created": "2016-09-03T14:01:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"asia\",\"steemit\",\"language\",\"enlgishforkorean\"],\"image\":[\"http:\\/\\/i.imgur.com\\/0MYhEYf.jpg\",\"http:\\/\\/i.imgur.com\\/e5Vj7Nj.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-03T14:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9775946444560, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "13.297 HBD", + "percent_steem_dollars": 10000, + "permlink": "12-come-come", + "post_id": 844488, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (12) come - \uac00\uae4c\uc6cc\uc9c0\ub294, \uc881\ud788\ub294, \ubaa8\uc73c\ub294, \uc218\ub834\ud558\ub294 come", + "title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (12) come - \uac00\uae4c\uc6cc\uc9c0\ub294, \uc881\ud788\ub294, \ubaa8\uc73c\ub294, \uc218\ub834\ud558\ub294 come", + "total_payout_value": "0.000 HBD", + "url": "/kr/@jack8831/12-come-come" + }, + "jack8831/13-from-from": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "3101888969", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3765900689", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "690729875", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6081726156286", + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54434870567", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1662249140", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213742499", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79151531659", + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "624717830", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "969477702", + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "7851946428", + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "288275841", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4093088799", + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4062683133", + "voter": "atomrigs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47996018179", + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21040038114", + "voter": "ninzacode" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1424875359", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45109396098", + "voter": "booja" + }, + { + "percent": "2200", + "reputation": 0, + "rshares": "179409104112", + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1370920856920", + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41676222266", + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "529769130", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114982466", + "voter": "sergey44" + }, + { + "percent": "5100", + "reputation": 0, + "rshares": "7003655261", + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1797543687", + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "771060458", + "voter": "kopasi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67714975", + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64408472029", + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15827235872", + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103821762", + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141526830", + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54539701", + "voter": "comeup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "163066406", + "voter": "lhy" + } + ], + "author": "jack8831", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.imgur.com/m9APstp.jpg\n\ncome \ub3d9\uc0ac\ub97c \uc0b4\ud3b4\ubd24\uc73c\ub2c8 \uc774\ubc88\uc5d4 \uc7a0\uae50 \uc804\uce58\uc0ac\ub85c \ub118\uc5b4\uac00 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. come\uacfc \uc5f0\uacb0\ud560\ub9cc\ud55c \uc804\uce58\uc0ac \uc911\uc5d0 \uc6b0\ub9ac\uac00 \uac00\uc7a5 \uc775\uc219\ud55c \uac83\uc774 from\uc774 \uc544\ub2d0\uae4c \ud569\ub2c8\ub2e4. '~\uc5d0\uc11c, ~\ubd80\ud130'\ub77c\uace0 \uc790\uafb8 \uc0dd\uac01\ub098\uc2dc\uc8e0? \uc6b0\ub9ac\ub294 \ub2e8\uc5b4\ub97c \ubcf4\uc790\ub9c8\uc790 \ud55c\uad6d\uc5b4 \ub2e8\uc5b4\uac00 1:1 \uad00\uacc4\ub85c \ub5a0\uc624\ub97c \uc218 \uc788\uac8c \uc8fd\ub3c4\ub85d \uc5f0\uc2b5\ud588\uc744 \uac81\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774\uc81c\ubd80\ud130\ub294 \uc758\ub3c4\uc801\uc73c\ub85c\ub77c\ub3c4 \uadf8\ub7ec\uc9c0 \ub9d0\uc544\uc57c\uaca0\uc2b5\ub2c8\ub2e4. \uc77c\ub2e8 from\uc758 \uc608\ubb38\ub4e4\uc744 \ubcfc\uae4c\uc694? 5\ubd84\ub9cc \uc9f8\ub824\ubcf4\uc2dc\uc8e0.\n\n(1) the train from Busan\n(2) We're open from 8\n(3) a letter from my brother\n(4) I'm from Italy\n(5) Steel is made from iron\n(6) She saved him from drowning (\uc775\uc0ac\ud560\ubed4\ud55c\uac78 \uad6c\ud574\uc92c\ub2e4\ub124\uc694)\n(7) Is Prortuguese very different from Spanish?\n\nhttp://i.imgur.com/5j92eIX.jpg\nCaptured by Google.com\n\n\uc77c\ub2e8 \uc704 \uadf8\ub9bc\uc744 \ubcf4\uc2dc\uc8e0. '\uaf2c\ub9ac\ud45c'\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 '\uaf2c\ub9ac\ud45c'\ub97c \ub2ec\uae30 \uc804\uacfc \ub2ec\uace0 \ub09c \ud6c4\ub97c \uc0dd\uac01\ud574 \ubd10\uc57c \uaca0\uad70\uc694. \uc77c\ub2e8 '\uaf2c\ub9ac\ud45c'\ub97c \ub2ec\uba74 \uadf8 \ucd9c\ucc98\ub97c \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\uac74 \uc27d\uc8e0? '\ucd9c\ucc98'\ub97c \ub2ec\ub9ac \uc0dd\uac01\ud558\uba74.. \uc2dc\uc791\uc810\uc774\ub77c\uace0\ub3c4 \ud560 \uc218 \uc788\uaca0\ub124\uc694. \ud558\uc9c0\ub9cc \uc6b0\ub9ac\ub294 \ub3d9\uc2dc\uc5d0 \uc774\uac83\ub3c4 \uc54c\uc544 \ub450\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uaf2c\ub9ac\ud45c\ub97c \ub2ec\uae30 \uc804\uc5d0\ub294? \uaf2c\ub9ac\ud45c\ub97c \ub2ec\uc9c0 \uc54a\uc558\ub2e4\uba74? \ub124, from\uc740 \uc774 \ub450\uac00\uc9c0 \uc0ac\ud56d\uc744 \ubaa8\ub450 \uc554\uc2dc\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\nthe train from Busan..\n\uae30\ucc28\uac00 \uc788\uc2b5\ub2c8\ub2e4. (\ub098\uc911\uc5d0 the\uc5d0 \ub300\ud574\uc11c\ub3c4 \ud55c \ubc88 \uc0dd\uac01\ud574 \ubcfc \uc2dc\uac04\uc744 \uac16\uaca0\uc2b5\ub2c8\ub2e4) \uadf8\ub9ac\uace0 \uc774 \uae30\ucc28\uc5d0\ub294 Busan\uc774\ub77c\ub294 \uaf2c\ub9ac\ud45c\uac00 \ub2ec\ub824 \uc788\uad70\uc694. \uadf8\ub7fc \uc6b0\ub9ac\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc0ac\ud56d\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n(1) \uae30\ucc28\uc758 \uc815\uccb4(\ucd9c\ucc98)\ub294 \ub2e4\ub984 \uc544\ub2cc \ubd80\uc0b0\uc774\uc5c8\ub2e4\n(2) \uae30\ucc28\uac00 \uc6c0\uc9c1\uc774\ub294 \uac83\uc774\ub77c\uba74 \uadf8 \uc2dc\uc791\uc810\uc740 \ubd80\uc0b0\uc77c\uac70\ub2e4\n(3) \ub9cc\uc57d \uae30\ucc28\uac00 \uc6c0\uc9c1\uc774\uc9c0 \uc54a\uc558\ub2e4\uba74, \uadf8 \uae30\ucc28\ub294 \ubd80\uc0b0\uc5d0 \uba38\ubb3c\ub7ec \uc788\uc744 \uac83\uc774\uc5c8\ub2e4.\n\n\ub208\uc5ec\uaca8 \ubcfc \uc810\uc740 \ubc14\ub85c (3)\ubc88 \ubd80\ubd84\uc785\ub2c8\ub2e4. from\uc774 (3)\uc5d0 \ub300\ud55c \ubd80\ubd84\uc744 \ub3d9\uc2dc\uc5d0 \uc554\uc2dc\ud558\uace0 \uc788\ub2e4\ub294 \uc810\uc744 \uc54c\uace0 \uc788\ub2e4\uba74 from\uc5d0 \ub300\ud55c \uc5ec\ub7ec \ud55c\uad6d\uc2dd \ubc88\uc5ed\ubb38\uc744 \uc54c \ud544\uc694\ub294 \uc5c6\uc5c8\uc744 \uac81\ub2c8\ub2e4. (3)\ub9cc \ub208\uc5ec\uaca8 \ubcf4\uba74\uc11c \uc608\ubb38\ub4e4\uc744 \ud574\uc11d\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n\n(1) the train from Busan : \uae30\ucc28\uac00 \uc548 \uc6c0\uc9c1\uc600\uc73c\uba74 \uadf8\ub0e5 \ubd80\uc0b0\uc5d0 \uc788\uc5c8\uaca0\ub124..\n(2) We're open from 8 : 8\uc2dc\uac00 \uc548\ub418\uba74 \uc548 \uc5f4\uc5c8\uaca0\ub124\n(3) a letter from my brother : \ud3b8\uc9c0\uac00 \ubc30\uc1a1 \uc548\ub418\uba74 \uadf8\ub0e5 brother\uc5d0\uac8c \uc788\uc5c8\uaca0\ub124\n(4) I'm from Italy : \ub108 \uadf8\ub0e5 \uac00\ub9cc \uc788\uc73c\uba74 \uc774\ud0dc\ub9ac\uc5d0 \uc788\uaca0\ub124 (\uc5b4\uca0c\uac70\ub098 \uc774\ud0dc\ub9ac \ucd9c\uc2e0)\n(5) Steel is made from iron : steel(\uac15\ucca0) \ub9cc\ub4dc\ub824 \uc560\uc4f0\uc9c0 \uc54a\uc558\uc73c\uba74 \uadf8\ub0e5 iron(\ucca0)\uc774\uc5c8\uaca0\ub124\n(6) She saved him from drowning : \uc548 \uad6c\ud574\uc92c\uc73c\uba74 \ube60\uc838\uc8fd\uc5c8\uaca0\ub124\n(7) Is Prortuguese very different from Spanish? : \uc2a4\ud398\uc778\uc5b4\ub791 \ube44\uad50 \uc548\ud558\uba74 \ubb50 \ub2e4\ub978\uc810\uc774 \uc788\ub294\uc9c0\ub3c4 \ubab0\ub790\uaca0\ub124?\n\n\uc57d\uac04 \uc2dc\ud06c\ud55c \ub290\ub08c\uc774 \ub4dc\uc2dc\ub098\uc694? \u314e\u314e \uc5b4\uca0c\uac70\ub098.. from\uc758 \uac00\uc7a5 \ud070 \uc5ed\ud560\uc740.. \uc774\uac8c \uc5b4\ub514\uc5d0\uc11c \ube44\ub86f\ub418\uc5c8\ub294\uc9c0, \uc5b4\ub514\uc5d0\uc11c \ubd80\ud130 \uc2dc\uc791\ub41c \uac83\uc778\uc774 \uadf8 \ucd9c\ucc98\ub098 \uc815\uccb4\ub97c \ubc1d\ud600\uc900\ub2e4\ub294 \uac81\ub2c8\ub2e4. \uce5c\uad6c\ub4e4\uacfc \uc5ec\ud589\uc744 \uac00\ub2e4\ubcf4\uba74 \uc5ec\uae30\uc800\uae30 \ube44\uc2b7\ud55c \ud2b8\ub801\ud06c \uac00\ubc29\uc774 \ubcf4\uc77c\uac81\ub2c8\ub2e4. \uc6b0\ub9b0 tag\ub97c \ubcf4\uace0 \uc790\uae30\uac83\uc778\uc9c0 \uc544\ub2cc\uc9c0 \ucd5c\uc885 \ud655\uc778\ud560 \uc218 \uc788\uc8e0. \ubc14\ub85c \uc774 tag \uc5ed\ud560\uc744 \ud558\ub294 \uac83\uc778 from\uc774 \ub418\uaca0\uc2b5\ub2c8\ub2e4.\n\n\ud558\uc9c0\ub9cc \ub3d9\uc2dc\uc5d0, \uc6b0\ub9b0 \uc774 from\uc774 \ucc0d\ud788\ub294 \uc21c\uac04(\uc989, tag\uac00 \ubd99\uc5ec\uc9c0\ub294 \uc21c\uac04) \uc774\uc804\uacfc \ub2e4\ub978 \uc0c1\ud669\uc774 \uc2dc\uc791\ub41c\ub2e4\ub294 \uac83\ub3c4 \ub208\uce58\ucc44\uc57c \ud569\ub2c8\ub2e4. \ubc14\ub85c '\uad6c\ubcc4'\uc774\uaca0\uc9c0\uc694. tag\ub97c \ubd99\uc774\ub294 \uc21c\uac04 \uac00\ubc29\uc740 \ub2e4\ub978 \uac00\ubc29\uacfc \uad6c\ubcc4\ub418\uc5b4 \ubc84\ub9bd\ub2c8\ub2e4. \uac8c\ub2e4\uac00 \uadf8 \uac00\uc7a5 \uc790\uccb4\ub85c\uc11c\ub3c4 tag\ub97c \ubd99\uc774\uae30 \uc804\uacfc \ud6c4\ub85c \uad6c\ubcc4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub807\ub4ef from\uc774 \ubd99\uac8c\ub418\uba74 \ub54c\ub860 \uadf8\uac78 \uae30\uc900\uc73c\ub85c \uad6c\ubd84\uc774 \uc2dc\uc791\ub41c\ub2e4\ub294 \uc810 \uc808\ub300 \uc78a\uc9c0 \ub9c8\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4. \uc774 \ub0b4\uc6a9\uc740 \uad73\uc774 \uc54c\uc9c0 \uc54a\uc544\ub3c4 \ub418\ub294 \uac83 \uc544\ub2d0\uae4c?..\ud558\uace0 \uc0dd\uac01\ub418\uc2dc\uaca0\uc9c0\ub9cc \uc5b8\uc820\uac00 \uc774 \ub258\uc559\uc2a4\ub97c \uc54c\uace0 \uc788\ub290\ub0d0 \uc544\ub2c8\ub0d0\uc5d0 \ub530\ub77c\uc11c \ub0b4\uac00 from\uc744 \uc694\uae34\ud558\uac8c \uaebc\ub0b4 \uc4f8 \uc218 \uc788\uc73c\ub098 \uc544\ub2c8\ub0d0\uac00 \uacb0\ud310(?)\ub0a0 \ub54c\ub3c4 \uc788\uac70\ub4e0\uc694. ^^\n\n\uc5ec\ub7ec\ubd84\uc758 \ubcf4\ud305\uc740 \uc5f0\uc5b4\uc5d0\uac8c \ud798\uc774 \ub429\ub2c8\ub2e4~\n\uc8fc\ub9d0 \uc798 \ub9c8\ubb34\ub9ac\ud558\uc2dc\uad6c\uc694~", + "body_length": 2093, + "cashout_time": "2016-10-05T15:14:51", + "category": "kr", + "children": 2, + "created": "2016-09-04T09:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"asia\",\"enlgish\",\"steemit\",\"englishforkorean\"],\"image\":[\"http:\\/\\/i.imgur.com\\/m9APstp.jpg\",\"http:\\/\\/i.imgur.com\\/5j92eIX.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T09:42:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8041197159042, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "10.087 HBD", + "percent_steem_dollars": 10000, + "permlink": "13-from-from", + "post_id": 851952, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (13) from - from\uc740 \ubc14\ub85c \uaf2c\ub9ac\ud45c!", + "title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (13) from - from\uc740 \ubc14\ub85c \uaf2c\ub9ac\ud45c!", + "total_payout_value": "0.000 HBD", + "url": "/kr/@jack8831/13-from-from" + }, + "jack8831/14-of": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "2482058345", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3013428043", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "552662812", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6235145016438", + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43650883326", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1330065276", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "171009273", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72700031618", + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "499845540", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "775709423", + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "7854228701", + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230642309", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4175015377", + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47060038279", + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21462380812", + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "314461171166", + "voter": "leesunmoo" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1069096843", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "673753755563", + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45109396098", + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "803780719720", + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44338945510", + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234625478", + "voter": "jacksongarcia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "813530163", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148929702542", + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26892818469", + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11717820625", + "voter": "aijeong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64600012060", + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15909438467", + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172717854", + "voter": "honna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52195974", + "voter": "buyu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "371065944", + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53029653", + "voter": "grisha-danunaher" + } + ], + "author": "jack8831", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.imgur.com/3QBca5o.jpg\n\n\uc774\ubc88\uc5d4 of \uc785\ub2c8\ub2e4. of\ub294 \ud55c\uad6d\uc5b4\uc640 \uc601\uc5b4\uc758 \uc5b4\uc21c \ucc28\uc774, \uc815\ud655\ud788\ub294 \ub9d0\uc744 \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \ubc29\uc2dd \ucc28\uc774 \ub54c\ubb38\uc5d0 \uc0dd\uae30\ub294 \ubd88\ud3b8\ud568\uc774 \ub9e4\uc6b0 \ud070 \ub2e8\uc5b4\ub77c\uace0 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubc18\ub4dc\uc2dc \ucda9\ubd84\ud55c \uc5f0\uc2b5\uc744 \ud1b5\ud574 \uc219\ub2ec\ud574 \ub098\uac00\uc57c \ud560 \uac83\uc785\ub2c8\ub2e4. \uac70\uafb8\ub85c \uc598\uae30\ud574\uc11c of\ub97c \ubcf4\uace0 \ub4e3\uace0 \uc4f0\uace0 \ub9d0\ud558\ub294\ub370 \uc775\uc219\ud558\uac8c \ub41c\ub2e4\uba74 \uadf8\ubcf4\ub2e4 \uc601\uc5b4\ub97c \ubd88\ud3b8\ud558\uc9c0 \uc54a\uac8c \ub300\ud558\ub294 \uc9c0\ub984\uae38\uc740 \uc5c6\ub294 \uc148\uc774\uc8e0.\n\n\uc774\ub978\ubc14 '\uc5b4\uc21c'\uc774\ub77c\uace0 \ud45c\ud604\ud558\ub294 \ub9d0\uc744 \ub9cc\ub4e4\uc5b4 \uac00\ub294 \uc21c\uc11c\ub098 \ubc29\uc2dd\uc5d0 \ub300\ud574 \ud55c \ubc88 \uc0dd\uac01\ud574 \ubd05\uc2dc\ub2e4. \uadf8\ub7ec\uace0 \ubcf4\uba74 \ud55c\uad6d\uc5b4\ub294 \ub9d0\uc744 \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \uc21c\uc11c, \uc989 \ub2e8\uc5b4\ub97c \uc774\uc5b4\uac00\ub294 \uc21c\uc11c\uac00 \uc544\uc8fc \uc6d0\uce59\uc801\uc774\ub77c\uace0 \ubcf4\uae30\ub294 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. \ubc18\uba74\uc5d0 \uc911\uad6d\uc5b4\ub294 \uaf64 \uc6d0\uce59\uc744 \uc9c0\ud0a4\ub294 \uac83 \uac19\ub354\uad70\uc694. (\uc911\uad6d\uc5b4\ub294 \ud0c4\uc0dd\uc758 \uc21c\uc11c, \ud750\ub984\uc758 \uc21c\uc11c\ub300\ub85c \ud558\ub098\uc529 \ub2e8\uc5b4\ub97c \uc5f0\uacb0\ud574 \uac04\ub2e4\uace0 \ubcf4\uc2dc\uba74 \ub418\ub2c8\ub2e4) \uadf8\ub807\ub2e4\uba74 \uc601\uc5b4\ub294 \uc5b4\ub5a8\uc9c0.. \uc81c\uac00 \uc5b8\uc5b4\ud559\uc790\ub294 \uc544\ub2cc \uad00\uacc4\ub85c \uc815\ud655\ud788 \uc5b4\ub5bb\ub2e4\ub77c\uace0 \ub9d0\ud558\uae34 \uc5b4\ub835\uc9c0\ub9cc, \uc601\uc5b4\ub294 \uae30\ubcf8\uc801\uc73c\ub85c '\uc911\uc694\ud55c' \uc21c\uc11c\ub300\ub85c \uc74a\uc5b4\uac04\ub2e4\uace0 \ubcf4\uba74 \ud070 \ubb34\ub9ac\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc \ubb50\uac00 '\uac00\uc7a5 \uc911\uc694'\ud55c \uac83\uc778\uc9c0\ub294 \uc0c1\ud669\uc5d0 \ub530\ub77c \ub2e4\ub974\uaca0\uc9c0\ub9cc\uc694. \n\n\uc77c\ubc18\uc801\uc73c\ub85c\ub294 \uc5b4\ub5a4 \uc8fc\ub41c \ub300\uc0c1\uc774 \uc788\uc744\uac70\uace0, \uadf8 \ub300\uc0c1\uc758 \ud575\uc2ec \uc0ac\ud56d\uc744 \uac00\uc7a5 \uba3c\uc800 \ud480\uc5b4\ub098\uac00\uae30 \ub9c8\ub828\uc785\ub2c8\ub2e4. \uadf8\ub7f0 \uacfc\uc815\uc5d0\uc11c \uc7a0\uc2dc \ud45c\ud604 \uc911\uc778 \ub300\uc0c1\ub4e4\uc744 \uc0b4\uc9dd \uacc1\ub208\uc9c8 \ud558\uac8c \ub9cc\ub4dc\ub294 \ud45c\ud604\ub4e4\uc774 \uaf64 \ubc1c\ub2ec\ub418\uc5b4 \uc788\ub294\ub370, \uc774\ub7f4 \ub550 which, who... \ub4f1\ub4f1\uc758 \uad00\uacc4\uc0ac\ub098 of, from \ub4f1\uc758 \uc804\uce58\uc0ac\ub97c \ubd99\uc5ec\uac00\uba74\uc11c \ud45c\ud604\uc744 \uc911\uac04 \uc911\uac04 \uc644\uc131\ud574 \uac11\ub2c8\ub2e4. \ub9c8\uce58 \ube14\ub85d\uccb4\uc778\ucc98\ub7fc\uc694. \ube14\ub85d\uccb4\uc778\uc774\ub780\uac8c \uadf8\ub7f0\uac70 \uc544\ub2c8\uaca0\uc2b5\ub2c8\uae4c? \ud55c \ube14\ub7ed \uc644\uc131\ud574 \ub193\uace0.. \ub610 \ud55c \ube14\ub7ed \uc644\uc131\ud574\ub098\uac00\uace0.. \uadf8\ub807\uac8c \ube14\ub85d\ub4e4\uc744 \uc5f0\uacb0\ud574 \ub098\uac00\ub294.. \uc601\uc5b4\uac00 \ubc14\ub85c \uadf8\ub7f0 \uad6c\uc870\uc778 \uc148\uc785\ub2c8\ub2e4.\n\nhttp://i.imgur.com/FohFoZn.jpg\nCaptured by Google.com\n\n\uadf8\ub807\ub2e4\uba74 of\ub294 \uc5b4\ub5a4 \uc5ed\ud560\uc744 \ud574\uc904\uae4c\uc694? \uc0ac\uc2e4 of\ub294 \uc544\uc9c1 \uc5c4\ub9c8\uc758 \ud488\uc5d0\uc11c \uba40\ub9ac \ub5a8\uc5b4\uc838 \ub098\uc624\uc9c0 \ubabb\ud55c \uc5b4\ub9b0 \uc591\uacfc \uac19\uc2b5\ub2c8\ub2e4. \ud55c \ub9c8\ub9ac \uc0c8\ub07c \uc591\uc774 \uc788\ub294\ub370.. \uacc1\uc5d4 \uc5c4\ub9c8 \uc591\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc0c8\ub07c \uc591 \uadf8 \ub098\ub984\ub300\ub85c \uc874\uc7ac\uc758 \uc774\uc720\uac00 \uc788\uaca0\uc73c\ub098 \uc6b0\ub9b0 \uc880 \ub354 \uc0b4\ud3b4\ubcf4\ub2c8 \uadf8 \uc591\uc774 \uc5b4\ub5a4 \uc874\uc7ac(\uc5c4\ub9c8 \uc591)\ub85c\uc73c\ub85c \ubd80\ud130 \uc601\ud5a5\uc744 \ubc1b\uc558\ub294\uc9c0, \uc5b4\ub514\uc5d0\uc11c \ube44\ub86f\ub41c\uace0 \uc544\uc9c1 \uadf8\uc5d0 \uc885\uc18d\ub418\uc5b4 \uc788\ub294\uc9c0 \ub208\uce58\ub97c \ucc4c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\uca0c\ub4e0 of\ub294 \uc774\ub7ec\ud55c \uc0c1\ud669\uc744 \ud45c\ud604\ud574 \uc90d\ub2c8\ub2e4. \uc6b0\uc120 \ub124\uc774\ubc84 \uc0ac\uc804\uc5d0\uc11c \ubc1c\ucdcc\ud55c \ud45c\ud604\ub4e4\uc744 \ub6ab\uc5b4\uc838\ub77c \uc9f8\ub824\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. (\uac10\uac01\uc744 \uc0b4\ub824\ubcf4\uae30 \uc704\ud574 '/'\ub97c \uc77c\ubd80\ub7ec \ud55c \ubc88 \ub123\uc5b4 \ubcf4\uc558\uc2b5\ub2c8\ub2e4)\n\n(1) a friend / of mine\n(2) a member / of the team\n(3) the people / of Korea\n(4) a galss / of milk\n\n\uccb4\uc778\uacfc \uac19\uc774 \uc5b4\ub5a4 \uc874\uc7ac\uac10\ub4e4\uc774 \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\ub370.. \uc774\ub97c \ub2e4\uc74c\uacfc \uac19\uc774 \ube44\uad50\ud574\uc11c \ud55c \ubc88 \ub290\uaef4\ubcf4\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4. of\ubcf4\ub2e4 \uac15\ub825\ud558\uac8c \ub5a8\uc5b4\uc838 \ub098\uc628 off\ub97c \ud55c \ubc88 \ub123\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ub7f0 \ud45c\ud604\ub4e4\uc740 \ub9e4\uc6b0 \uc5b4\uc0c9\ud558\uaca0\uc9c0\ub9cc \ub290\ub08c \ud55c \ubc88 \uc0b4\ub824\ubcf4\uae30 \uc704\ud574 \uc5b5\uc9c0\ub85c \ubd99\uc5ec\ubcf8 \uac83\uc785\ub2c8\ub2e4\n\n(1) a friend / off / mine\n(2) a member / off / the team\n(3) the people / off / Korea\n(4) a galss / off / milk\n\n\uc0c1\ub300\uc801\uc73c\ub85c of\uac00 off\ub9cc\ud07c \uac15\ub825\ud558\uac8c \ub5a8\uc5b4\uc838 \ub098\uc624\uc9c0\ub294 \ubabb\ud588\ub2e4\ub294 \uac78 \ub290\ub084 \uc218 \uc788\ub098\uc694? \uc5ed\uc73c\ub85c \ub9d0\ud558\uba74 \uc544\uc9c1 \uc18c\uc18d, \ucd9c\uc2e0 \ub4f1\uc744 \uc758\ubbf8\ud558\uba70 \uc21c\uac04\uc801\uc73c\ub85c \uc5b4\ub5a4 \ub300\uc0c1\uc774 \uc5b4\ub5a4 \ub2e4\ub978 \ub300\uc0c1\uc5d0\uc11c \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0 \ub208\uce58\ucc44\uac8c \ud574\uc8fc\ub294 \uc5ed\ud560\uc774 \ubc14\ub85c of \uc785\ub2c8\ub2e4. \uc7a0\uae50 \uc124\uba85\ud558\uace0 \ube60\uc9c0\ub294 \uc5ed\ud560\uc774\uc8e0.\n\n\uac00\uc7a5 \uc911\uc694\ud55c \uc810\uc740, of\uac00 \ub098\uc654\ub2e5 \ud574\uc11c \uc790\uafb8 \uc55e\uc758 \ubb38\uc7a5\uc73c\ub85c \ub208\uc744 \ub3cc\ub9ac\uba74 \uc548\ub41c\ub2e4\ub294 \uac81\ub2c8\ub2e4. \uc6b0\ub9ac\uc5d0\uac90 '~\uc758'\ub77c\ub294 \ud55c\uad6d\uc2dd \ubc88\uc5ed\uc5d0\uc11c \ube44\ub86f\ub41c, \uc989 of\uac00 \ub098\uc624\uba74 \ub4a4\ubd80\ud130 \ud574\uc11d\ud558\uace0 \ub2e4\uc2dc \uc55e\uc73c\ub85c \uc5ed\uc21c\ud574 \uac00\ub294 \uc2b5\uad00\uc774 \ubc30\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc808\ub300 \uadf8\ub7ec\uba74 \uc548\ub429\ub2c8\ub2e4. \ub098\uc911\uc5d0 \uc775\ud790 \uad00\uacc4\uc0ac\uc5d0\uc11c \ud2b9\ud788 \uc5b8\uae09\ud558\uaca0\uc9c0\ub9cc.. \uc6b0\ub9b0\uc601\uc5b4\ub97c \ub2e8\uc5b4 \uc21c\uc11c\ub300\ub85c \ubc1b\uc544\ub4e4\uc5ec\uc57c \ud569\ub2c8\ub2e4. \uc5b4\ub5a4 \ub300\uc0c1\uc774\ub098 \uc0c1\ud669\uc744 \uc124\uba85\ud55c \ud6c4 \uad00\uacc4\uc0ac\ub098 \uc804\uce58\uc0ac\ub85c \uc5f0\uacb0\ud558\uba70 \uc124\uba85\uc744 \uc774\uc5b4\uac00\ub294\uac74 \ub2e4 \uc774\uc720\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\ub85c \uce58\uba74 \uc7a0\uae50 \ubd80\uc5f0\uc124\uba85\ud558\uace0 \ube60\uc9c0\ub294 \uc815\ub3c4\uc774\ub2c8, \uc774 \ub54c\ubb38\uc5d0 \ubb38\uc7a5\uc744 \ubc1b\uc544\ub4e4\uc774\ub294 \uc21c\uc11c\ub97c \uc6b0\ub9ac \uc2a4\uc2a4\ub85c \uae68\uba74 \uc548\ub420 \uac83\uc785\ub2c8\ub2e4. \uc77c\ub2e8 of\ub97c \ubcf4\uace0 '~\uc758'\ub77c\uace0 \ud574\uc11d\ud558\uc9c0 \uc54a\ub294 \ub2e8\uacc4\ub9cc \ub418\uba74 of\ub294 \uc544\uc8fc \ud3b8\ud558\uac8c \ubc1b\uc544\ub4e4\uc77c \uc218 \uc788\uc744\uac81\ub2c8\ub2e4. \uc544, \uadf8\ub9ac\uace0 of\uc5d0 \ub300\ud574 \uc775\ud600\ub450\uba74 \uc88b\uc740 \ud45c\ud604\ub4e4\uc774 \uc788\ub354\uad70\uc694. \ud55c \ubc88 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n\n(5) deprive (somebody) of (something) : \ube7c\uc557\ub2e4\n \uc5b4\ub5a4 \ub300\uc0c1\uc5d0\uac8c\uc11c of(\uc57d\ud55c off) \ud569\ub2c8\ub2e4\n(6) think of\n think\uc5d0 \uc65c of\uac00 \ubd99\uc744\uae4c.. \ucc38 \uacf0\uacf0\ud788 \uc0dd\uac01\ud574 \ubcfc \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc0dd\uac01\uc758 \ub300\uc0c1\uc744 \uc0b4\uc9dd \ub04c\uc5b4\uc654\uad70\uc694. \ub04a\uc5b4\uc9c0\uc9c0 \uc54a\uc744 \uc815\ub3c4\ub9cc \ub04c\uc5b4\uc628 \ud6c4 \ub2e4\uc2dc \ub3cc\ub824 \ub193\uc73c\ub824\ub294 \uac78\uae4c\uc694? (\ub9c8\uce58 \ub04a\uc5b4\uc9c0\uc9c0 \uc54a\uc740 \uace0\ubb34\uc904\ub85c \ub315\uaca8\uc624\ub4ef\uc774..)\n(7) be proud of (something)\n 'be proud', \uc989 \uc790\ub791\uc2a4\ub7ec\uc6cc\ud558\ub294 \uc0c1\ud0dc, \uc774\ub7ec\ud55c \uc0c1\ud0dc\ub97c \ubd80\uc5f0\uc124\uba85\ud558\uace0\uc790 of\ub97c \uc774\uc6a9\ud574 \uc0b4\uc9dd \ub04c\uc5b4 \uc654\uc2b5\ub2c8\ub2e4.\nbe proud / of something\n\nof\ub098 from\uc740 \uc678\ubd80 \ub300\uc0c1\uc5d0\uc11c \ubb54\uac00\ub97c \uc5f0\uacb0\uc9c0\uc5b4 \uc624\ub294 \ub300\ud45c\uc801\uc778 \uc804\uce58\uc0ac\ub4e4\uc785\ub2c8\ub2e4. \uc774 \ub458\uc744 \uad6c\ubcc4\ud574 \uc4f8 \uc218 \uc788\ub3c4\ub85d \uc57d\uac04\uc758 \ucd94\uac00 \ud574\uc124\uacfc \uc790\uc8fc \uc4f0\ub294 \uc0c1\uc6a9\uad6c\ub97c \ud55c \ubc88 \ub530\ub85c \uc815\ub9ac\ud574\ubcf4\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4.\n\n\ub0a0\uc528 \ucc38 \uc88b\ub124\uc694. \uc88b\uc740 \ud558\ub8e8\ub4e4 \ub418\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4 ~", + "body_length": 2545, + "cashout_time": "2016-10-07T01:20:15", + "category": "kr", + "children": 1, + "created": "2016-09-06T00:20:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"asia\",\"steemit\",\"steem\",\"language\"],\"image\":[\"http:\\/\\/i.imgur.com\\/3QBca5o.jpg\",\"http:\\/\\/i.imgur.com\\/FohFoZn.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T00:20:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8593363057701, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "10.062 HBD", + "percent_steem_dollars": 10000, + "permlink": "14-of", + "post_id": 868072, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (14) of - \uc544\uc9c1 \uc5c4\ub9c8\uc5d0\uac8c\uc11c \ub5a8\uc5b4\uc9c0\uc9c0 \ubabb\ud55c \uc5b4\ub9b0 \uc591..", + "title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (14) of - \uc544\uc9c1 \uc5c4\ub9c8\uc5d0\uac8c\uc11c \ub5a8\uc5b4\uc9c0\uc9c0 \ubabb\ud55c \uc5b4\ub9b0 \uc591..", + "total_payout_value": "0.000 HBD", + "url": "/kr/@jack8831/14-of" + }, + "jack8831/15-answer-answer-bid": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6250451921905", + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64640428183", + "voter": "vip" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "7854315044", + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4412077747", + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47060038279", + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21462380812", + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "314469227386", + "voter": "leesunmoo" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1425639649", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43523726068", + "voter": "rednetkjh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46296485469", + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "807350656897", + "voter": "slowwalker" + }, + { + "percent": "5900", + "reputation": 0, + "rshares": "6614736366", + "voter": "jay4u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1371177629456", + "voter": "renohq" + }, + { + "percent": "5100", + "reputation": 0, + "rshares": "7395856966", + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1812554821", + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1015694679814", + "voter": "thisvsthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "961271578", + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26366188897", + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "695426487", + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63424078082", + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16537840552", + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "386891055", + "voter": "twinbraid" + } + ], + "author": "jack8831", + "author_reputation": 0, + "beneficiaries": [], + "body": "http://i.imgur.com/l7lQQp5.jpg\n\n\uc77c\uc804\uc5d0 ask\uc5d0 \ub300\ud574 \uc124\uba85\ub4dc\ub9b0 \uc801\uc774 \uc788\uc2b5\ub2c8\ub2e4. ask\uc758 \ubcf8\uc9c8\uc774 \ubb34\uc5c7\uc774\uc5c8\ub358\uac00\uc694? \ub124, \ubb54\uac00 \ubd80\uc871\ud55c \ubd80\ubd84\uc744 \ucc44\uc6cc\uc92c\uc73c\uba74 \ud558\ub294 \uc694\uad6c\uc600\uc2b5\ub2c8\ub2e4. \uadf8\ub807\ub2e4\uba74 \uc774\uc5d0 \ub300\ud55c \ubc18\uc751\ub3c4 \uc788\uaca0\uc8e0? \ub300\ud45c\uc801\uc774 \uac83\uc774 \ubc14\ub85c answer\uac00 \ub418\uaca0\uc2b5\ub2c8\ub2e4. '\ub300\ub2f5\ud558\ub2e4'\ub77c\ub294 \ub2e8\ud3b8\uc801\uc778 \ub2e8\uc5b4\ub85c \uae30\uc5b5\ud558\uc9c0 \ub9c8\uc2dc\uace0, \uacb0\uad6d \uc0c1\ub300\ubc29\uc774 \ud544\uc694\ub85c \ud558\ub294 \uac83, \ub610\ub294 \ud544\uc694\ub85c \ud558\ub294 \uc0c1\ud669\uc5d0 \uc751\ud574\uc8fc\ub294 \uac83\uc774\ub77c\uace0 \uc0dd\uac01\ud574 \ub461\uc2dc\ub2e4. \uc774\uc81c \uc774 \uac1c\ub150\uc744 \uba38\ub9bf\uc18d\uc5d0 \ub123\uace0 \uc608\ubb38\uc744 \ud55c \ubc88 \uc9f8\ub824\ubcfc\uae4c\uc694?\n\n(1) You didn't answer my question\n(2) answer the phone : '\uc880 \ubc1b\uc544\uc8fc\uc138\uc694~'\ud558\uace0 \uc5f4\uc2ec\ud788 \uc6b8\ubd80\uc9d6\ub294 \uc804\ud654\uc5d0 \ub300\ud55c \uc751\ub2f5\uc774\uaca0\uc8e0?\n(3) answer the door : \uc5ec\uae30\uc11c door\ub294 \ub178\ud06c\ub098 \ucd08\uc778\uc885 \uc18c\ub9ac\uc640 \uac19\uc740 \uc0c1\ud669\uc744 \ub300\uc2e0\ud569\ub2c8\ub2e4. (\uc601\uc5b4 \uc2a4\ud0c0\uc77c\uc774\uc8e0)\n(4) Come on, answer me ! \uc774 \uc0ac\ub78c(me)\uc774 \ubb54\uac00\ub97c \uc694\uad6c\ud569\ub2c8\ub2e4. \uad81\uae08\ud55c \uc0ac\ud56d\uc774 \uc788\ub098\ubcf4\ub124\uc694.\n(5) He answered me with a smile : \ubbf8\uc18c\ub85c \uc751\ud574\uc92c\ub098 \ubd05\ub2c8\ub2e4.\n(6) Does this asnwer your requirements? (\ub2f9\uc2e0\uc758 \uc694\uad6c\uc5d0 \ubd80\ud569\ud558\ub0d0, \ucc44\uc6cc\uc8fc\uace0 \uc788\ub0d0 \ubb3b\ub294 \ub0b4\uc6a9\uc785\ub2c8\ub2e4) \n\n\ucd94\uac00\ub85c \uc6b0\ub9ac\uac00 \uc219\uc5b4\ucc98\ub7fc \ubc30\uc6e0\ub358 \uac83 \uc911\uc5d0 \uc775\ud600\ub450\uba74 \ub3c4\uc6c0\uc774 \ub420\ub9cc\ud55c \uc0ac\ud56d\ub4e4\uc774 \uc788\uc5b4 \ubc1c\ucdcc\ud574 \ubd24\uc2b5\ub2c8\ub2e4.\n\n(1) All sales clerks(\ud310\ub9e4\uc6d0\ub4e4) answer to the store manager(\ub9e4\uc7a5 \ucc45\uc784\uc790)\n\uc601\uc5b4\uc2dd \ubb38\uc7a5\uc758 \ud2b9\uc9d5\uc77c\uae4c\uc694? \ud55c\uad6d\uc5b4\ub77c\uba74 '\ub9e4\uc7a5 \ucc45\uc784\uc790'\uac00 \uc694\uad6c\ud558\ub294 \uc5b4\ub5a4 \uc0ac\ud56d\uc744 \uad6c\uccb4\uc801\uc73c\ub85c \uc5b8\uae09\ud588\uc744 \uac81\ub2c8\ub2e4. \uc5b4\ub5a4 \uc9c8\ubb38\uc774\ub77c\ub358\uac00.. \uc989 '\ub9e4\uc7a5 \ucc45\uc784\uc790\uc758 \uc9c8\ubb38' \ucc98\ub7fc \ub9d0\uc774\uc8e0. \ud558\uc9c0\ub9cc \uc601\uc5b4\uc2dd \ubb38\uc7a5\uc5d0\uc11c\ub294 \uadf8\ub0e5 \uadf8 \ub300\uc0c1\ub9cc \ud22d \uc5b8\uae09\ud558\uace0 \ub05d\ub0c5\ub2c8\ub2e4. answer\uac00 \uc788\uc73c\ubbc0\ub85c \uc774\ubbf8 \uadf8 \ub300\uc0c1\uc774 \uc6d0\ud558\uace0 \uc788\ub294 \uc0c1\ud669\uc774\ub098 \ub0b4\uc6a9\uc744 \ucd94\uce21\ud574 \ub0bc \uc218 \uc788\uc73c\ub2c8 \uac71\uc815\ud560 \uac74 \uc5c6\uc73c\ub2c8\uae4c\uc694.\n(2) They usually don't answer when they're busy.\n\uc694 \ubb38\uc7a5\uc5d0\uc11c answer\uac00 \uc804\ud654\uc5d0 \ub300\ud55c \ubd80\ubd84\uc5d0 \uc751\ub2f5, \uc751\ub300\ud55c\ub2e4\ub294 \uc810\uc744 \ub208\uce58\ucc44\uc57c \ud558\uaca0\uc2b5\ub2c8\ub2e4. \uadf8\ucabd \uc0ac\ub78c\ub4e4 \uc2b5\uad00\uc774\ub2c8 \uc6b0\ub9ac\uac00 \ub530\ub77c\uc57c\uaca0\uc8e0.\n\n* \ucd94\uac00 \uc0ac\ud56d \ud55c\uac00\uc9c0 \ub354! ask\uc758 \uc0c1\ub300\uc801 \uac1c\ub150\uc73c\ub85c answer\uac00 \uc544\ub2cc bid\ub97c \uc4f0\ub294 \uacbd\uc6b0\uac00 \uc788\uc2b5\ub2c8\ub2e4. answer\uac00 \ub300\ubd80\ubd84\uc758 \uc77c\ubc18\uc801\uc778 \uc0c1\ud669\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4\uba74 bid\ub294 \uc880 \ud2b9\uc218\ud55c \uacbd\uc6b0\uc5d0 \uc4f4\ub2e4\uace0 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub7fc '\ud2b9\uc218\ud55c' \uacbd\uc6b0\ub780 \uc5b4\ub5a4 \uc0c1\ud669\uc77c\uae4c\uc694? \uc5b4\ub5a4 \uae30\uc900 \ub610\ub294 \ub8f0\uc774 \uba85\ud655\uc774 \uc815\ud574\uc838 \uc788\uace0, ask(\ucc44\uc6cc\ub2ec\ub77c\uace0 \uc694\uad6c\ud558\ub294 \ucabd)\uacfc bid(\ucc44\uc6cc\uc8fc\uaca0\ub2e4, \ucc44\uc6cc\uc8fc\uace0 \ubc00\uc5b4\ub0b4\ubc84\ub9ac\uaca0\ub2e4\uace0 \ud558\ub294 \ucabd)\uc774 \uce58\uc5f4\ud558\uac8c \uacbd\ud569\uc744 \ubc8c\uc77c \uc218 \uc788\ub294 \uc0c1\ud669\uc774\ub77c\uace0 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub9ac\uc11c \uc774 bid/ask\ub294 \uacbd\ub9e4\ub77c\ub358\uac00 \ud2b8\ub808\uc774\ub529\uc5d0\uc11c \ub9e4\uc218\ud638\uac00\uc640 \ub9e4\ub3c4\ud638\uac00\uac00 \uce58\uc5f4\ud558\uac8c \uce58\uace0 \ubc1b\ub294 \uc0c1\ud669\uc5d0 \uc4f0\uba74 \ub531\uc774\uaca0\uc2b5\ub2c8\ub2e4. \n\n\ub530\ub77c\uc11c bid\ub97c \uc880 \ub354 \uba85\ud655\ud558\uac8c \ubcf8\uc9c8\uc744 \ud30c\uace0 \ub4e4\uc5b4\uac00\uc790\uba74, '\ucc44\uc6cc\ub123\uc73c\uba74\uc11c \uadf8 \uc790\ub9ac\uc5d0 \uc788\ub358 \ubb34\uc5b8\uac00\ub97c, \ub610\ub294 \ucc44\uc6cc\ub4e4\uc5b4\uac00\ub824\ub294 \uc5b4\ub5a4 \uac83\uc744 \ubc00\uc5b4\ub0b4\ubc84\ub9ac\ub294' \uc0c1\ud669\uc774\ub77c\uace0 \ubcf4\uba74 \ub418\uaca0\uc2b5\ub2c8\ub2e4. \uc608\ubb38\uc744 \ubcfc\uae4c\uc694?\n\n(1) I bid $1,000 for the painting\n1,000\ubd88\uc744 \uc9c0\ub974\uba74\uc11c \ub204\uad70\uac00 \uc751\ucc30\ud558\ub824\ub294 \uadf8 \uc790\ub9ac\ub97c \uaff0\ucc28\uace0 \ub4e4\uc5b4\uac00\ub824 \ud569\ub2c8\ub2e4. \ubc00\uc5b4\ub0b4 \ubc84\ub9ac\uace0 \ub0b4\uac00 \ub4e4\uc5b4 \uc549\uaca0\ub2e4\ub294\uac70\uc8e0.\n(2) A French firm bids for the contract\n\ud504\ub791\uc2a4 \ud68c\uc0ac\uac00 \uacc4\uc57d\uac74\uc5d0 \ubc00\uace0 \ub4e4\uc5b4\uac11\ub2c8\ub2e4. \uae00\uc384\uc694.. \uc81c\uac00 \uc601\uc5b4 \uc6d0\uc5b4\ubbfc\uc740 \uc544\ub2c8\uc9c0\ub9cc \ucd94\uce21\ucee8\ub370 \ub2e4\ub978 \uacbd\uc7c1\uc790\ub4e4\uc744 \ubc00\uccd0\ub0b4\uace0 \uadf8 \uacc4\uc57d\uc744 \uc131\uc0ac\uc2dc\ud0a4\uaca0\ub2e4\ub294 \ub258\uc559\uc2a4\uac00 \uae54\ub824 \uc788\ub2e4\uace0 \uc0dd\uac01\ub429\ub2c8\ub2e4. \uc544\ub2cc\uac00\uc694? \u314e", + "body_length": 1716, + "cashout_time": "2016-10-07T17:11:21", + "category": "kr", + "children": 4, + "created": "2016-09-06T14:02:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"steemit\",\"asia\",\"language\",\"englishforkorean\"],\"image\":[\"http:\\/\\/i.imgur.com\\/l7lQQp5.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T14:12:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10120014051513, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "12.266 HBD", + "percent_steem_dollars": 10000, + "permlink": "15-answer-answer-bid", + "post_id": 872329, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (15) answer - \ucc44\uc6cc\ub2ec\ub77c\ub294 \uc694\uad6c\uc5d0 \uc751\ud574\uc8fc\ub294 answer (+\ubcf4\ub108\uc2a4 : bid\ub780?)", + "title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (15) answer - \ucc44\uc6cc\ub2ec\ub77c\ub294 \uc694\uad6c\uc5d0 \uc751\ud574\uc8fc\ub294 answer (+\ubcf4\ub108\uc2a4 : bid\ub780?)", + "total_payout_value": "0.000 HBD", + "url": "/kr/@jack8831/15-answer-answer-bid" + }, + "joythewanderer/japan-in-a-nutshell-my-trip-in-japan": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "12043026584", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1434439261", + "voter": "vanessavi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117663142", + "voter": "joythewanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "689231826", + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98752464", + "voter": "darthnava" + } + ], + "author": "joythewanderer", + "author_reputation": 0, + "beneficiaries": [], + "body": "I made a trip to Japan. \n\nhttps://s3.postimg.io/jacioldmb/Cgg_YG1b_Eb3_WALO_5_AAF0_CO9ni8g562.jpg\nThough Japan has much more diverse food than just sushi, sushi in the morning market is definately a must do.\n\nhttps://s3.postimg.io/pvtu23iur/Joy_Touch_1219.jpg\nhttps://s3.postimg.io/f3ro99e0j/Joy_Touch_1211.jpg\nGirls(Japanese friends told me most of them you saw in Kimono in Kyoto are tourists) in Gion, Kyoto\n\nhttps://s3.postimg.io/jqxqb11df/Joy_Touch_1215.jpg\nModern Shinjuku \n\nhttps://s3.postimg.io/46qckhr8z/Joy_Touch_1217.jpg\nI love it when so many people crossing the street together\n\nhttps://s3.postimg.io/8h50g2wc3/Joy_Touch_1218.jpg\nI still didn't get it why this fried sate places( \u713c\u304d\u9ce5) are so popular, they are everywhere in Shinsekai, Osaka\n\nhttps://s3.postimg.io/h22xkzvw3/Joy_Touch_1221.jpg\nlove Akihabara(\u79cb\u8449\u539f) area! Go there if you fancy 3D electronic stuff or Manga.\n\nhttps://s4.postimg.org/sqhq52pjh/11026024_10203879736136569_5575183178468776828_n.jpg\nhttps://s4.postimg.org/dxjqke5rx/psb_18.jpg\nI wasn't lucky enough, when I was in Kawakuchiko (\u6cb3\u53e3\u6e56), I can barely see Fuji Mountain :(\nCan you see it?\n\nBut I was very happy to see Glico Man!\nhttps://s3.postimg.io/4sfbglmb7/Joy_Touch_1204.jpg\nDo you know who he is?", + "body_length": 1234, + "cashout_time": "2016-09-16T19:52:06", + "category": "japan", + "children": 1, + "created": "2016-08-16T19:48:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"japan\",\"life\",\"travel\",\"asia\",\"culture\"],\"image\":[\"https:\\/\\/s3.postimg.io\\/jacioldmb\\/Cgg_YG1b_Eb3_WALO_5_AAF0_CO9ni8g562.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:48:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14383113277, + "parent_author": "", + "parent_permlink": "japan", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "japan-in-a-nutshell-my-trip-in-japan", + "post_id": 631499, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Japan in a nutshell, my trip in Japan", + "title": "Japan in a nutshell, my trip in Japan", + "total_payout_value": "0.000 HBD", + "url": "/japan/@joythewanderer/japan-in-a-nutshell-my-trip-in-japan" + }, + "kiperto/how-i-went-from-career-military-to-se-asia-agricultural-entrepenuer": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "391812343388", + "voter": "berkah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8978631331", + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51570728", + "voter": "kiperto" + } + ], + "author": "kiperto", + "author_reputation": 0, + "beneficiaries": [], + "body": "After 18 years in the US military, the wife and I decided it was time to retire. Having the freedom to choose your next path in life seemed daunting. We knew we did not want to settle down into the life of commuting on I-95 for two hours a day with some government contractor or another. Other than that we had no other ideas of what to do. Sitting down at the dinner table one day with the father-in-law helped bring something into focus. He said, \u201cWell if you are not sure what to do when you get out, why don\u2019t you just buy an RV and drive around the country for a year?\u201d The wife and I stared at each other as if we were retarded because we didn't think of that idea ourselves. so we did just that.\n\nIn May 2013 we started on the road full time with our four girls. After 18 months we found ourselves with four girls, one boy, and one way plane tickets to Thailand. Now we find ourselves living with our family of seven on Java learning a new culture and a new language. In a few months I will be starting a business finding international markets for locally grown products here. I hope to keep you updated on how our journey transpired and how you may be able to do the same.", + "body_length": 1188, + "cashout_time": "2016-09-26T09:00:15", + "category": "sabbatical", + "children": 0, + "created": "2016-08-26T08:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sabbatical\",\"expat\",\"asia\",\"family\",\"\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T08:12:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 400842545447, + "parent_author": "", + "parent_permlink": "sabbatical", + "pending_payout_value": "0.225 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-i-went-from-career-military-to-se-asia-agricultural-entrepenuer", + "post_id": 752811, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How I Went From Career Military To SE Asia Agricultural Entrepenuer", + "title": "How I Went From Career Military To SE Asia Agricultural Entrepenuer", + "total_payout_value": "0.000 HBD", + "url": "/sabbatical/@kiperto/how-i-went-from-career-military-to-se-asia-agricultural-entrepenuer" + }, + "knozaki2015/the-local-culture-that-will-touch-everyone-s-heart-featuring-ellamaeamor-as-author": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "715799423559", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31836701139275", + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172935370348", + "voter": "highasfuck" + }, + { + "percent": "3300", + "reputation": 0, + "rshares": "3066173754883", + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1860499995481", + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3720515365", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4516874729", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "828584949", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65048039110", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1993847372", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "256442875", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212566041185", + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "405161972832", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2578485032714", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1857217663", + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139683698038", + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5735942827019", + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "747497728", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1161014576", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136890907047", + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "345836633", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "475785552", + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5588732787", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13053808253", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "711270929199", + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3936536501", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55591961151", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234329642206", + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "932214174", + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74057665724", + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1432734797", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "204699567988", + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33760084087", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "516445067738", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64427903770", + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8990166268", + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3909863688233", + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "364018104788", + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37108630165", + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "371552229", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53008687980", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67344387007", + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72803573182", + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2877176439", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6144432136", + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45108876699", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4192586652", + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3012098030", + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37654720656", + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7279763740", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20468911147", + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109836452744", + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8243664974", + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14634910286", + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7379344685", + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "266965848885", + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133370939937", + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14956795504", + "voter": "elyaque" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "440614916259", + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25451409693", + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7050793436", + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1659298108", + "voter": "sergei" + }, + { + "percent": "4500", + "reputation": 0, + "rshares": "323447093374", + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241529832", + "voter": "mirspirs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25561786803", + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "836863528", + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14843192866", + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11335178360", + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4566166640", + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17001140774", + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100574201966", + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2213861362", + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4189762226", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9000492091", + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4251922593", + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "360839688", + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "299131322425", + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16116065912", + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18721855238", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3862494580", + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2888714053", + "voter": "algimantas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196916900530", + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4213827717", + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110052467061", + "voter": "opheliafu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19576955788", + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151010610", + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4119864034", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4553295102", + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34831066047", + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73293037795", + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1935723792", + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111774410", + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7157960730", + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203922048703", + "voter": "jl777" + }, + { + "percent": "8000", + "reputation": 0, + "rshares": "16751485931", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2532067358", + "voter": "sompitonov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "916038334", + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17548987853", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "202731558", + "voter": "jasen.g1311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "619187399", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2658489679", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38227184412", + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3115797727", + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1514676490", + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1561255817", + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7442314223", + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "921151730", + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3191565173", + "voter": "litrbooh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8774285161", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7267646551", + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3395020803", + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22843504087", + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48296185742", + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19940821675", + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54969517", + "voter": "southbaybits" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31862604563", + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10189255172", + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2023147393", + "voter": "achim86" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4061087939", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2771462324", + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "558857723", + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102205013688", + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59390301575", + "voter": "terrycraft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105392278474", + "voter": "joele" + }, + { + "percent": "2100", + "reputation": 0, + "rshares": "31215711887", + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9625152815", + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1030654279", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "208038900", + "voter": "naifaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20622101000", + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5958631515", + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "819127879", + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61056742", + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "170625312", + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5825484211", + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12834469896", + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4390659613", + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58699768", + "voter": "olol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60510653", + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2090304042", + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58577134", + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "368583163", + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6046375027", + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6105356134", + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11993444138", + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8437240899", + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "752539780", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7155938422", + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11041540011", + "voter": "darrantrute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1787157507", + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138692258", + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16217239216", + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52374497", + "voter": "osame066" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44899056500", + "voter": "zahnspange" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5986353027", + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17682695117", + "voter": "oldstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "371598018", + "voter": "shieha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16775418894", + "voter": "hunterisgreat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160079088337", + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222244104", + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2821874104", + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "223087464", + "voter": "irininich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "259673941", + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22013896285", + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "454111602", + "voter": "floweroflife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "614165803", + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52948298", + "voter": "alwayzgamez" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1683359216", + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63511291", + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55894599", + "voter": "bontonstory" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "356308450", + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1610686048", + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120449506", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5464119413", + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74142633", + "voter": "littlemorelove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51511517", + "voter": "sandeepachetan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5076799252", + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125659789", + "voter": "creativeyoke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52399980", + "voter": "najwazebian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52450641", + "voter": "humans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1633045200", + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129427452", + "voter": "altnews" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79223064", + "voter": "destroyer3000" + } + ], + "author": "knozaki2015", + "author_reputation": 0, + "beneficiaries": [], + "body": "<b>Attention: This post has been written by @ellamaeamor</b>\n<html>\n<p><strong>One-of-a-kind Philippine Feature</strong> </p>\n<p>Every place here on earth consists of people who share the same customs, traditions, language, philosophy or the culture as a whole. While they have been established in different respective areas from small communities, towns, cities, provinces up to the whole societies such as States for how many decades, they have also been fought for, defended, and died for by their supporters. These cultures may be derived from religions, nationalism, or from the invaders. But there is this small country named the Philippines that possesses such wonderful and admirable cultures, making it stand over other else in the world.</p>\n<p><img src=\"https://lh3.googleusercontent.com/zu4X6VNybgwr8RM0pSK9F_WEzVs2-MDSAcdcerqMyOLzejONbx8WN37UMARAg81hrXrVwbuirUm097ajMi7RQqwqDdw4ufHosADylNgo8mEEsTs3Ablmk4HYvbQBFtNLssL_WrzE8nccquZwGP3d4wJlsd4ASlt9SmBHq2LqMUdKsb_WiSaOz3RhfSQ15fdoEEHUM_CfPQGQAdHNbMO5tm9oBj8rUzakQVZnxJVtDTS-cFi2Gvx2ZoWZZXL_u7AISHzVBiu5-3yWXoXmCZU2o3x47OkXQh7Q1WGW_k0hb-LTWkYC7nQZlJOpAs7XxDzKSOfTA6wHz9sWbLDy1GIsOILx90gJbigBidmN1bO_alU0jrE-RPoPIOuo_tUKI81kVqKM_xiIXcCpjX0i84TZ3taQRwQMFBGtZjDMpwE15QYIQuYAa3cqiMEcQX9AdhvQHK8YULmTG0j-zP7eCstsr5_K4ihY3t6apR2W14FmhJa8wnsG6gDeblh1iE6BpZDFVv1fin5NnrDGJBchI20Cn7jWOCA7v1vTXS_i4XkYOwlAfwzB3aQnw8Et5EDf05pPBJl0GXN1DdsyFAQCzSDCXEQ62u38NgPoNrK5PhwKaUOBNr4=w640-h429-no\" width=\"640\" height=\"429\"/> </p>\n<p><a href=\"http://www.filipiknow.net\">[ImageCredit]</a></p>\n<p>No wonder why the Philippines is one of the top tourist spots all over the world. Visitors from around the world, mostly the Westerners who travel very far to east just to reach the country, always bring big smiles on their faces as they are on their way home. Aside from the beautiful places available for them to visit, one thing they can never forget while in the Philippines --the cultures. </p>\n<p><br></p>\n<p><strong>Filipinos' Hospitability</strong> </p>\n<p>One common visible attitude of the Filipinos regardless of their ethnic differences and embraced local cultures is their hospitability. Filipinos even treat a stranger good. Despite the calamities, financial crises, family conflicts, job loss, and any other problems the Filipinos usually encounter, they can still manage to entertain their neighbors, friends, and other acquaintances as if nothing bad has happened to them. There is no doubt about why the overseas Filipino Workers (OFWs) are in demand abroad because they can be good assets to the foreign businesses such as restaurants being waiters and waitresses, big companies being clerks, and they are even good as domestic helpers because of their unique comforting treatments towards their patients outside the country. </p>\n<p><br></p>\n<p><strong>High respect especially to elders</strong> </p>\n<p>The sayings 'po' and 'opo' when talking to different people especially to elders, whether Filipinos or non-Filipinos, are just ones of the manifestations that the Filipinos pay a high respect towards other people. This culture has been maintained by the native Filipinos and has successfully been transmitted to the young generation. With the help of the churches, this has been strengthened as a moral standard among the Filipinos. Failure to respect others is subject to certain punishment on the side of the mothers in the families with the purpose of educating the kids so that they will also pass it to the future generation. Bowing heads is also a way of respecting the elders. </p>\n<p><br></p>\n<p><strong>The Fiesta</strong> </p>\n<p>This term was originally Spanish in nature which means celebration or festival. This had been enculturated to the native Filipinos by the Spaniards during the Spanish colonization from the year 1565 to 1898 (333 years) and has continued to exist until today. This is a Catholic religious festival that gives tribute to Saints annually. This has been nationalized in the Philippines by the Spaniards during their era when they were still manipulating the Philippine government under the monarchial rule of the king in Spain. The Catholic religion was the official religion of the country that time under the ordinance of the king. Since then, the religious fiesta became an obligation for the Filipinos to be celebrated once a year. Presently, every <em>barangay </em>(small town), municipality, and city has its own fiesta differing in the day of celebration. In fact, it is one of the most joyful and awaited celebration as it only happens once a year. </p>\n<p>It is a food gathering and different fruit festival together with some street dancing representing the statues of the Saints which are being celebrated during the anniversary. For some Filipinos, it is also their family gathering as it is their tradition to come home together from their professions in the outside for at least the whole day. Filipino migrants usually leave their jobs for awhile just to attend to the fiesta in their hometowns. There are also circumstances that some neighborhood conflicts are resolved during the celebration because one feature also of the fiesta is avoiding troubles while being celebrated. </p>\n<p>What amazes also the foreigners during the fiesta is their friendly treatment to the strangers that they invite them to the dinner. The more people enjoying on the table full of food, the more merrier for them. They do not care of the expenses they spend for the annual holiday. </p>\n<p><img src=\"https://lh3.googleusercontent.com/bWC4JIC16fpFyXU3MUcoECfL6Te7_WzL3vIdSWAZJYsG0qVW5yt-70bnbchHU6uQ6rVJ-GsOFGmwrLEut-t9DW-Z2_g3umdynjXzjUabNLEW1ngs7GgkeialiaTlPM97-l66DZKbR71ilo8AiWWW5eYa5bUSVb6p5WWor3-yz7q6LwJ1m6dXJWdD3v8oel2e5roA7GWs7Xo46UrcgdEPxeRtUBv42gQwpIvi2c67hoVCzaqLH3hNZGc0pUjB1uDPJCYb1stRH0iyDpCOcuf8vqTDWKUek1m0WkNRv_kjsAfQYrM-e8YFtoYzmbFPQYPeQOJbmyshXY1yKth9YL4o1XQv2A5Bhr65dwGsGsHDjFZlsnDa6dyyaxn_tyMQdI7q2w460ThUjiXhxbeY6_IoTBPQVlMFAfi6NpUnAVwsNJldLizJMWfYcOlKOkbeTx-m803r6AmRdIZnLmKVDhx5m3mnWyll2Jmzhw_eJSJi-PCjq_gd0MroRVpA_3dzlp6yrLbefFlbF0bYUCF1WaP8ajhKNmOcDLYPuvlRLenQFoBxzWrMIFnM0hv0Dqe_jOrDWMsWAHHjH9OZMJnWIrtSL4Ekamb7sHfu8RoQr44vJLT1CWc=w600-h322-no\" width=\"600\" height=\"322\"/></p>\n<p><a href=\"http://topfamousquotes.com\">[ImageCredit]</a></p>\n<p><br></p>\n<p><strong>Filipinos' Optimism</strong> </p>\n<p>The Philippines has always been struck by typhoons that caused extreme flooding, earthquakes as it is in the pacific ring of fire, and threatened by terrorism. Poverty is also one of the country's social issues. Fortunately, the Filipino people have never lost hope for a good tomorrow. They can easily recover from tragedies. One can never compare a Filipino child who was once lost parents due to typhoon <em>Sendong </em>that hit <em>Visayas </em>and some part of Mindanao regions in the country in December, 2011 and yet stands to continue life once more and moves on from the past. This quality of theirs really inspires other nations mostly those who were also victims of the same catastrophes. Foreigners have always proudly brought this to their countries. Hopefulness is forever in one's heart of a Filipino wherever he/she goes. </p>\n<p>The Philippines should be a great source of inspiration, a model of good manners and right conduct and unity. Indeed, there are more impressive qualities of the Filipinos you can explore as you visit the country. As you try to visit the museums, you can see the historical background being portrayed in the form of any artistic creations, the essence of the patriotism through revolutions, and values contributed by the great fathers and the country's national heroes in the past to the current cultural system in the country. You cannot just imagine a Third World small country where temperature is very high can be greater than the other big States when it comes to values and richness in culture. Despite its economic inferiority over the others, it has stood firm to survive and produced good citizenry. </p>\n\n---------\n\n<b>Attention: This post has been written by @ellamaeamor</b>\n\n@knozaki2015 features authors and artist to promote them and a diversity of content. https://steemit.chat/channel/academy (if you want to get in touch)\n\nThe 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 their post @ellamaeamor\n</html>", + "body_length": 8572, + "cashout_time": "2016-10-03T11:05:57", + "category": "travel", + "children": 19, + "created": "2016-09-02T10:38:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\",\"philippines\",\"minnowsunite\",\"asia\"],\"users\":[\"ellamaeamor\",\"knozaki2015\"],\"image\":[\"https:\\/\\/lh3.googleusercontent.com\\/zu4X6VNybgwr8RM0pSK9F_WEzVs2-MDSAcdcerqMyOLzejONbx8WN37UMARAg81hrXrVwbuirUm097ajMi7RQqwqDdw4ufHosADylNgo8mEEsTs3Ablmk4HYvbQBFtNLssL_WrzE8nccquZwGP3d4wJlsd4ASlt9SmBHq2LqMUdKsb_WiSaOz3RhfSQ15fdoEEHUM_CfPQGQAdHNbMO5tm9oBj8rUzakQVZnxJVtDTS-cFi2Gvx2ZoWZZXL_u7AISHzVBiu5-3yWXoXmCZU2o3x47OkXQh7Q1WGW_k0hb-LTWkYC7nQZlJOpAs7XxDzKSOfTA6wHz9sWbLDy1GIsOILx90gJbigBidmN1bO_alU0jrE-RPoPIOuo_tUKI81kVqKM_xiIXcCpjX0i84TZ3taQRwQMFBGtZjDMpwE15QYIQuYAa3cqiMEcQX9AdhvQHK8YULmTG0j-zP7eCstsr5_K4ihY3t6apR2W14FmhJa8wnsG6gDeblh1iE6BpZDFVv1fin5NnrDGJBchI20Cn7jWOCA7v1vTXS_i4XkYOwlAfwzB3aQnw8Et5EDf05pPBJl0GXN1DdsyFAQCzSDCXEQ62u38NgPoNrK5PhwKaUOBNr4=w640-h429-no\",\"https:\\/\\/lh3.googleusercontent.com\\/bWC4JIC16fpFyXU3MUcoECfL6Te7_WzL3vIdSWAZJYsG0qVW5yt-70bnbchHU6uQ6rVJ-GsOFGmwrLEut-t9DW-Z2_g3umdynjXzjUabNLEW1ngs7GgkeialiaTlPM97-l66DZKbR71ilo8AiWWW5eYa5bUSVb6p5WWor3-yz7q6LwJ1m6dXJWdD3v8oel2e5roA7GWs7Xo46UrcgdEPxeRtUBv42gQwpIvi2c67hoVCzaqLH3hNZGc0pUjB1uDPJCYb1stRH0iyDpCOcuf8vqTDWKUek1m0WkNRv_kjsAfQYrM-e8YFtoYzmbFPQYPeQOJbmyshXY1yKth9YL4o1XQv2A5Bhr65dwGsGsHDjFZlsnDa6dyyaxn_tyMQdI7q2w460ThUjiXhxbeY6_IoTBPQVlMFAfi6NpUnAVwsNJldLizJMWfYcOlKOkbeTx-m803r6AmRdIZnLmKVDhx5m3mnWyll2Jmzhw_eJSJi-PCjq_gd0MroRVpA_3dzlp6yrLbefFlbF0bYUCF1WaP8ajhKNmOcDLYPuvlRLenQFoBxzWrMIFnM0hv0Dqe_jOrDWMsWAHHjH9OZMJnWIrtSL4Ekamb7sHfu8RoQr44vJLT1CWc=w600-h322-no\"],\"links\":[\"http:\\/\\/www.filipiknow.net\",\"http:\\/\\/topfamousquotes.com\",\"https:\\/\\/steemit.chat\\/channel\\/academy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-02T10:38:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57032151676114, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "352.491 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-local-culture-that-will-touch-everyone-s-heart-featuring-ellamaeamor-as-author", + "post_id": 833141, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The local culture that will touch everyone's heart (featuring @ellamaeamor as author)", + "title": "The local culture that will touch everyone's heart (featuring @ellamaeamor as author)", + "total_payout_value": "0.000 HBD", + "url": "/travel/@knozaki2015/the-local-culture-that-will-touch-everyone-s-heart-featuring-ellamaeamor-as-author" + }, + "mibenkito/a-steemian-s-world-food-journal-berlin-part-2": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17389634835466", + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27819249938174", + "voter": "smooth" + }, + { + "percent": "56", + "reputation": 0, + "rshares": "28860502053", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28953955646198", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2050463267913", + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141765692337", + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73293195198", + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17588844653985", + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2114254360199", + "voter": "hr1" + }, + { + "percent": "5700", + "reputation": 0, + "rshares": "3862705966571", + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "702336154836", + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5284856012567", + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1801397558448", + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4109123018567", + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5206652688937", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3496079106118", + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143555374197", + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3092923054", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3754266084", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "703374217", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4995351749915", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53061657853", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "489763929808", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1657812383", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213526366", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35933738358", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "202649750639", + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "343998041618", + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "331888149691", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2604238070192", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4751921752593", + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "621867704", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "940382971", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41263978983", + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "287911296", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23327433889", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2853685854", + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11644418543", + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20103098898", + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139665622759", + "voter": "nkdk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "516231409", + "voter": "densmirnov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58864078324", + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22550480480", + "voter": "joelinux" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "8103719753", + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "412941462", + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "483152352", + "voter": "ereismatias" + }, + { + "percent": "6000", + "reputation": 0, + "rshares": "514570567263", + "voter": "cryptogee" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "4939674792", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95011958367", + "voter": "alexandra-renee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2137374515", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "326226513564", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32572743966", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11938999787", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2749330985", + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7650555250", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57856611588", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1405317967", + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19582183128", + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1802083804", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29598348008", + "voter": "trung81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5794630789", + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "367487797560", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10955740799", + "voter": "aizen01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6652963595", + "voter": "aizen02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4865722427", + "voter": "aizen07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7026919929", + "voter": "aizen06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92592018", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6421759768", + "voter": "aizen16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4313985627", + "voter": "aizen22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4506139557", + "voter": "aizen12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82621730937", + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9979228134", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "393483610", + "voter": "applecrisp" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "322725721", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51187477601", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "877387487", + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30997380355", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "189370203727", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48311574320", + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76593434545", + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "888404252", + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49078112810", + "voter": "lat-nayar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2183585346", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22636363373", + "voter": "ozzy-vega" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77310815723", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14292862687", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25602552413", + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "259181015078", + "voter": "inboundinken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8973022242", + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2469906725", + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6010057184", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14238278623", + "voter": "ultralord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25332644297", + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257176203", + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "194660950", + "voter": "russle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "165923579061", + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "293163669", + "voter": "sonyanka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12978977733", + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1070392003", + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25160378616", + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1893074105", + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124637101587", + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8188793208", + "voter": "manoami" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64622813111", + "voter": "jasonmcz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "525127069", + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149597413", + "voter": "steemswede" + }, + { + "percent": "9500", + "reputation": 0, + "rshares": "515743918822", + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7899944578", + "voter": "hammurabi" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "18993272191", + "voter": "furion" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "215273578", + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "197364561", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91781758", + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245149849", + "voter": "denaver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15301651560", + "voter": "pino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247843152", + "voter": "ikrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1011156146", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4342647847", + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3543331507", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4372064403", + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66681871268", + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2207050712", + "voter": "jvper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4382127324", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20914183978", + "voter": "meiisheree" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59973035756", + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "330063414", + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3575243988", + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "398113378", + "voter": "danroseman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1944463968", + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "276093996", + "voter": "abreding" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6221051938", + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1776130125", + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "204085490748", + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3469359246", + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14373912130", + "voter": "martin1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "263376582", + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77714674342", + "voter": "manthostsakirid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "507773964", + "voter": "puck82" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420436405", + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25785939668", + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7167051463", + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9311456594", + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173766436", + "voter": "dnsz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2192389917", + "voter": "travelista" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141272122", + "voter": "bento" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62083952536", + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109207679", + "voter": "grxcii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116165395", + "voter": "pheebsta10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4413481558", + "voter": "hagie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1595603322", + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "457359992", + "voter": "foxxycat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1446410332", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109399116", + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7955943632", + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "201852079622", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2281332059", + "voter": "lostnuggett" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "6526677549", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "145409686", + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8069234425", + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116037595", + "voter": "dabaisha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216350984969", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2930236240", + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20511474710", + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18547656613", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "309724809", + "voter": "frk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "615549718", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5699690359", + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39665086553", + "voter": "healthyrecipes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115354761", + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115083433", + "voter": "arrogantobserver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "227628146100", + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "867299760", + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9172359854", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1615825158", + "voter": "coinbar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149704863604", + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5074616142", + "voter": "croatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65253293", + "voter": "vladimirputin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24799731791", + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65245958", + "voter": "angelamerkel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70807781", + "voter": "always1success" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18097832765", + "voter": "yng-entrepreneur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15953922201", + "voter": "amy-goodrich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63853091", + "voter": "temaga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63922275", + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104891240", + "voter": "usnewspress" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40658065877", + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "845144142", + "voter": "altucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1861519539", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63844721", + "voter": "elena000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63300522", + "voter": "nickola" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115471166", + "voter": "lizzie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50637904", + "voter": "shanejonas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104482094", + "voter": "timferriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "821396070", + "voter": "labradorsem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107694872", + "voter": "darrenrowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9284821741", + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50715123781", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67568500432", + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138664054", + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3135424146", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1704895827", + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1559079167", + "voter": "anjoke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "496975026", + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "935972275", + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "184430879", + "voter": "pcashmore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61335111", + "voter": "andrew.sullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1053149515", + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "273843818", + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "893416904", + "voter": "brianclark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72471016", + "voter": "olgasudneva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "743535130", + "voter": "daniel.kahneman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220163744", + "voter": "tucker.max" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "756303913", + "voter": "darren.rowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230265354", + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56946314", + "voter": "chris.dunn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1926231548", + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61696026", + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27788614709", + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1826480131", + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70654507", + "voter": "sarita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "847154666", + "voter": "pat.flynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63446923", + "voter": "lau.san029" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61960111", + "voter": "ltyadigg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1056887406", + "voter": "mattmarshall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "316521544", + "voter": "timothysykes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159049404", + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59944504", + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74403086", + "voter": "patflynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "749235789", + "voter": "andrewsullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62214076", + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "507826424", + "voter": "annaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71432076", + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60661014", + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36090855941", + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2081770046", + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3123974246", + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "376828061", + "voter": "harvey.levin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "948629581", + "voter": "kollapsik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54588377", + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111232966", + "voter": "cinderphoenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2021803395", + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58964015", + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58816907", + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57478133", + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1316907654", + "voter": "wroman0207" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "181043800", + "voter": "rand.fishkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1148637893", + "voter": "garretts87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63880750022", + "voter": "justinlaak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26112430490", + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58064982", + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78411391", + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14939050588", + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4741384256", + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14396151377", + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "426936350", + "voter": "aviator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27069867734", + "voter": "loro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4133964716", + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73120144", + "voter": "samsunglg7413" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36775386196", + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56507401", + "voter": "maximator15" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "970979333", + "voter": "ivet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22473833620", + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53969481", + "voter": "dubaicoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61086966", + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55797644", + "voter": "hexangel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "484058603", + "voter": "sophiachan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55660383", + "voter": "kosmatimuc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1050210209", + "voter": "zazeem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1520315449", + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50952401", + "voter": "bobbins" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2000969226", + "voter": "thedashtimes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56504986", + "voter": "feedyourbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57830376", + "voter": "consiliarius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "470519548", + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53942218", + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56121648", + "voter": "sylph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54632424", + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180864336", + "voter": "harveylevin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26327909435", + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55321893", + "voter": "appalachain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53199462", + "voter": "brodiepunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50931848", + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2857005564", + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52932558", + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125165821", + "voter": "gary.vaynerchuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62583641", + "voter": "oncom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "168766640", + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53764342", + "voter": "dr-who" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104633045", + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53724029", + "voter": "patelincho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52633466", + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "185443755", + "voter": "chengmin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69306015", + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54658188", + "voter": "park.bom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53671263", + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53753001", + "voter": "unlonely-soul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53103516", + "voter": "yegor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53109574", + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50922116", + "voter": "ramooz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53497847", + "voter": "fpcvirtual" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52387343", + "voter": "saamychristen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52153025", + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51381328", + "voter": "magralex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53089601", + "voter": "maximsm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54942406", + "voter": "fluffy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104730476", + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51766777", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51763962", + "voter": "nikita555" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51699160", + "voter": "oblivion1987" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51657132", + "voter": "monster87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50533177", + "voter": "victorizwekov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51494139", + "voter": "thekalby" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52412324", + "voter": "saifer87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51371752", + "voter": "mahasin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52369726", + "voter": "steemitmag" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51333608", + "voter": "viktorvol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51325998", + "voter": "newlifegirl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207968680", + "voter": "max78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51288728", + "voter": "soul.ripper.ittu" + } + ], + "author": "mibenkito", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hello everyone, I am coming back with the second part of my Berlin food trip. I hope you enjoyed the first part of the journey, and for some of you who have been asking for the next one, here it is :) \n\n\n*Sachiko Sushi's famous sashimi dish*\n\n**SACHIKO SUSHI**\nI love Japanese food, I really do. And so does my hubby. He can eat sushi everyday and even every meal. Therefore, we decided to have Japanese food for lunch. Surprisingly, there are several places offering Japanese dishes in Berlin, and it was such a challenge choosing which one to visit. Eventually, we went to Sachiko Sushi in Grolman street. This place is quite small and cozy, not so many tables but the special thing is they have a really nice \u201csushi river\u201d in the middle of the room:\n\n\n*Sushi on boats :P*\n\n*It got empty quite quickly (not from us, of course)*\n\nSushi dishes are put on top of the boats and the sushi boats go along the river. Customers can easily take their favorite one directly from the boats. It is a fun experience eating like that. The sushi river along with soft music at the restaurant has brought a relaxing feeling to people. The sushi here are quite nice, we ordered some original dishes and some fusion ones. \n\n\n\n\n\n*Some nice mixed maki roll*\n\nUnfortunately, Sachiko sushi only offers sushi and some side dishes such as tempura, gyoza and Japanese chicken nuggets. There is no udon, ramen or rice, which made me a little upset :( this restaurant is worth trying once you are a fan of sushi. \n\n**FROZEN YOGURT**\n\nYummy is all I can say about this dessert. There are different yogurt flavors: original, strawberry, mango and caramel. I chose the medium size with 4 toppings. It is fun selecting the toppings since there are several kinds such as fresh fruit, cookies, nut, chocolate sauce etc. My cup turned out to be toooo much, a big one full of toppings. But it looked sooo attracting and eventually I finished the whole cup by myself :) \n\n**MATCHA LATTE \u2013 COME BUY BUBBLE TEA**\nWe ran into this beautiful tea shop on a street at the heart of the city. Unlike the Coco Tea shop yesterday, this place offers a wider range of tea, more traditional and typical Taiwanese. I just love the d\u00e9cor with nature style. They even have a bookshelf with many Asian comic books. I was extremely happy when I saw \u201cMatcha\u201d on the menu. Although Matcha drinks are popular in Asian, here in Germany they become pretty rare as Western people seem to be not so interested in this flavor. For me, I like the bitterness of Matcha and the aroma rising from it. Undoubtedly, I had to order a cup of Matcha milk tea with pearls right away. And I was not disappointed. The matcha is so refreshing, strong and aromatic \u2013 another must-try when you are in Berlin ;)\n\n*Comebuy shop from the outside (Credits: pic from google)*\n\n*And the inside (Credits: pic from google)*\n\n*We took 3 cups of these delicious* \n\n**VIETNAMESE RESTAURANT- DONG XUAN MARKET** \nDong Xuan market is an ideal place for Vietnamese cuisine lover like me. Beside Asian mini supermarkets and shops, there are many restaurants there offering authentic Vietnamese dishes. Nowhere else in Berlin could you find the full menu of Vietnamese foods including even the rare ones. With recommendation from a friend, we stopped by Hanoi Quan and had a beautiful dinner there. \n\n*The famous Bun Cha \u2013 a Hanoian specialty : noodle soup with pork BBQ and dipping sauce.* \n\nYummy !!! I love how they put everything into a bamboo dish, very attracting ;) By the way, you can read more about [Bun Cha here](https://steemit.com/food/@mibenkito/my-second-journey-to-the-exotic-land-of-asian-cuisine-obama-s-bun-cha).\n\n\n*One of the most popular and well-known meal in Vietnam: Ph\u1edf (This one is chicken style noodle soup - Pho Ga).* \nRead more about [Pho here](https://steemit.com/food/@mibenkito/welcome-to-the-exotic-travel-of-asian-foods-first-entry-pho-a-bow-of-heaven).\n\n*Banh Cuon*\nBanh Cuon in short is Vietnamese steamed rice cakes, inside is minced pork with special type of mushroom, you eat them with a dipping sauce, somehow similar to Bun Cha\u2019s sauce :) \n\n\nChicken legs salad - my most favorite dish of the meal. The chiken legs without bones are mixed with some Vietnamese vegetables, fresh herbs, sweet and sour dressing. I am starving typing this line. The crunchiness of the legs and the sweet and sour flavors of the dressing make a great combination. I just could not help it, so I decided to ask for one more dish to take away :) \n\nIt was such an awesome dinner that we had at Dong Xuan market. I could not eat the Vietnamese dessert since I was too full. What a pity ! But I will come back here soon, I promise ;) That is also the end of my short food trip in Berlin. Although it was only 2 days, I realized that I had eaten toooo much after composing these entries. There is no doubt that my weight will be a big problem here, but who cares ? Good food, happy life \u2013 that is my slogan :P \nThank you so much for reading my food entries, I will try to come up with more interesting posts later. \n***See you soon <3<3<3***", + "body_length": 5907, + "cashout_time": "2016-09-23T00:26:51", + "category": "food", + "children": 32, + "created": "2016-08-22T22:33:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"cuisine\",\"gourmet\",\"asia\",\"berlin\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T22:33:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 140512247554145, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "2728.786 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-steemian-s-world-food-journal-berlin-part-2", + "post_id": 711760, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A steemian's world food journal. Berlin Part 2", + "title": "A steemian's world food journal. Berlin Part 2", + "total_payout_value": "0.000 HBD", + "url": "/food/@mibenkito/a-steemian-s-world-food-journal-berlin-part-2" + }, + "mibenkito/a-steemian-s-world-food-journal-part-3-rome": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17070786820349", + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "701289384385", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26082616638462", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2010609660712", + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73313493358", + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17814853803589", + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "214646702495", + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1718894525787", + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "639366898622", + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5280129509838", + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1319266817704", + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3026665015417", + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4648054497882", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158253322846", + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3099652417", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3763074284", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "697396740", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7044827021272", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54062074579", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32970728002", + "voter": "danknugs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "425100984008", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1661153383", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213676452", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38923095598", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212933742472", + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "401855450647", + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "389237830804", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2463454298935", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1820104943", + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136831361094", + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "622799607", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "967315888", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67904405288", + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "288163140", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "306215922458", + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71043895599", + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23701819727", + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "198437121051", + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47032092372", + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58879724992", + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24682698764", + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "404677165", + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "4733094875", + "voter": "spaninv" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "9948566342", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10055054074", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "928388769", + "voter": "weenfan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3820590584", + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4721126125", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73985928333", + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1432103621", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "161221102163", + "voter": "sascha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "534642000823", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10850297468", + "voter": "aizen01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6481459586", + "voter": "aizen02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4779574391", + "voter": "aizen07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7225945480", + "voter": "aizen06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6404537879", + "voter": "aizen16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4207782131", + "voter": "aizen22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5833287055", + "voter": "aizen36" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4395792352", + "voter": "aizen12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11828696347", + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8276643072", + "voter": "badger311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8566438236", + "voter": "badger313" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8530656147", + "voter": "badger312" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8823780230", + "voter": "badger316" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8943308725", + "voter": "badger319" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8852784531", + "voter": "badger3101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8316626027", + "voter": "badger3111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8867590774", + "voter": "badger3121" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8483782672", + "voter": "badger3131" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8589693006", + "voter": "badger3141" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8566564172", + "voter": "badger3171" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8377837863", + "voter": "badger3181" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8952530581", + "voter": "badger3191" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8377694078", + "voter": "badger3112" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8712059147", + "voter": "badger3132" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8587779801", + "voter": "badger3162" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8814241899", + "voter": "badger3113" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8471844878", + "voter": "badger3123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8593180990", + "voter": "badger3133" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8937853587", + "voter": "badger3153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8622677927", + "voter": "badger3163" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8652587204", + "voter": "badger3193" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8603195802", + "voter": "badger3114" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8513828203", + "voter": "badger3124" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8418609362", + "voter": "badger3144" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8341963589", + "voter": "badger3154" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8211947059", + "voter": "badger3164" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8537305671", + "voter": "badger3174" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8812186074", + "voter": "badger3194" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8710525633", + "voter": "badger3105" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8655161711", + "voter": "badger3135" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8257215695", + "voter": "badger3145" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8829483780", + "voter": "badger3155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8528296284", + "voter": "badger3175" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8308842728", + "voter": "badger3195" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7957881882", + "voter": "badger3106" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8760755366", + "voter": "badger3116" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8807792747", + "voter": "badger3126" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8441883862", + "voter": "badger3136" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8095353408", + "voter": "badger3146" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8322493748", + "voter": "badger3156" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8534163098", + "voter": "badger3166" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8450641421", + "voter": "badger3176" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8582678569", + "voter": "badger3186" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8617780557", + "voter": "badger3196" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8546640177", + "voter": "badger3107" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8303763001", + "voter": "badger315" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8790307327", + "voter": "badger318" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8838972348", + "voter": "badger3151" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8517593801", + "voter": "badger3161" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8771910588", + "voter": "badger3122" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8709910535", + "voter": "badger3142" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8928668294", + "voter": "badger3152" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8245255255", + "voter": "badger3172" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8748725703", + "voter": "badger3182" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8508814316", + "voter": "badger3192" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8425076253", + "voter": "badger3143" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8683038330", + "voter": "badger3173" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8395288309", + "voter": "badger3104" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8112989986", + "voter": "badger3134" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8511948633", + "voter": "badger3184" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8450267546", + "voter": "badger3115" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8914302812", + "voter": "badger3165" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8547349550", + "voter": "badger3185" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8608146888", + "voter": "badger314" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8838158511", + "voter": "badger317" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8581577807", + "voter": "badger3102" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8543762565", + "voter": "badger3103" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8472171369", + "voter": "badger3125" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8438960165", + "voter": "badger3183" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3521210173672", + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "383010988", + "voter": "applecrisp" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "316045878", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53004330254", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1427922762", + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98099130781", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42303203264", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4943428409", + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6595203493", + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3313208920", + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8020860814", + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12847553937", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16644055203", + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25352220451", + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183546296", + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5709220382", + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "261398303", + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8303520331", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7856919442", + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "164378671194", + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5407905701", + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107619198367", + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5709120893", + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5889338980", + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "505506762", + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1462873550", + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8550842571", + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "692461443970", + "voter": "slowwalker" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "28500342721", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "641903579", + "voter": "busser" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "198339802", + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "183568347", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "823925676", + "voter": "nobreku" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "525662045", + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "701869001", + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32289566590", + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5199507546", + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112062003408", + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4186034806", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20316967937", + "voter": "meiisheree" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1311125835", + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "342458473", + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10935823073", + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2817031740", + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41808772713", + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "507773964", + "voter": "puck82" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "429170927", + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2472742939", + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "252327047833", + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6880831700", + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7391557396", + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2379959653", + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3096874425", + "voter": "travelista" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4647865096", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138502081", + "voter": "bento" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73266692391", + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203767548136", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2621166255", + "voter": "lostnuggett" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "10195305206", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148377230", + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "401487161", + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "682664725", + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109783161", + "voter": "activcat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222096286", + "voter": "shadyonline" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17536455226", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "618870918", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "225852101", + "voter": "dubraman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1555490104", + "voter": "leylar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9692810581", + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115507974", + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148267916", + "voter": "manofsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "879507428", + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2456070989", + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "946631295", + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54826151266", + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "447274744", + "voter": "bento04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "748522774", + "voter": "bento03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8765905121", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "238796516", + "voter": "bento02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "548828323", + "voter": "bento01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1614690218", + "voter": "coinbar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178107416669", + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4988606228", + "voter": "croatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63973816", + "voter": "vladimirputin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24331253993", + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63966626", + "voter": "angelamerkel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81715898", + "voter": "bento06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4580296810", + "voter": "darknet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34796349266", + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55124897034", + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1015107248", + "voter": "altucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101438926", + "voter": "timferriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104558128", + "voter": "darrenrowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92691457168", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55022014", + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "687859719", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10948052079", + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23099371035", + "voter": "eneismijmich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1342763094", + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179093177", + "voter": "pcashmore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59548651", + "voter": "andrew.sullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "273860901", + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1040942017", + "voter": "brianclark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "827934791", + "voter": "daniel.kahneman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232211748", + "voter": "tucker.max" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "739325893", + "voter": "darren.rowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230299622", + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55635509", + "voter": "chris.dunn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61696026", + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1309268145", + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1172631836", + "voter": "pat.flynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81442886606", + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1219120032", + "voter": "mattmarshall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "436390438", + "voter": "timothysykes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11445473539", + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114992597", + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61167862", + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106072120", + "voter": "patflynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "893012263", + "voter": "andrewsullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60661014", + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36192079739", + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60766332", + "voter": "armcore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "485926093", + "voter": "harvey.levin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "273090956", + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2510434809", + "voter": "madoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58816907", + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "194130495", + "voter": "rand.fishkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58064982", + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78411391", + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13594625248", + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "978852378", + "voter": "therealpaul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1232405079", + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "751596539", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72927956575", + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74584024", + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112838805", + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83514025", + "voter": "happylovelife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51349284", + "voter": "mnviking" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55725073", + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "177352048", + "voter": "harveylevin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22137549752", + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54012814", + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "122711589", + "voter": "gary.vaynerchuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53990613", + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117997260", + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51716816", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106768414", + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54576373", + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51449632", + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53531096", + "voter": "imc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52332195", + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110748692634", + "voter": "msgivings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1515811185", + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5412868994", + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2912548324", + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50523318", + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50454788", + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50468091", + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50693023", + "voter": "timothy.sykes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "142968891", + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53979368", + "voter": "keithanalog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "329313117", + "voter": "robotev2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2382255281", + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55474055", + "voter": "rawbeing" + } + ], + "author": "mibenkito", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hello Steemians, I am very happy to be back on Steemit and continue my never-ending stories about food. I had written about food in Berlin for the last two entries, you can see them [here](https://steemit.com/food/@mibenkito/a-steemian-s-world-food-journal-berlin-part-2). And now is time to start a brand new journey, to a very old but adorable city of the Mediterranean time: **ROME**. \n\nAs you know, Rome is famous for its amazing architectures such as Colosseum, Trevi Fountain, Pantheon, etc. There are just too many interesting places that you have to visit in this wonderful city. But, how about the cuisine? To talk about Italian cuisine in general, pizza and pasta are seemed to be the most two popular dishes. Notwithstanding, the food in Rome is more than that. There are several yummy eating places with different types of food there, and I\u2019d love to tell you about some of them on this post. Let\u2019s get it started now!!!\n\n[](https://postimg.io/image/i974x55ob/)\n\n**HANG ZHOU CHINESE RESTAURANT**\nVia Airbnb, we booked a nice apartment in Miucino. The host was very friendly and helpful, he introduced this restaurant to us. It is near our apartment, just 5 minutes walking. After a long, tired day of traveling by foot, we visited the restaurant with hungry stomachs and weary feet. The menu is pretty popular with various Chinese dishes of all kinds. The demonstrating pictures made me hungrier and I decided to order the food by pointing at some photos. It did not take a long for the foods to be done and we were served quickly. I did not know if it was because we were starving or the food was too yummy, but we finished them in 15 minutes. Luckily I remembered to take some pictures: \n\n\n**The stirred black rice with shrimps and shallot** \u2013 I have tried black rice many times but never with this style. Normally I eat steamed black rice with yogurt (it is a southeast asia typical dessert), however it tastes interestingly when it is stirred, although it is a little bit chewy and hard. \nOn the left is the famous Chinese Xiu Mai with shrimps and pork mince, not the best Xiu Mai I have eaten but it is not bad at all ;)\n\n**Deep-fried duck with orange sauce** - we love this dish <3 The duck is quite crunchy, the sweet and sour orange sauce combined with the duck creates a delicious taste that makes us want to eat more. \nThere are three other dishes that we ate, however forgive my hungriness, it was too late before I realized that I need to take some photos (it is one of my hobbies as well). However, it is not too difficult for me to find some pictures from the internet, since this restaurant is quite well-known in Rome: \n\n\nThe price was not expensive at all, only 60-70 euro for a dinner of 4 people. The food is delicious and the dishes are big enough for all of us. With a very full stomach, I was more than happy to give some tips for the waitress and told him that we will definitely come back next time. \n\n**Palazzo del Freddo Giovanni Fassi \u2013 Most famous Ice Cream shop in Rome** \nNear the Hang Zhou restaurant is a large ice cream shop with an attracting aroma catching attention of passengers every time they walk by. How could I resist this sweet seduction? There are a lot of customers there in the shop, some were enjoying their ice cream and some were queuing in a long line to order their treat. \n\n*Customers in front of the ice cream booth*\n\nInterestingly, there is not only ice cream but also several kinds of dessert here: the famous tiramisu, waffle with ice cream, crepe, ice cream cakes, fresh chocolate etc. All look extremely yummy, I wish I could try them all :P After 5 minutes of waiting in the line, we decided to order tiramisu, chocolate ice cream cake and some ice cream flavors. All of the ice cream here are freshly made. There are so many flavors but I chose chocolate, caramel and vanilla. The shop has a signature sauce to put on top of the ice cream, and it was the best part. I can tell it was made of fresh milk, whipping cream, sugar and there might be other things that create a unique taste that I would never forget. I bought the medium size cone and it turned out to be really hugeee. But no worry, since it was super tasty, I finished it right away. The tiramisu and ice cream cake were also pretty good. \n\n**Ice cream cakes in the fridge**\n\n\n**Fresh chocolate with different flavors: lemon, dark chocolate, milk chocolate**\n\n\n**Our treat**\n\n\n**The hugest ice cream cone in my life**\n\nAnd believe it or not, we bought 2 cakes, 2 cone and 1 cup for just aroud 10 euro. It was surprisingly cheap, too cheap for the quality and quantity that they had given. I love this ice cream shop,it is one of the best ice cream in my life so far. If you plan to visit Rome, this place is a must :) \n\n**TEMAKINHO ROME BORGO \u2013 JAPANESE FUSION RESTAURANT**\nTemakinho is a small restaurant around 10 minutes walking from Venice square. We found it from Trip advisor with pretty high ranking in the Japanese category. What makes us curious about this restaurant is that they create their own style of sushi by combining Japanese, Brazilian and South American cuisines. The d\u00e9cor is so cool with Brazilian style, which is unlike typical Japanese eating places.\n\n*Inside temakinho - Credits to temakinho.com*\n\nLooking at the menu, we were a little bit lost since all the dishes sound pretty strange. I had never seen them before. Therefore, a friendly waiter came to explain the menu and helped us with our order. And wowww, please have a look at what we tried: \n\nThis beautifully decorated dish is raw fishes salad \u2013 salmon, salmon roe and tuna with the restaurant\u2019s special sauce. The fishes are fresh, the sauce is somehow similar to teriyaki sauce. I just love how they decorated it, such a piece of art work.\n\nGrilled seafood (king crab, prawn, octopus, scallop) eating with deep-fried slices of potatoes, honey mustard sauce. Another beautiful dish and the taste is not bad at all. The seafood is properly grilled, the potato slices are crunchy. Nice combination!\n\nAnd here it is, the main dish: sushi in fusion style. We ordered 4 types of maki rolls. The ones with soft shell crab and grilled salmon with creamcheese are my two favorite. These sushi rolls are surprisingly good, the rice is soft, sticky and other ingredients are fresh. 8/10 scores for this sushi dish from me.\nThe minor point of this restaurant might be the price, since it is not cheap. We spent over 100 euro for the meal. However for all the \u201cfusion invention\u201d and super lovely food decoration, I think they deserve it. This restaurant is another must in Rome if you like sushi. By the way, it's a little bit hard to find the restaurant since it locates in a very narrow street with a lot of others cusine restaurants. Make sure you find the right one ;).\n\n**RISTORANTE LA TEVERNA ROMA \u2013 ITALIAN RESTAURANT**\nThe final destination I want to show you guys is La Teverna, an Italian restaurant. It will be a big mistake ignoring Italian food when you are in Rome. With the recommendation of our Airbnb host, we came to this restaurant for lunch. Besides pizza, pasta, we ordered mussels and a combined dish of grilled seafood. It took quite a long time for the dishes to be served, notwithstanding it was worth the wait. \n\n\n**Steamed mussels in garlic butter sauce**. \nMussel is one of my most favorite seafood dishes, therefore I have tried it in many different places but this mussel dish had totally got me. The mussels are big and soft (in some other places they are quite chewy), the sauce is nicely balanced. I can finish the whole dish on my own :D\n\n*Pasta bolognese \u2013 the typical Italian pasta*. The taste is okay, there is nothing special about this dish :(\n \n*A big pizza with mushroom, salami*. My sister ordered it and I just tried one piece (I am not a fan of pizza, to be honest). The pizza was freshly baked, hot and crunchy.\n\n**Seafood pasta** - I do not remember the Italian name of this dish, however it is quite tasty. The seafood is cooked in tomato sauce and wine, the mussels are extremely good.\n\n**The grilled seafood dish**: this dish is huge, a small lobster, a thick slice of salmon, prawns, squid and sea-bass. They are all marinated and properly grilled. I love the prawns with a lot of eggs inside, the lobster meat is sweet and fresh too.\n\nTo sum up, the restaurant is quite nice. I will go for seafood dishes if I visit it next time. The mussels there are too good. However, the pasta and pizza are just okay. The price is reasonable, approximate 100 euro for a meal of 5 people (with really big stomachs lol). \n\nThat is the end of my food report about Rome. It was such a pity I did not have enough time to try other places, but I am quite satisfied with what I have eaten here. I Rome you can find really nice Japanese fusion dishes, fantastic ice cream, yummy Chinese restaurants and of course, one of the best Italian food. I hope to come back to this amazing city again, and if I can, there will definitely be another part of my Rome food journal on Steemit ^^ \n*Ciao !!!!!*\n\n*PS: Bonus pic - Me and the Colosseum <3<3<3*\n", + "body_length": 10588, + "cashout_time": "2016-10-02T04:02:00", + "category": "food", + "children": 24, + "created": "2016-08-31T21:41:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"cuisine\",\"gourmet\",\"asia\",\"rome\"],\"image\":[\"https:\\/\\/s9.postimg.io\\/omw80eakf\\/IMG_1825.jpg\",\"https:\\/\\/s16.postimg.io\\/tgihxkvkj\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/x1edgt045\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/ko1j9wafp\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/t7kx7nis5\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/f3p1z9bkl\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/es7lmhv4l\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/lwpevj2dx\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/ll7yirlxx\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/wm7p1j3kl\\/image.jpg\",\"http:\\/\\/www.temakinho.com\\/wp-content\\/uploads\\/2015\\/11\\/32.jpeg\",\"https:\\/\\/s16.postimg.io\\/86zh0h4np\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/a02dospud\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/g2a0faead\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/cwpep2vo5\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/z9x5bvwlx\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/80lrxdvit\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/qu7kudtqt\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/hnpa73oid\\/image.jpg\",\"https:\\/\\/s16.postimg.io\\/mnmqf1u4z\\/image.jpg\"],\"links\":[\"https:\\/\\/steemit.com\\/food\\/@mibenkito\\/a-steemian-s-world-food-journal-berlin-part-2\",\"https:\\/\\/postimg.io\\/image\\/i974x55ob\\/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T21:41:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100792895821252, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "1007.586 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-steemian-s-world-food-journal-part-3-rome", + "post_id": 817292, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A steemian's world food journal. Part 3: Rome", + "title": "A steemian's world food journal. Part 3: Rome", + "total_payout_value": "0.000 HBD", + "url": "/food/@mibenkito/a-steemian-s-world-food-journal-part-3-rome" + }, + "mibenkito/a-steemian-s-world-food-journal-part-4-hong-kong": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17075375575873", + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "674404435264", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31863004323399", + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "721890118691", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2010864126046", + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169767688633", + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73321678595", + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17749711109744", + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2005925944180", + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5696562549341", + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1641635205192", + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3881712764441", + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5010688340345", + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3101979906", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3766015556", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "690745828", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7391399237877", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54458709653", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1662293811", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213745690", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "208825720621", + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2003157617995", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60042227503", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "208801372100", + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "447837844638", + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "434902092972", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2789958067603", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1640752750", + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "131666893990", + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5752522643195", + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11476648883", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "624730593", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "969498441", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7470172430", + "voter": "modeprator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85958724475", + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22825006510", + "voter": "sadochismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "288279032", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1782785896", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10847982979", + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "185783068197", + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58894770868", + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "745935309194", + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20561080260", + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "405424573", + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "4626933166", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27968233766", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13222638777", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3527853286", + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14351364387", + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "623210470", + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74128045337", + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1425060592", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200337154625", + "voter": "sascha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2579002497", + "voter": "error" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1730639152", + "voter": "edtorrez" + }, + { + "percent": "9300", + "reputation": 0, + "rshares": "14952306675", + "voter": "ombc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "728989897151", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10764724902", + "voter": "aizen01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6419808350", + "voter": "aizen02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4734270392", + "voter": "aizen07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7159847081", + "voter": "aizen06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6344832280", + "voter": "aizen16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4167889619", + "voter": "aizen22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5779147034", + "voter": "aizen36" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4353966656", + "voter": "aizen12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8277173317", + "voter": "badger311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8567033020", + "voter": "badger313" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8531250931", + "voter": "badger312" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8824407404", + "voter": "badger316" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8943935898", + "voter": "badger319" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8853411704", + "voter": "badger3101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8317156271", + "voter": "badger3111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8868217948", + "voter": "badger3121" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8484377457", + "voter": "badger3131" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8590287791", + "voter": "badger3141" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8567158957", + "voter": "badger3171" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8378400341", + "voter": "badger3181" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8953157754", + "voter": "badger3191" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8378240429", + "voter": "badger3112" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8712670126", + "voter": "badger3132" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8588374585", + "voter": "badger3162" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8814869073", + "voter": "badger3113" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8472439662", + "voter": "badger3123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8593775774", + "voter": "badger3133" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8938480760", + "voter": "badger3153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8623272711", + "voter": "badger3163" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8653198182", + "voter": "badger3193" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8603790587", + "voter": "badger3114" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8514422988", + "voter": "badger3124" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8419188039", + "voter": "badger3144" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8342493834", + "voter": "badger3154" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8212461347", + "voter": "badger3164" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8537900455", + "voter": "badger3174" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8812813247", + "voter": "badger3194" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8711136612", + "voter": "badger3105" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8655772689", + "voter": "badger3135" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8257745940", + "voter": "badger3145" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8830110954", + "voter": "badger3155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8528891068", + "voter": "badger3175" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8309372973", + "voter": "badger3195" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7958267601", + "voter": "badger3106" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8761366345", + "voter": "badger3116" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8808419921", + "voter": "badger3126" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8442462539", + "voter": "badger3136" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8095803249", + "voter": "badger3146" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8323023992", + "voter": "badger3156" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8534757882", + "voter": "badger3166" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8451220098", + "voter": "badger3176" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8583273353", + "voter": "badger3186" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8618375342", + "voter": "badger3196" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8547234961", + "voter": "badger3107" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8304293246", + "voter": "badger315" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8790918306", + "voter": "badger318" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8839599521", + "voter": "badger3151" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8518188585", + "voter": "badger3161" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8772521567", + "voter": "badger3122" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8710521514", + "voter": "badger3142" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8929295467", + "voter": "badger3152" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8245785500", + "voter": "badger3172" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8749336682", + "voter": "badger3182" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8509409101", + "voter": "badger3192" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8425654930", + "voter": "badger3143" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8683649309", + "voter": "badger3173" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8395850788", + "voter": "badger3104" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8113455954", + "voter": "badger3134" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8512543418", + "voter": "badger3184" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8450846223", + "voter": "badger3115" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8914929986", + "voter": "badger3165" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8547944335", + "voter": "badger3185" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8608741672", + "voter": "badger314" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8838785685", + "voter": "badger317" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8582172592", + "voter": "badger3102" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8544357350", + "voter": "badger3103" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8472766154", + "voter": "badger3125" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8439538842", + "voter": "badger3183" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "418260947", + "voter": "applecrisp" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "316548387", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53631918572", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5823480356", + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111074897588", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2799544113", + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2692777720", + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12574853814", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25750640587", + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "277799955", + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7338632106", + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "164400778841", + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101336284883", + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61564539118", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "705836235", + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "496269063", + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "556713755", + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "510349652", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1733729069", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3822802722", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33641266168", + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2438131185", + "voter": "thelindvall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3975599183", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20123917654", + "voter": "meiisheree" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "342522989", + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77759170317", + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3083648732", + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10766798861", + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141941273924", + "voter": "bonface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "465679849", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44284284343", + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5760427274", + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "529028021", + "voter": "puck82" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "429300058", + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19664540630", + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8243642133", + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7167936441", + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6744914331", + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159486591", + "voter": "xondra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7797527587", + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45286321138", + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138502081", + "voter": "bento" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2739157822", + "voter": "mookosoo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13186584856", + "voter": "hagie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1514006024", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193382935123", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17061635755", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32406755974", + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157385299", + "voter": "mikeoleksyuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148377230", + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3826152481", + "voter": "sompitonov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20892232796", + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16481506948", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "619894722", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3278077151", + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16691766611", + "voter": "noodles.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "563047619", + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "513768946", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "545911812", + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "135898641", + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2973318620", + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18092490571", + "voter": "lsc9999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1859734787", + "voter": "lpninja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56806703159", + "voter": "chicana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "443488022", + "voter": "bento04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "742893480", + "voter": "bento03" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8326534630", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236660340", + "voter": "bento02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "544384063", + "voter": "bento01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1615399040", + "voter": "coinbar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56527569", + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56215794", + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203140140850", + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4991184500", + "voter": "croatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63973816", + "voter": "vladimirputin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25085672604", + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63966626", + "voter": "angelamerkel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80930168", + "voter": "bento06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39111568871", + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14835646666", + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63755697", + "voter": "marzeni" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19653983680", + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46118126030", + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62948501335", + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1006074288", + "voter": "altucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4522124168", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100463552", + "voter": "timferriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103552761", + "voter": "darrenrowse" + }, + { + "percent": "900", + "reputation": 0, + "rshares": "1107968789", + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88830546173", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62525016", + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3778259104", + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "282362422", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66361527", + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56647554", + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54641038", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12437812779", + "voter": "goingpaper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64484608", + "voter": "numberone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54217761", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "177371128", + "voter": "pcashmore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54077897", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58976068", + "voter": "andrew.sullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "338955177", + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1032462303", + "voter": "brianclark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "820992246", + "voter": "daniel.kahneman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230139643", + "voter": "tucker.max" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "732265879", + "voter": "darren.rowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230331964", + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55100552", + "voter": "chris.dunn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64752766", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61696026", + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1310860944", + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1163116860", + "voter": "pat.flynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86354139914", + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1208445510", + "voter": "mattmarshall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "432548304", + "voter": "timothysykes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11778569900", + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200509833", + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62391219", + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105372584", + "voter": "patflynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54896152", + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119086239", + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "885537361", + "voter": "andrewsullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78765183", + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53106127", + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71551855", + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60661014", + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "482408806", + "voter": "harvey.levin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8239251567", + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53042068", + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53039566", + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53037689", + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53034852", + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53030738", + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58816907", + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1899184430", + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52651308", + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "192425286", + "voter": "rand.fishkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64509165754", + "voter": "justinlaak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58064982", + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1000850793", + "voter": "therealpaul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52708083", + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57824498", + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "708007633", + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1003233337", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76188829", + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13644466604", + "voter": "darrantrute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51712804", + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1649401841", + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51718188", + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51388276", + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51379706", + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54653118", + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55709351", + "voter": "misscathy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15282151568", + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52143228", + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5640661428", + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55281264", + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51814474", + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51812703", + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "645953217", + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56143941", + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50356354", + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54632424", + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "175646739", + "voter": "harveylevin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51154263", + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51148009", + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51142585", + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2174724597", + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1670116269", + "voter": "baodog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2658282712", + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51906983", + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54012814", + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121531670", + "voter": "gary.vaynerchuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53884613", + "voter": "jeff-kubitz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106768414", + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1939016688", + "voter": "patelincho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "385644604", + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71464098", + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53531096", + "voter": "imc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50918375", + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1065300814", + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52959883", + "voter": "cramthatgraham" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1588282832", + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5441406107", + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50569452", + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50516543", + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50514225", + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1483856484", + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50852949", + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50526939", + "voter": "timothy.sykes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7700455849", + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50441122", + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50439559", + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57831003", + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4783410657", + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1322907736", + "voter": "kreet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88381204", + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50974766", + "voter": "jessiemore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50938725", + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25325075395", + "voter": "blacktier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4960289397", + "voter": "livingthedream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50372583", + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1581263240", + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2977193426", + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72784915", + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166743523", + "voter": "michael.collett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154396017", + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51331484", + "voter": "comeup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159877466", + "voter": "httrung32" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162620256", + "voter": "charlotteann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162057430", + "voter": "cripcate" + } + ], + "author": "mibenkito", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hello Steemians, the food reporter is back with her trip to one of the most interesting cities in Asia: HONG KONG. I have been to Hongkong several times but can never get enough of this city. To mention Hong Kong, you can think of a sleepless city that is always crowded with people, great shopping with good deals, and especially amazing food. And now, let\u2019s discover Hong Kong cuisine together ;)\n\n\n\n**ONE DIM SUM \u2013 MICHELIN STAR DIM SUM RESTAURANT**\nThis well-known restaurant is awarded 1 Michelin star and that is why I have to visit it. The place is quite small and there are so many customers were waiting to be seated. It took us 30 minutes to get into the restaurant. Looking at the menu, I was really surprised since the price here was quite cheap (actually I thought that all of the restaurants with Michelin star would be expensive :P). \n\n*Outside the restaurant- there is always a long queue no matter when :)*\n\n\n*The menu (picture from thatfoodcray.com)*\n\nThere are several dishes in One Dim Sum, from the typical dim sum styles to the restaurant\u2019s signature foods. I just wanted to order the whole menu since everything looked so yummy. We tried Xiu Mai with pork mince and shrimps, Ha Cao with shrimps, steamed chicken legs with Chinese sauce, steamed roll with barbeque pork and so many other things. Xiu Mai and chicken legs were too good and we had to order one more of each.\n\n**Our treat :P**\n\n**Xiu Mai (on the left)**\n\n**Fried xiu mai with shrimps inside and steamed roll cake with shrimps**\n\n*Steamed meatballs in special sauce (picture from thatfoodcray.com)*\n\n**Nothing here was okay, they were beyond the delicious level**. And I understood why they deserved the Michelin star. As a big fan of Dim Sum, I have tried many dim sum places throughout the world, but it was the one that impressed me the most. With a really cheap price and high quality of food, this place is a must-try that every \u201cDim-Sumholic\u201d need to visit (although you will have to wait for such a long time to have a table, it might be the only minus point in this circumstance :P)\n\n**DESSERTS IN HABOUR CITY**\nAfter a long day of shopping, we found a nice food court on the 5th floor of Habour city, a shopping center on Canton Rd, Tsim Sha Tsui. There were many food stalls with different choices from Chinese, Thai, Japanese, Korean to Vietnam cuisine, but we decided to have desserts since it was pretty early for dinner and here was our order:\n\nThese lovely bowls were not only eye-catching but also extremely good. Fresh fruits, matcha ice cream, coconut sweet sauce, black beans, jelly\u2026 everything was mixed together created a yummy taste. \n\n\nThat time was Xmas season, thus ice-cream was made with Xmas style. Look how cute they are, and I cannot eat these ice creams since they are too lovely. However the price was not cheap, 6-7 euro for one :(\n\n\nEgg pudding with durian sauce: The egg pudding is similar to flan pudding, however blander and is put inside a coconut. The combination of pudding and durian creates a unique flavor, the aromatic smell of durian and egg make us want to order one more.\n\n**BEEF INTESTINE - HONG KONG FAMOUS FOOD STREET**\n\n\nWalking on Hong Kong crowded streets, you can see and smell this famous food everywhere. Some people will not stand the smell of it (my hubby for example, he thinks that it stinks :D), but once you give it a try, trust me, you will be addicted (just like me). Braised beef offal is cooked in a big pot, with white radish and special spices for a long time, hence everything is so soft and well marinated. I go to the food stall in Mong Kok to eat this special dish every time I visit Hong Kong, without it my trip will be totally incomplete. \n\n\nThe braised beef intestine stalls are always crowded with customers like this \n\n\nA bowl of beef offal noodle soup\n\n**YAGURA- JAPANESE RESTAURANT \u2013 YAU MA TEI**\nYagura is the best Japanese restaurant in Yau Ma Tei area \u2013 according to Trip Advisor. The first thing to say about this restaurant: it was quite expensive, and the second thing: they offer truly tasty Japanese dishes that makes us forget about the price :D Here is what we ate:\n\n\n**Deluxe shasimi plate**: salmon, tuna, prawn, sea urchin, red snapper and red clam- freshly sweet and heavenly taste. The wasabi and ginger are also very good too.\n\n\nMaki rolls with wagyu beef and foie gras- the most expensive sushi in my life so far, but they are totally worth it!!!\n\n\nMixed grill dish with beef tongue, chicken, shrimps, mushroom, Japanese fish balls, pork etc. I love the beef tongue, crunchy and well-marinated. After that I had to order two more grilled beef tongue skewers. \n\n\nMaki rolls with eel and salmon roe.\n\nThere are still many yummy food in Hong Kong, above are just some of my recommendations when you visit the city. If you are a foodholic, Hong Kong will never let you down, trust me. ^^ \n\nThank for reading and see you in our next destination <3<3<3", + "body_length": 6195, + "cashout_time": "2016-10-06T05:46:24", + "category": "food", + "children": 28, + "created": "2016-09-04T22:18:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"cuisine\",\"gourmet\",\"asia\",\"hongkong\"],\"image\":[\"https:\\/\\/s18.postimg.io\\/jvf2nuxev\\/1_3.jpg\",\"https:\\/\\/s18.postimg.io\\/50qh9ontz\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/h3vsx8yw7\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/x3eggsuxz\\/4_2.jpg\",\"https:\\/\\/s18.postimg.io\\/cxayhwzaf\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/rujfixciv\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/avah3o1bb\\/7_3.jpg\",\"https:\\/\\/s18.postimg.io\\/5l5icdh2f\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/4wwntficn\\/9_2.jpg\",\"https:\\/\\/s18.postimg.io\\/a9li7k693\\/10_2.jpg\",\"https:\\/\\/s18.postimg.io\\/uidh70uxz\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/oipq3da5j\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/6h6l5kg4n\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/mgp8p4c6f\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/bidz6xnl3\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/b6wiu6753\\/image.jpg\",\"https:\\/\\/s18.postimg.io\\/wulh4m7jb\\/image.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T22:18:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 113197959842810, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "1364.341 HBD", + "percent_steem_dollars": 10000, + "permlink": "a-steemian-s-world-food-journal-part-4-hong-kong", + "post_id": 857305, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A steemian's world food journal. Part 4: Hong Kong", + "title": "A steemian's world food journal. Part 4: Hong Kong", + "total_payout_value": "0.000 HBD", + "url": "/food/@mibenkito/a-steemian-s-world-food-journal-part-4-hong-kong" + }, + "michelnilles/filippino-rice-platter-water-spinach-with-veggie-rice-mix": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1680830998", + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88339049", + "voter": "michelnilles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60960714", + "voter": "markconstanza" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69060129", + "voter": "fullyrawkristina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59640550", + "voter": "johnhill" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59291173", + "voter": "realgaryvee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53791114", + "voter": "veganearthling" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50234514", + "voter": "spinx" + } + ], + "author": "michelnilles", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>Brown rice mixed with a veggie mix made with pumpkin, carrots, cabbage, red onions, string beans, ocra and flavored with soysauce topped with garlicky water spinach - delicious vegan treat for food lovers yumyumyum </p>\n<p><img src=\"http://66.media.tumblr.com/3c6061bb57058f60de1fa8e37835701b/tumblr_oco7jyZujJ1ua5onbo1_1280.jpg\" width=\"720\" height=\"720\"/></p>\n</html>", + "body_length": 395, + "cashout_time": "2016-09-29T19:41:45", + "category": "food", + "children": 5, + "created": "2016-08-29T12:40:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"vegan\",\"recipe\",\"photography\",\"asia\"],\"image\":[\"http:\\/\\/66.media.tumblr.com\\/3c6061bb57058f60de1fa8e37835701b\\/tumblr_oco7jyZujJ1ua5onbo1_1280.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T12:40:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2122148241, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "filippino-rice-platter-water-spinach-with-veggie-rice-mix", + "post_id": 788796, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Filippino Rice Platter - Water Spinach With Veggie Rice Mix", + "title": "Filippino Rice Platter - Water Spinach With Veggie Rice Mix", + "total_payout_value": "0.000 HBD", + "url": "/food/@michelnilles/filippino-rice-platter-water-spinach-with-veggie-rice-mix" + }, + "redpalestino/cambodia-roadtrip-2015-with-nice-chilling-music": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "38257570611", + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55815725", + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2679166058", + "voter": "holzmichl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9698222000", + "voter": "warrensteem" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-246417137", + "voter": "jenny28" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "149186784", + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2445822658", + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156065913", + "voter": "mexresorts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143493539", + "voter": "gopher75" + } + ], + "author": "redpalestino", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>Made by redpalestino 2015</p>\n<p><br></p>\n<p>https://www.youtube.com/watch?v=YQZ_XPLUNTM</p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n</html>", + "body_length": 242, + "cashout_time": "2016-10-10T14:05:09", + "category": "travel", + "children": 4, + "created": "2016-09-09T13:46:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\",\"deutsch\",\"cambodia\",\"asia\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/YQZ_XPLUNTM\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=YQZ_XPLUNTM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T13:46:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53338926151, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "cambodia-roadtrip-2015-with-nice-chilling-music", + "post_id": 902000, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cambodia Roadtrip 2015 with nice chilling Music", + "title": "Cambodia Roadtrip 2015 with nice chilling Music", + "total_payout_value": "0.000 HBD", + "url": "/travel/@redpalestino/cambodia-roadtrip-2015-with-nice-chilling-music" + }, + "tanshin/china-is-freer-than-you-think": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "330989314294", + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9107229905", + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "481686752", + "voter": "fireriseace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9399987800", + "voter": "shredlord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9802093094", + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10043252050", + "voter": "trending" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24402428518", + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92595506", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58088059", + "voter": "llawen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60778274", + "voter": "lecrazycanuckeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55223664", + "voter": "tanshin" + } + ], + "author": "tanshin", + "author_reputation": 0, + "beneficiaries": [], + "body": "There are people who don't speak a word of Chinese and have never lived in China, yet claimed to be the experts of that country. Based their opinions solely on Hollywood movies, Western main-stream media, or some negative news on Google. \n\nChina certainly has many problems that its government is either unable or unwilling to tackle, but it's very different from the \"living hell\" that the Western media described. If it is, it wouldn't have the largest population in the world. \n\n\n\n[Winston](https://www.youtube.com/user/serpentza) is a British South African who worked and lived in China for at least 10 years. He has traveled extensively throughout China and other countries in Asia, and he shared some of the most honest views on this part of the world. \n\n\n\nhttps://www.youtube.com/user/serpentza", + "body_length": 974, + "cashout_time": "2016-09-16T10:27:33", + "category": "china", + "children": 14, + "created": "2016-08-16T03:24:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\",\"asia\",\"travel\",\"life\",\"freedom\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/08\\/15\\/SerpentZA288773.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T03:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 394492677916, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.273 HBD", + "percent_steem_dollars": 10000, + "permlink": "china-is-freer-than-you-think", + "post_id": 622211, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China Is Freer Than You Think", + "title": "China Is Freer Than You Think", + "total_payout_value": "0.000 HBD", + "url": "/china/@tanshin/china-is-freer-than-you-think" + }, + "worldly/introducing-the-worldly-sam-and-cat": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17733009614071", + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5100513621", + "voter": "style" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2090626240388", + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74737915237", + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17770215149451", + "voter": "steemed" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "8242675732804", + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5762324662593", + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148457134431", + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2469324994", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2996975214", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "567424569", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3377960050325", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41879475904", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1323698845", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "170677969", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32146101329", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196209955874", + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "493885428", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43068943588", + "voter": "stoner19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "719657381", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2567120337800", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "831227334847", + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56929566342", + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230091763", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23742030329", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1558881665", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124865240972", + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60024661085", + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "555995871", + "voter": "ifttt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "782621632526", + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17607684383", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "374996795716", + "voter": "kevinwong" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1797827137", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "363932220", + "voter": "viet-ngo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53252988195", + "voter": "sascha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "537605029842", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "597502795", + "voter": "ethan-castle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339614274", + "voter": "bblair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67258251456", + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5487009967", + "voter": "karbonxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65229633367", + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "435402137068", + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "393016225", + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1480539296", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "639183155744", + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3067985295", + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69298047045", + "voter": "freedomengineer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4179579990", + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1493761252", + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5082896544", + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35718780255", + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25456479559", + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3544855809", + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10287724872", + "voter": "nobodyishome" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7963116256", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169189622718", + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3358845753", + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5987813508", + "voter": "kakradetome" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "505204310", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5644933315", + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3545161944", + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3732528948", + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "432427836", + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156917057147", + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1069611557", + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6932644891", + "voter": "gatoso" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1088729617", + "voter": "demyan7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1274158354", + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159254119", + "voter": "joseph.kalu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4482025977", + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2840992927", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2236883285", + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104866808059", + "voter": "bonface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152319320257", + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116718568", + "voter": "patrickgamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "96038405592", + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1834179833", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3623707377", + "voter": "hagie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111726756", + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "137652449342", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99487372", + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121757317", + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34758793233", + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12141776960", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81917882", + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186777641", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108563312", + "voter": "zloyevgen" + }, + { + "percent": "4000", + "reputation": 0, + "rshares": "440896267", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6403161849", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59572486", + "voter": "skyefox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51522514", + "voter": "johnblow" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "497577562675", + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6933187662", + "voter": "rawnetics" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778964442", + "voter": "laonie1" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778947431", + "voter": "laonie2" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778936100", + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116253105", + "voter": "darkstar1o9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5125037275", + "voter": "aleksandraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6603894832", + "voter": "veralynn" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778614532", + "voter": "laonie4" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778602547", + "voter": "laonie5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778594469", + "voter": "laonie6" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778571886", + "voter": "laonie7" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778554259", + "voter": "laonie8" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3778533199", + "voter": "laonie9" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "18835928993", + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62888891", + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183857207467", + "voter": "fairytalelife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128070218", + "voter": "hdphotography" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2232672139", + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6934127201", + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74356493", + "voter": "wildfamily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62542956", + "voter": "kana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "577231315", + "voter": "chanbam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173824123", + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55056512", + "voter": "ethansteem" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3776590554", + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45345284858", + "voter": "justinlaak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25676682046", + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1346327423", + "voter": "karisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "934917569", + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56931156", + "voter": "sextant" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134569887", + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56919346", + "voter": "matteo2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54653175", + "voter": "lsd123452" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92595506", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "356737613", + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "373265099", + "voter": "ivet" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "3760658629", + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11191076536", + "voter": "kommienezuspadt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "895999478", + "voter": "sift666" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50644082", + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54993742", + "voter": "lyubovbar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54994536", + "voter": "iren" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43693782950", + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77232252", + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54908363", + "voter": "worldly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52657102", + "voter": "samfi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53961789", + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54148539", + "voter": "therealdeal" + } + ], + "author": "worldly", + "author_reputation": 0, + "beneficiaries": [], + "body": "\n*After an eight hour trek through the jungle in the Bolaven Plateau, Laos*\n\nHi everyone. Our names are Sam and Catherine. We are 16 years old, brother and sister, and have an immense passion for traveling.\u00a0Two years ago we ventured out of The United States for the first time on a week long trip to London and Paris and our wanderlust began. Since then we\u2019ve been fortunate enough to go to Italy and Thailand and have just recently returned from a 6 week trip throughout Laos, Thailand, and Cambodia.\u00a0\n\nWe are creating this blog share our travel adventures. Our mom (@fairytalelife) turned us on to this site the day we got back from our most recent excursion. A few days later we\u2019ve already decided to begin logging our stories and memories from our travels.\n\n\n\n## Sam\n\nI, Sam, have always had a deep interest in photography. Starting from a young age our father would take us on road-trips throughout the US to national parks from coast to coast. One of the main interests for me on these trips was filling up the memory card on my small digital camera from Target (bought with years worth of saved up tooth fairy money).\u00a0 My love for reading and writing has also been a constant in my life, so in seventh grade, when a journalism class was offered I immediately signed up and have now been taking journalism classes for four years. Naturally journalism and photography go hand in hand which has led me to pursue a new passion, photojournalism. Hopefully this blog will help me further develop my journalism and photography skills and allow me, along with my sister, to share our works and stories. Last summer our mom texted us asking if we wanted to go to Thailand in two weeks. Frankly, I thought it was a joke. I couldn\u2019t point to Thailand on a map let alone imagine spending a week there, especially on such short notice. But by some stroke of luck we managed to arrange it and off we went. Ever since then traveling has been my biggest passion.\n\n## Cat\n\nI'm Cat. I 've always been intrigued by new ways of life and different cultures. Last year on my first trip to Thailand I was left in awe by the amazing mix of deep-rooted culture and beauty. It was my first time experiencing a non-western culture. Afterwards I realized one week in Thailand was simply not enough. Shortly thereafter Sam and I planned a six-week trip to more of Southeast Asia for this summer. We just returned a few days ago. On this trip we visited Thailand as well as Laos, and Cambodia. When I grow up I want I study communications and anthropology. I\u2019m also interested in linguistics, and I\u2019m currently learning Mandarin. \u00a0Soon I\u2019ll begin my junior year in high school.\n\n\n*Photo of us at The Uttayan Bajiang Falls in the Bolaven Plateau, Laos*\n\n\n*Scaling a rock face in the Bolaven Plateau, Laos*\n\n\n*Playing with Khmer children in Kompong Cham, Cambodia at the BSDA Aspara Center*\n\nWe look forward to sharing our memories!", + "body_length": 3290, + "cashout_time": "2016-09-17T06:48:06", + "category": "introduceyourself", + "children": 25, + "created": "2016-08-17T04:45:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"travel\",\"asia\",\"photography\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/08\\/17\\/IMG_890770923.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:30:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64165091383553, + "parent_author": "", + "parent_permlink": "introduceyourself", + "pending_payout_value": "690.058 HBD", + "percent_steem_dollars": 10000, + "permlink": "introducing-the-worldly-sam-and-cat", + "post_id": 636967, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introducing the Worldly Sam and Cat", + "title": "Introducing the Worldly Sam and Cat", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@worldly/introducing-the-worldly-sam-and-cat" + }, + "yongyoon/funny-face-painted-rock-wall": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "382690252197", + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3273765028", + "voter": "atomrigs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19192822996", + "voter": "ninzacode" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1799035396", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "963693855233", + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26203450454", + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18327612427", + "voter": "lsc9999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1378615680", + "voter": "spinner" + }, + { + "percent": "4500", + "reputation": 0, + "rshares": "276731207861", + "voter": "thisvsthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255779632", + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61152948", + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "663236640", + "voter": "imarealboy777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "224134632", + "voter": "annaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58731020", + "voter": "unnsmed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60424907", + "voter": "carlyle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56759615", + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50571460", + "voter": "drac59" + } + ], + "author": "yongyoon", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p><br></p>\n<p><code><strong>1. : -)</strong></code></p>\n<p>http://i.imgsafe.org/57ddbb067d.jpg</p>\n<p><br></p>\n<p><code><strong>2. X -|</strong></code></p>\n<p>http://i.imgsafe.org/57ddc32a7f.jpg</p>\n<p><br></p>\n<p><code><strong>3. bow-wow!</strong></code></p>\n<p>http://i.imgsafe.org/57ddddb480.jpg</p>\n<p><br></p>\n<p><code><strong>4. : -{</strong></code></p>\n<p>http://i.imgsafe.org/57ddb28f12.jpg</p>\n<p><br></p>\n<p><code><strong>5. TaDa !</strong></code></p>\n<p>http://i.imgsafe.org/57db9abd7a.jpg</p>\n<p><br></p>\n<p>05/02/2015 - iPhone 5s</p>\n<p><br></p>\n<p><strong> Nongoldam-gil Street / KOREA</strong></p>\n<p>Information URL: <a href=\"http://english.visitkorea.or.kr/enu/ATR/SI_EN_3_1_1_1.jsp?cid=1948662\">Nongoldam-gil</a></p>\n<p><br></p>\n<p>Bye-</p>\n<p>http://i.imgsafe.org/efcbee5e46.png</p>\n</html>", + "body_length": 827, + "cashout_time": "2016-09-18T10:12:48", + "category": "kr", + "children": 4, + "created": "2016-08-18T09:30:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"photography\",\"travel\",\"asia\"],\"image\":[\"http:\\/\\/i.imgsafe.org\\/57ddbb067d.jpg\",\"http:\\/\\/i.imgsafe.org\\/57ddc32a7f.jpg\",\"http:\\/\\/i.imgsafe.org\\/57ddddb480.jpg\",\"http:\\/\\/i.imgsafe.org\\/57ddb28f12.jpg\",\"http:\\/\\/i.imgsafe.org\\/57db9abd7a.jpg\",\"http:\\/\\/i.imgsafe.org\\/efcbee5e46.png\"],\"links\":[\"http:\\/\\/english.visitkorea.or.kr\\/enu\\/ATR\\/SI_EN_3_1_1_1.jsp?cid=1948662\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:14:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1694721408126, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "1.282 HBD", + "percent_steem_dollars": 10000, + "permlink": "funny-face-painted-rock-wall", + "post_id": 653403, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "# Funny face painted rock wall --- KOREA", + "title": "# Funny face painted rock wall --- KOREA", + "total_payout_value": "0.000 HBD", + "url": "/kr/@yongyoon/funny-face-painted-rock-wall" + }, + "yongyoon/the-beautiful-sea-and-sunset-of-aewol-jeju-do": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "398169498591", + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3624678583", + "voter": "mazi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12841622431", + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19973854738", + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108886903252", + "voter": "leesunmoo" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1797998021", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13602941401", + "voter": "wefdi" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "139263636959", + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5740272176", + "voter": "jay4u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "982967732337", + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240597359", + "voter": "kangjh89" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5193578802", + "voter": "corinnestokes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26720640308", + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "282550383", + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16477047813", + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "428199525", + "voter": "foxxycat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18327449909", + "voter": "lsc9999" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "192506901702", + "voter": "thisvsthis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "663236640", + "voter": "imarealboy777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58815961", + "voter": "scottrok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55065006", + "voter": "fiat19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53400711", + "voter": "nancycoroa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50571460", + "voter": "drac59" + } + ], + "author": "yongyoon", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>http://i.imgsafe.org/3f8c04dfbc.jpg</p>\n<p><br></p>\n<p>http://i.imgsafe.org/3f8c09d95a.jpg</p>\n<p><br></p>\n<p>http://i.imgsafe.org/3f8e986d49.jpg</p>\n<p><br></p>\n<p>http://i.imgsafe.org/3f8c1b8599.jpg</p>\n<p><strong># The light over there is Squid-fishing boat :D</strong></p>\n<p><br></p>\n<p>09/09/2015 - iPhone5s</p>\n<p>Sea of Aewol, Jeju-do, Korea.</p>\n<p><br></p>\n<p>Bye-</p>\n<p>http://i.imgsafe.org/efcbee5e46.png</p>\n</html>", + "body_length": 439, + "cashout_time": "2016-09-17T07:27:24", + "category": "kr", + "children": 6, + "created": "2016-08-17T05:59:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"photography\",\"travel\",\"asia\",\"life\"],\"image\":[\"http:\\/\\/i.imgsafe.org\\/3f8c04dfbc.jpg\",\"http:\\/\\/i.imgsafe.org\\/3f8c09d95a.jpg\",\"http:\\/\\/i.imgsafe.org\\/3f8e986d49.jpg\",\"http:\\/\\/i.imgsafe.org\\/3f8c1b8599.jpg\",\"http:\\/\\/i.imgsafe.org\\/efcbee5e46.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T06:22:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1947927194068, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "0.965 HBD", + "percent_steem_dollars": 10000, + "permlink": "the-beautiful-sea-and-sunset-of-aewol-jeju-do", + "post_id": 637456, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The beautiful sea & sunset of Aewol / Jeju-do", + "title": "The beautiful sea & sunset of Aewol / Jeju-do", + "total_payout_value": "0.000 HBD", + "url": "/kr/@yongyoon/the-beautiful-sea-and-sunset-of-aewol-jeju-do" + } + }, + "discussion_idx": { + "asia": { + "trending": [ + "mibenkito/a-steemian-s-world-food-journal-part-4-hong-kong", + "jack8831/15-answer-answer-bid", + "jack8831/14-of", + "knozaki2015/the-local-culture-that-will-touch-everyone-s-heart-featuring-ellamaeamor-as-author", + "jack8831/13-from-from", + "mibenkito/a-steemian-s-world-food-journal-part-3-rome", + "jack8831/12-come-come", + "redpalestino/cambodia-roadtrip-2015-with-nice-chilling-music", + "mibenkito/a-steemian-s-world-food-journal-berlin-part-2", + "kiperto/how-i-went-from-career-military-to-se-asia-agricultural-entrepenuer", + "worldly/introducing-the-worldly-sam-and-cat", + "michelnilles/filippino-rice-platter-water-spinach-with-veggie-rice-mix", + "grio/18-asian-girl", + "yongyoon/funny-face-painted-rock-wall", + "yongyoon/the-beautiful-sea-and-sunset-of-aewol-jeju-do", + "tanshin/china-is-freer-than-you-think", + "abledart/foreign-policy-midnight-movie-flag-an-anime-about-conflict-in-the-indo-pacific", + "joythewanderer/japan-in-a-nutshell-my-trip-in-japan" + ] + } + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "sbd_interest_rate": 1000, + "sbd_print_rate": 10000, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_steem": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [ + "life", + "steemit", + "story", + "art", + "steem", + "travel", + "food", + "introduceyourself", + "photography", + "money", + "writing", + "bitcoin", + "science", + "philosophy", + "stats", + "health", + "anarchy", + "poetry", + "psychology", + "steempay", + "steemmag", + "politics", + "steemfest", + "bitshares", + "music", + "beyondbitcoin", + "news", + "anarchism", + "cn", + "relationship", + "typography", + "ethereum", + "relationships", + "technology", + "gardening", + "love", + "liberty", + "popularscience", + "steemcleaners", + "deutsch", + "freedom", + "witness-category", + "barrycooper", + "smoothie", + "marijuana", + "fiction", + "steemdb", + "funny", + "family", + "blog" + ] + }, + "tags": {} +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.pat.json b/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..0f2ca2a4cff586f1d0750340d6dc2060eaacf0b3 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.pat.json @@ -0,0 +1,10297 @@ +{ + "accounts": {}, + "content": { + "abledart/foreign-policy-midnight-movie-flag-an-anime-about-conflict-in-the-indo-pacific": { + "active_votes": [ + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 90074865, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 2228687, + "rshares": 52561191, + "voter": "abledart" + } + ], + "author": "abledart", + "author_reputation": 2228687, + "beneficiaries": [], + "body": "\n\nGiven how fast events in the Indo-Pacific seem to be evolving in 2016, it\u2019s tempting to regard 2006 as ancient history. But in many ways, 2006 was the beginning of a decade of transition for the region. Along with Twitter, we saw the (re-)launch of martial law inThailand and Fiji. North Korea began its fitful series of nuclear tests. Ban-Ki Moon became the first Asian since U Thant to become Secretary-General of the United Nations, which would shortly intervene in East Timor. It was also the year that the Qinghai-Tibet Railway was first laid down, and of the reopening of the Nathu La Pass between China and India, after decades of confrontation. These last two events can be seen as anticipating China\u2019s OBOR (\u201cOne Belt One Road,\u201d or \u201cNew Silk Road\u201d) initiative to build modern trade infrastructure in South and Central Asia.\n\n2006 was also the year that FLAG, a singular if not entirely successful Anime series depicting modern conflict in the Indo-Pacific region, was released.\n\nFLAG tells the story of UN intervention against sectarian violence in a fictional Himalayan South Asian state literally though the viewfinder of a young Japanese photojournalist. When we say though the viewfinder, we mean it\u200a\u2014\u200avirtually the entire story is told through the medium of found footage.\n\nThis modern take on the epistolary narrative is a hallmark of the series, but in some ways, along with a plot which many regarded as too dependent upon dialogue over action and yet at the same time undeveloped, seems to have limited its appeal, particularly for Western/Weeaboo audiences attracted to the medium mainly for sci-fi action, kawaii, and surreal gore. A primary plot device is a defaced UN flag, which becomes both the symbol of the nation\u2019s hopes for peace as well as a somewhat facile MacGuffin for the military action in the series. One reviewer wrote, \u201cFLAG is the type of work that can only be done once. Once you see an anime presented as a documentary about war journalism, that idea is going to have to sit fallow at least a decade before it is re-used.\u201d It is perhaps by this process that we have come to rediscover the series in 2016.\n\nDespite its flaws, FLAG is a must watch, whether your interest is in Anime generally or in the continuum of war and peace in Asia. The animation is technically brilliant, and the drama is compelling once you set aside disbelief in the flag as plot catalyst as well as some of the more precious portrayals of culture. The fact that it depicts conflict in a region and with people where many audiences might still not expect it\u200a\u2014\u200adespite the Long War in Afghanistan, political turmoil in Nepal, the rise of reactionary Buddhism in Myanmar and Thailand, and the ongoing intrigue over OBOR\u200a\u2014\u200amakes it especially worth looking at now.\n\nIf you can find it.\n\n(Originally published at https://www.indopacificmonitor.com on 29 July 2016.)", + "body_length": 2958, + "cashout_time": "2016-08-30T02:35:21", + "category": "asia", + "children": 0, + "created": "2016-08-23T02:35:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"asia\",\"pacific\",\"indo-pacific\",\"anime\",\"politics\"],\"image\":[\"https://cdn-images-2.medium.com/max/600/0*Eauz_8nD2ncyQTzP.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T02:39:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 142636056, + "parent_author": "", + "parent_permlink": "asia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "foreign-policy-midnight-movie-flag-an-anime-about-conflict-in-the-indo-pacific", + "post_id": 944962, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Foreign Policy Midnight Movie: FLAG, an Anime About Conflict in the Indo-Pacific", + "title": "Foreign Policy Midnight Movie: FLAG, an Anime About Conflict in the Indo-Pacific", + "total_payout_value": "0.000 HBD", + "url": "/asia/@abledart/foreign-policy-midnight-movie-flag-an-anime-about-conflict-in-the-indo-pacific" + }, + "grio/18-asian-girl": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 95368153, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 5836315329, + "rshares": 50581218, + "voter": "grio" + } + ], + "author": "grio", + "author_reputation": 5836315329, + "beneficiaries": [], + "body": "Just looking around on wechat. What do you think?\nIs it real?\nhttp://pix.toile-libre.org/upload/original/1472630381.jpg", + "body_length": 119, + "cashout_time": "2016-09-07T08:01:09", + "category": "asia", + "children": 0, + "created": "2016-08-31T08:01:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"asia\",\"girls\",\"boobs\",\"selfie\",\"photography\"],\"image\":[\"http://pix.toile-libre.org/upload/original/1472630381.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T08:01:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 145949371, + "parent_author": "", + "parent_permlink": "asia", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "18-asian-girl", + "post_id": 1067953, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "18+ asian girl", + "title": "18+ asian girl", + "total_payout_value": "0.000 HBD", + "url": "/asia/@grio/18-asian-girl" + }, + "jack8831/12-come-come": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3101125372, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3764938590, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 690600205, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6179115266407, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54329871643, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1661876136, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213713678, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 79144908482, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 623009796, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 967681267, + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7851760410, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288231022, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 3046983790834, + "rshares": 4174950575, + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 46113821388, + "voter": "cyan91" + }, + { + "percent": "6900", + "reputation": 1009682267545, + "rshares": 207020074205, + "voter": "leesunmoo" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1419512189, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 687074437565, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 45109396098, + "voter": "booja" + }, + { + "percent": "3000", + "reputation": 1933204465, + "rshares": 16755278493, + "voter": "sonzweil" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 730293979565, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1317110966879, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 218452322457, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1500654518354, + "rshares": 41676222266, + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 9580401869, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 4063076365725, + "rshares": 1727614493, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26362283709, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 164136697228, + "rshares": 11471150802, + "voter": "aijeong" + }, + { + "percent": "10000", + "reputation": 4181598053141, + "rshares": 64406952897, + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 7277317446677, + "rshares": 15444096102, + "voter": "yangyang" + } + ], + "author": "jack8831", + "author_reputation": 4181598053141, + "beneficiaries": [], + "body": "http://i.imgur.com/0MYhEYf.jpg\n\n\uc774\ubc88\uc5d4 go\uc758 \uc0c1\ub300\uc801\uc778 \uac1c\ub150\uc73c\ub85c\uc11c come\uc744 \ud55c \ubc88 \uc0b4\ud3b4\ubcf4\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4. go\ud558\uba74 '\uac00\ub2e4'\uac00 \ub5a0\uc624\ub974\ub4ef, come\ud558\uba74 '\uc624\ub2e4'\uac00 \ub5a0\uc624\ub974\uc2dc\uc8e0? \uc774\ub7f0 \uae30\uc5b5\uc774 \ud55c \ubc88\uc5d0 \uc5c6\uc5b4\uc9c0\uaca0\uc2b5\ub2c8\uae4c\ub9c8\ub294.. \uadf8\ub798\ub3c4 come\uc758 \ubcf8 \ub73b\uc774 \ubb34\uc5c7\uc778\uc9c0 \ud55c \ubc88 \ub208\uc73c\ub85c \uc9f8\ub824\ubcf4\uba70 \ud130\ub4dd\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc5ed\uc2dc \ub124\uc774\ubc84 \uc0ac\uc804\uc5d0\uc11c \ubc1c\ucdcc\ud55c \ubb38\uc7a5\ub4e4\uc785\ub2c8\ub2e4. (\uadfc\ub370.. \ub124\uc774\ubc84 \uc0ac\uc804\uc5d0 \uc62c\ub77c\uc640 \uc788\ub294 \ubb38\uc7a5\ub4e4\uc740 \uac1c\uc778\uc801\uc73c\ub85c \uadf8\ub9ac \uc369 \ub9c8\uc74c\uc5d0 \ub4e4\uc9c4 \uc54a\ub354\uad70\uc694)\n\n(1) He came into the room\n(2) Come here!\n(3) The agreement came after several hours of negotiations\n(4) How did he come to break his leg?\n(5) She came second in the exam (2\ub4f1 \ud588\ub300\uc694)\n\n(6) Winter came to an end\n(7)This dress comes in black and red\n(8) New cars don't come cheap\n(9) The handle came loose (\uc190\uc7a1\uc774\uac00 \ub290\uc2a8\ud574\uc84c\ub300\uc694)\n(10) She came to love him (\uadf8\ub97c \uc0ac\ub791\ud558\uac8c \ub418\uc5c8\ub2e4\ub124\uc694)\n\n\uc880 \uc8fc\ubaa9\ud574\uc11c \ubd10\uc57c\ud560 \ubd80\ubd84\uc740 6~10\ubc88\uc774 \ub418\uaca0\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \ub2e8\uc21c\ud788 '\uc624\ub2e4' \uc774\uc678\uc758 \ub2e4\ub978 \ub73b\uc744 \uae30\uc5b5\ud558\uae30 \ubcf4\ub2e4\ub294 1\uc5d0\uc11c 10\ubc88 \ubb38\uc7a5\uae4c\uc9c0 \ucd1d\uad04\ud560 \uc218 \uc788\ub294 come\uc758 \uc77c\ubc18\ud574\ub97c \uad6c\ud574\uc57c \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc800\ubc88 go\uc5d0\uc11c \uc5b8\uae09\ud55c \ub0b4\uc6a9\uc744 \uc0c1\uae30\ud574 \ubcf8\ub2e4\uba74 come\uc740 \ubcf4\ub2e4 \uc27d\uac8c \ucd94\uce21\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4. come\uc740 \uac70\ub9ac\ub098 \uc2ec\ub9ac\uc801 \uce21\uba74\uc5d0\uc11c \uac00\uae4c\uc6cc\uc9c0\uace0 \uc788\uac70\ub098, \uc881\ud788\uac70\ub098, \ubaa8\uc73c\uac70\ub098, \uc218\ub834\ub418\ub294 \uc0c1\ud0dc\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4. \ud769\uc5b4\uc838 \uc788\ub358 \ucd08\uc810\uc774 \ud55c\ub370\ub85c \ubaa8\uc544\uc9c0\uace0 \uac00\uae4c\uc6cc\uc9c0\uace0 \uc788\ub294 \uc148\uc774\uc8e0. \uae00\uc384\uc694 \uc544\ub9c8..'c' \ub610\ub294 'c..o..'\uac00 \ub4e4\uc5b4\uac00\ub294 \ub2e8\uc5b4\ub4e4\uc774 \ub300\uccb4\ub85c \uadf8\ub807\uc9c0 \uc54a\ub098 \uc2f6\uc2b5\ub2c8\ub2e4. come, close, concentrate... \ub4f1\ub4f1 \ub9d0\uc774\uc8e0. \ud558\uc9c0\ub9cc \uc6b0\ub9b0 \uad73\uc774 \uc5b4\uc6d0\uc744 \uacf5\ubd80\ud560 \ud544\uc694\uae4c\uc9c0\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. (\uc5b4\uc6d0 \uba87 \uac1c\ub9cc \uc54c\uba74 \uc601\uc5b4 \ub2e8\uc5b4\ub97c \uc815\ubcf5\ud560 \uc218 \uc788\ub124 \uc5b4\uca4c\ub124 \ud558\ub294 \ub9d0\uc740 \ud55c\uc790 100\uac1c \uc54c\uba74 \ud55c\uad6d\uc5b4 \ub2e8\uc5b4 \uc815\ubcf5\ud560 \uc218 \uc788\ub2e4\ub294 \ub9d0\uacfc \ub611\uac19\ub2e4\uace0 \uc0dd\uac01\ud569\ub2c8\ub2e4)\n\nhttp://i.imgur.com/e5Vj7Nj.jpg\ncaptured by Google.com\n\n\uc704 \uadf8\ub9bc\uc744 \ud55c \ubc88 \uc8fc\ubaa9\ud574 \uc8fc\uc2ed\uc2dc\uc624. \uadf8\ub9ac\uace0 6~10\ubc88\uae4c\uc9c0\uc758 \ubb38\uc7a5\uc744 \ub2e4\uc2dc \ud55c \ubc88 \ubcfc\uae4c\uc694? \uadfc\ub370.. \uc774 \uadf8\ub9bc\uc5d0\uc11c \ub290\uaef4\uc9c0\ub294 \ubc14\uac00 \ubb34\uc5c7\uc774\uc5c8\ub098\uc694? \ubc29\uae08 \ub9d0\uc500\ub4dc\ub9b0 come\uc758 \ubcf8\uc9c8\uacfc \uc5f0\uad00\uc9c0\uc5b4 \ubcf8\ub2e4\uba74.. \ud29c\ube0c \uc548\uc758 \uce58\uc57d\uc744 \ud55c\ub370 \ubaa8\uc544\uac00\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub9ac\uace0 \uc785\uad6c \ucabd\uc73c\ub85c \ubaa8\uc544\uc9c4 \uce58\uc57d\uc774 \uadf8 \uc555\ub825\uc5d0 \ud798\uc785\uc5b4 \ubc16\uc73c\ub85c \ubd84\ucd9c\ub418\uace0 \uc788\ub294 \uc0c1\ud669\uc785\ub2c8\ub2e4. \ud639\uc2dc \uc2dc\uac04 \uc5ec\uc720\uac00 \uc788\uc73c\uc2dc\ub2e4\uba74 \uc774 \uc774\ubbf8\uc9c0\ub97c \uae30\uc5b5\ud558\uace0 \ub124\uc774\ubc84\uc0ac\uc804\uc758 come \uc608\ubb38\ub4e4\uc744 \ucb48\uc6b1 \ud6d1\uc5b4\ubcf4\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4 (\ub208\uc5d0 \ud655 \ub760\ub294 \ub0b4\uc6a9\ub4e4\uc774.. \u314b\u314b) \uc5b4\uca0c\uac70\ub098.. 6~10\ubc88 \uc608\ubb38\uc744 \ub2e4\uc2dc \ud55c \ubc88 \ubcfc\uae4c\uc694?\n\n(6) Winter came to an end\n(7) This dress comes in black and red\n(8) New cars don't come cheap\n(9) The handle came loose\n(10) She came to love him \n\n\uc5b4\ub5a4 \ud798\uc774\ub098 \ud750\ub984\uc5d0 \uc774\ub04c\ub824 \uc218\ub834\ub418\ub294 \ub0b4\uc6a9\uc744 \ub290\ub084 \uc218 \uc788\uc73c\uc2e0\uc9c0\uc694? go\uac00 \uadf8 \uc790\uccb4\uc758, \ub610\ub294 \ub0b4\ubd80\uc758 \ubb34\uc5b8\uac00\uc5d0 \uc758\ud574 \ubc1c\uc0b0\ud558\ub294 \ud798\uc774 \uac15\ud558\ub2e4\uba74, come\uc740 \ubc18\ub300\ub85c \ube44\uad50\uc801 \uc218\ub3d9\uc801\uc73c\ub85c, \ub610\ub294 \uc5b4\ub5a4 \ud750\ub984\uc744 \ud0c0\uace0 \ubaa8\uc5ec\uc9c0\ub294, \uc218\ub834\ub418\ub294, \uac00\uae4c\uc6cc\uc9c0\ub294 \uc758\ubbf8\ub97c \uac16\uc2b5\ub2c8\ub2e4. \uc544\ub9ac\uae4c\ub9ac~ \ud560 \uc218\ub3c4 \uc788\uaca0\uc9c0\ub9cc.. \uc77c\ubc18\ud574\ub77c\ub294\uac8c, \uc989 \uae30\ubcf8\ub3d9\uc0ac\ub77c\ub294\uac8c \uadf8\ub807\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\uac00 \uae30\ubcf8 \ub3d9\uc0ac\ub97c \uc774\ud574\ud558\uace0 \uc368\uba39\uace0\uc790 \ud55c\ub2e4\uba74 \ubcf8\uc9c8, \ub290\ub08c, \uc0c1\ud669 \ub4f1\uc744 \ucd1d\uccb4\uc801\uc778 \uac1c\ub150\uc73c\ub85c\uc11c \ubc1b\uc544\ub4e4\uc5ec\uc57c \ud569\ub2c8\ub2e4. \uadf8\ub9ac\uace0 \uadf8\ub7f0 \uc801\uc6a9 \ubc94\uc704\ub97c \uc2e4\uc81c \uc608\ubb38\uacfc \ub9de\ucdb0\ubcf4\uba70 \uac00\ub2a0\ud574\uc57c \ud569\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ubcf8\uc9c8\uc744 \uc798 \uaff0\ub6ab\uc5b4 \ubcfc \uc218 \uc788\uc73c\uba74 \ub098\uba38\uc9c0\ub294 \uadf8\ub9ac \uc5b4\ub835\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc \uc544\uc9c1 \uc880 \uc5b4\uc0c9\ud560 \ubfd0\uc774\uaca0\uc8e0?\n\n\uc5b4\uca0c\uac70\ub098... go\uac00 \uba40\uc5b4\uc9c0\ub294 \uc0c1\ud0dc\ub77c\uba74 come\uc740 \uac00\uae4c\uc6cc\uc9c0\ub294 \uc0c1\ud0dc\uc77c\uac81\ub2c8\ub2e4. go\uac00 \uc5b4\ub518\uac00\ub85c \ud280\uc5b4\ub098\uac08 \ub4ef \ubc1c\uc0b0\ud55c\ub2e4\uba74, come\uc740 \uadf8 \uc5d0\ub108\uc9c0\ub97c \uc815\ub9ac\ud558\uace0 \uc751\ucd95\ud558\uba74\uc11c \uc218\ub834\ud574 \ub098\uac00\uaca0\uc9c0\uc694. \uadf8\ub807\ub2e4\uba74? \uc6b0\ub9b0 \uc911\uace0\ub4f1\ud559\uad50 \ub54c \ubc30\uc6b4 \ub2e4\uc74c \ub450 \uac00\uc9c0 \ud45c\ud604\uc744 \uc774\uc81c \uad6c\ucc28\ud55c \uc124\uba85 \uc5c6\uc774 \uc790\uc5f0\uc2a4\ub7fd\uac8c \ud130\ub4dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n1. come on~ \n2. I come (\uc5c4\ub9c8\uac00 \ubd80\ub97c \ub54c, '\uac00\uc694~')\n\n\uc0ac\uc2e4 \uc5c4\ub9c8\uac00 \ubd80\ub974\uba74 '\ub124, \uac00\uc694~'\ub77c\ub294 \ud45c\ud604\uc744 \ubc30\uc6b8 \ub2f9\uc2dc, \ud55c\uad6d\uc2dd \ud45c\ud604\uc774\ub77c\uba74 go\uac00 \ub9de\uc744\ud150\ub370 come\uc744 \uc4f4\ub2e4\ub2c8 \uc880 \ub2f9\ud669\ud588\ub358 \uae30\uc5b5\ub4e4\uc774 \uc788\uc73c\uc2e0\uac00\uc694? \ubb50 \uc601\ubbf8\uad8c \uce5c\uad6c\ub4e4\uc5d0\uac8c\ub294 \ub450 \uc9c0\uc810\uc774 \uba40\uc5b4\uc9c0\ub290\ub0d0 \uac00\uae4c\uc6cc\uc9c0\ub290\ub0d0\uc5d0 \ub530\ub77c go\ub97c \uc4f0\ub0d0 come\uc744 \uc4f0\ub0d0\uac00 \uacb0\uc815\ub418\uaca0\uc9c0\uc694. \uc5b4\uca0c\uac70\ub098.. \uc5c4\ub9c8\uac00 \ubd80\ub974\uace0, \ub0b4\uac00 come\ud574\uc11c \uc5c4\ub9c8\uc640 \ub0b4\uac00 \uac00\uae4c\uc6cc\uc9c0\uac8c \ub418\uba74 \uae34\uc7a5\uac10\uc740 \ud574\uc18c\ub418\uace0 \uc0c1\ud669\uc740 \uc218\ub834\ub418\uba70 \ub05d\ub0a9\ub2c8\ub2e4. \ub9c8\uce58 70\ub144\ub300 \ud751\ubc31TV \ube0c\ub77c\uc6b4\uad00\uc744 \ub04c\ub54c \ud654\uba74 \uc911\uc559\uc5d0 \uc12c\uad11 \ud55c \ubc88 \ubc88\uca4d\ud558\uace0 \ubfb0\ub85c\ub871~ \ub9c8\ubb34\ub9ac \ub418\ub4ef \ub9d0\uc774\uc8e0. (\uc544\uc2dc\ub294 \ubd84\ub4e4 \ub9ce\uc73c\uc2dc\ub9ac\ub77c \uc0ac\ub8cc\ub428 \u314b\u314b)\n\n\uadf8\ub9ac\uace0 \ubb54\uac00 \uc9c4\uc815\uc2dc\ud0a4\uac70\ub098 \ud3b8\ud55c \ubd84\uc704\uae30\ub85c \ub3c5\ub824\uc2dc\ud0a4\ub824 \ud560 \ub54c come on~\uc744 \ub9ce\uc774 \uc4f4\ub2e4\ub294\ub370.. \ud55c\uad6d\uc2dd \uc124\uba85 'come = \uc624\ub2e4, on = ~\uc704\uc5d0'\ub85c\ub294 \uc808\ub300 \ud30c\uc545\ub418\uc9c0 \uc54a\ub294 \uc774 \ud45c\ud604\uc744 \uc5b4\ucc0c \uc368\uc654\uc2b5\ub2c8\uae4c? on\uc774\uc57c \ub098\uc911\uc5d0 \uc5b8\uae09\ud558\uaca0\uc9c0\ub9cc, \uc77c\ub2e8 come\uc774 \uac16\ub294 \uc218\ub834\uc758 \uc774\ubbf8\uc9c0\uac00 \uc911\uad6c\ub09c\ubc29\uc73c\ub85c \ud37c\uc838\uac00\ub294 \uc0c1\ud669\uacfc \ubd84\uc704\uae30\ub97c \ucc28\ubd84\ud788 \uac00\ub77c\uc549\ud788\ub824 \ud55c\ub2e4\uace0 \uc0dd\uac01\ud558\uc2dc\uba74 \ub420\uac81\ub2c8\ub2e4. \uc5b4\ub5bb\uc2b5\ub2c8\uae4c? \uadf8\ub7f4\ub4ef\ud55c \ud574\uc11d\uc774\uc8e0? \uadf8\ub7fc \uc801\uc5b4\ub3c4 \uc6b0\ub9b0 come\uc758 \uc77c\ubc18\ud574\ub97c \ucc3e\uc740 \ub4ef \ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub2c8 \uc9c0\uae08\uae4c\uc9c0 \uc678\uc6cc\uc654\ub358 \uc774\uc0c1\ud55c \ubc88\uc5ed\uc2dd \ud574\uc11d\ub4e4\uc740 \uba38\ub9ac\uc18d\uc5d0\uc11c \uc9c0\uc6cc\ubc84\ub9ac\ub3c4\ub85d \ud569\ub2c8\ub2e4.\n\n\uc5ec\ub7ec\ubd84\uc758 \ubcf4\ud305\uc740 \uc5f0\uc5b4\uc5d0\uac8c \ud798\uc774 \ub429\ub2c8\ub2e4. ^^", + "body_length": 2695, + "cashout_time": "2016-09-10T14:01:03", + "category": "kr", + "children": 5, + "created": "2016-09-03T14:01:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"asia\",\"steemit\",\"language\",\"enlgishforkorean\"],\"image\":[\"http://i.imgur.com/0MYhEYf.jpg\",\"http://i.imgur.com/e5Vj7Nj.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-03T14:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 9775946444560, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "13.310 HBD", + "percent_hbd": 10000, + "permlink": "12-come-come", + "post_id": 1111316, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (12) come - \uac00\uae4c\uc6cc\uc9c0\ub294, \uc881\ud788\ub294, \ubaa8\uc73c\ub294, \uc218\ub834\ud558\ub294 come", + "title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (12) come - \uac00\uae4c\uc6cc\uc9c0\ub294, \uc881\ud788\ub294, \ubaa8\uc73c\ub294, \uc218\ub834\ud558\ub294 come", + "total_payout_value": "0.000 HBD", + "url": "/kr/@jack8831/12-come-come" + }, + "jack8831/13-from-from": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3101888969, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3765900689, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 690729875, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6081726156286, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54434870567, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1662249140, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213742499, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 79151531659, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 624717830, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 969477702, + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7851946428, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288275841, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 3046983790834, + "rshares": 4093088799, + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 2999169193553, + "rshares": 4062683133, + "voter": "atomrigs" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 47996018179, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 21040038114, + "voter": "ninzacode" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1424875359, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 45109396098, + "voter": "booja" + }, + { + "percent": "2200", + "reputation": 4667991454724, + "rshares": 179409104112, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1370920856920, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 1500654518354, + "rshares": 41676222266, + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 529769130, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 114982466, + "voter": "sergey44" + }, + { + "percent": "5100", + "reputation": 1416246303584, + "rshares": 7003655261, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 4063076365725, + "rshares": 1797543687, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 1655282126889, + "rshares": 771060458, + "voter": "kopasi" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 67714975, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 4181598053141, + "rshares": 64408472029, + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 7277317446677, + "rshares": 15827235872, + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 1245115709001, + "rshares": 103821762, + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141526830, + "voter": "sjamayee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54539701, + "voter": "comeup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 163066406, + "voter": "lhy" + } + ], + "author": "jack8831", + "author_reputation": 4181598053141, + "beneficiaries": [], + "body": "http://i.imgur.com/m9APstp.jpg\n\ncome \ub3d9\uc0ac\ub97c \uc0b4\ud3b4\ubd24\uc73c\ub2c8 \uc774\ubc88\uc5d4 \uc7a0\uae50 \uc804\uce58\uc0ac\ub85c \ub118\uc5b4\uac00 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4. come\uacfc \uc5f0\uacb0\ud560\ub9cc\ud55c \uc804\uce58\uc0ac \uc911\uc5d0 \uc6b0\ub9ac\uac00 \uac00\uc7a5 \uc775\uc219\ud55c \uac83\uc774 from\uc774 \uc544\ub2d0\uae4c \ud569\ub2c8\ub2e4. '~\uc5d0\uc11c, ~\ubd80\ud130'\ub77c\uace0 \uc790\uafb8 \uc0dd\uac01\ub098\uc2dc\uc8e0? \uc6b0\ub9ac\ub294 \ub2e8\uc5b4\ub97c \ubcf4\uc790\ub9c8\uc790 \ud55c\uad6d\uc5b4 \ub2e8\uc5b4\uac00 1:1 \uad00\uacc4\ub85c \ub5a0\uc624\ub97c \uc218 \uc788\uac8c \uc8fd\ub3c4\ub85d \uc5f0\uc2b5\ud588\uc744 \uac81\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774\uc81c\ubd80\ud130\ub294 \uc758\ub3c4\uc801\uc73c\ub85c\ub77c\ub3c4 \uadf8\ub7ec\uc9c0 \ub9d0\uc544\uc57c\uaca0\uc2b5\ub2c8\ub2e4. \uc77c\ub2e8 from\uc758 \uc608\ubb38\ub4e4\uc744 \ubcfc\uae4c\uc694? 5\ubd84\ub9cc \uc9f8\ub824\ubcf4\uc2dc\uc8e0.\n\n(1) the train from Busan\n(2) We're open from 8\n(3) a letter from my brother\n(4) I'm from Italy\n(5) Steel is made from iron\n(6) She saved him from drowning (\uc775\uc0ac\ud560\ubed4\ud55c\uac78 \uad6c\ud574\uc92c\ub2e4\ub124\uc694)\n(7) Is Prortuguese very different from Spanish?\n\nhttp://i.imgur.com/5j92eIX.jpg\nCaptured by Google.com\n\n\uc77c\ub2e8 \uc704 \uadf8\ub9bc\uc744 \ubcf4\uc2dc\uc8e0. '\uaf2c\ub9ac\ud45c'\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 '\uaf2c\ub9ac\ud45c'\ub97c \ub2ec\uae30 \uc804\uacfc \ub2ec\uace0 \ub09c \ud6c4\ub97c \uc0dd\uac01\ud574 \ubd10\uc57c \uaca0\uad70\uc694. \uc77c\ub2e8 '\uaf2c\ub9ac\ud45c'\ub97c \ub2ec\uba74 \uadf8 \ucd9c\ucc98\ub97c \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\uac74 \uc27d\uc8e0? '\ucd9c\ucc98'\ub97c \ub2ec\ub9ac \uc0dd\uac01\ud558\uba74.. \uc2dc\uc791\uc810\uc774\ub77c\uace0\ub3c4 \ud560 \uc218 \uc788\uaca0\ub124\uc694. \ud558\uc9c0\ub9cc \uc6b0\ub9ac\ub294 \ub3d9\uc2dc\uc5d0 \uc774\uac83\ub3c4 \uc54c\uc544 \ub450\uc5b4\uc57c \ud569\ub2c8\ub2e4. \uaf2c\ub9ac\ud45c\ub97c \ub2ec\uae30 \uc804\uc5d0\ub294? \uaf2c\ub9ac\ud45c\ub97c \ub2ec\uc9c0 \uc54a\uc558\ub2e4\uba74? \ub124, from\uc740 \uc774 \ub450\uac00\uc9c0 \uc0ac\ud56d\uc744 \ubaa8\ub450 \uc554\uc2dc\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\nthe train from Busan..\n\uae30\ucc28\uac00 \uc788\uc2b5\ub2c8\ub2e4. (\ub098\uc911\uc5d0 the\uc5d0 \ub300\ud574\uc11c\ub3c4 \ud55c \ubc88 \uc0dd\uac01\ud574 \ubcfc \uc2dc\uac04\uc744 \uac16\uaca0\uc2b5\ub2c8\ub2e4) \uadf8\ub9ac\uace0 \uc774 \uae30\ucc28\uc5d0\ub294 Busan\uc774\ub77c\ub294 \uaf2c\ub9ac\ud45c\uac00 \ub2ec\ub824 \uc788\uad70\uc694. \uadf8\ub7fc \uc6b0\ub9ac\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc0ac\ud56d\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n(1) \uae30\ucc28\uc758 \uc815\uccb4(\ucd9c\ucc98)\ub294 \ub2e4\ub984 \uc544\ub2cc \ubd80\uc0b0\uc774\uc5c8\ub2e4\n(2) \uae30\ucc28\uac00 \uc6c0\uc9c1\uc774\ub294 \uac83\uc774\ub77c\uba74 \uadf8 \uc2dc\uc791\uc810\uc740 \ubd80\uc0b0\uc77c\uac70\ub2e4\n(3) \ub9cc\uc57d \uae30\ucc28\uac00 \uc6c0\uc9c1\uc774\uc9c0 \uc54a\uc558\ub2e4\uba74, \uadf8 \uae30\ucc28\ub294 \ubd80\uc0b0\uc5d0 \uba38\ubb3c\ub7ec \uc788\uc744 \uac83\uc774\uc5c8\ub2e4.\n\n\ub208\uc5ec\uaca8 \ubcfc \uc810\uc740 \ubc14\ub85c (3)\ubc88 \ubd80\ubd84\uc785\ub2c8\ub2e4. from\uc774 (3)\uc5d0 \ub300\ud55c \ubd80\ubd84\uc744 \ub3d9\uc2dc\uc5d0 \uc554\uc2dc\ud558\uace0 \uc788\ub2e4\ub294 \uc810\uc744 \uc54c\uace0 \uc788\ub2e4\uba74 from\uc5d0 \ub300\ud55c \uc5ec\ub7ec \ud55c\uad6d\uc2dd \ubc88\uc5ed\ubb38\uc744 \uc54c \ud544\uc694\ub294 \uc5c6\uc5c8\uc744 \uac81\ub2c8\ub2e4. (3)\ub9cc \ub208\uc5ec\uaca8 \ubcf4\uba74\uc11c \uc608\ubb38\ub4e4\uc744 \ud574\uc11d\ud574 \ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n\n(1) the train from Busan : \uae30\ucc28\uac00 \uc548 \uc6c0\uc9c1\uc600\uc73c\uba74 \uadf8\ub0e5 \ubd80\uc0b0\uc5d0 \uc788\uc5c8\uaca0\ub124..\n(2) We're open from 8 : 8\uc2dc\uac00 \uc548\ub418\uba74 \uc548 \uc5f4\uc5c8\uaca0\ub124\n(3) a letter from my brother : \ud3b8\uc9c0\uac00 \ubc30\uc1a1 \uc548\ub418\uba74 \uadf8\ub0e5 brother\uc5d0\uac8c \uc788\uc5c8\uaca0\ub124\n(4) I'm from Italy : \ub108 \uadf8\ub0e5 \uac00\ub9cc \uc788\uc73c\uba74 \uc774\ud0dc\ub9ac\uc5d0 \uc788\uaca0\ub124 (\uc5b4\uca0c\uac70\ub098 \uc774\ud0dc\ub9ac \ucd9c\uc2e0)\n(5) Steel is made from iron : steel(\uac15\ucca0) \ub9cc\ub4dc\ub824 \uc560\uc4f0\uc9c0 \uc54a\uc558\uc73c\uba74 \uadf8\ub0e5 iron(\ucca0)\uc774\uc5c8\uaca0\ub124\n(6) She saved him from drowning : \uc548 \uad6c\ud574\uc92c\uc73c\uba74 \ube60\uc838\uc8fd\uc5c8\uaca0\ub124\n(7) Is Prortuguese very different from Spanish? : \uc2a4\ud398\uc778\uc5b4\ub791 \ube44\uad50 \uc548\ud558\uba74 \ubb50 \ub2e4\ub978\uc810\uc774 \uc788\ub294\uc9c0\ub3c4 \ubab0\ub790\uaca0\ub124?\n\n\uc57d\uac04 \uc2dc\ud06c\ud55c \ub290\ub08c\uc774 \ub4dc\uc2dc\ub098\uc694? \u314e\u314e \uc5b4\uca0c\uac70\ub098.. from\uc758 \uac00\uc7a5 \ud070 \uc5ed\ud560\uc740.. \uc774\uac8c \uc5b4\ub514\uc5d0\uc11c \ube44\ub86f\ub418\uc5c8\ub294\uc9c0, \uc5b4\ub514\uc5d0\uc11c \ubd80\ud130 \uc2dc\uc791\ub41c \uac83\uc778\uc774 \uadf8 \ucd9c\ucc98\ub098 \uc815\uccb4\ub97c \ubc1d\ud600\uc900\ub2e4\ub294 \uac81\ub2c8\ub2e4. \uce5c\uad6c\ub4e4\uacfc \uc5ec\ud589\uc744 \uac00\ub2e4\ubcf4\uba74 \uc5ec\uae30\uc800\uae30 \ube44\uc2b7\ud55c \ud2b8\ub801\ud06c \uac00\ubc29\uc774 \ubcf4\uc77c\uac81\ub2c8\ub2e4. \uc6b0\ub9b0 tag\ub97c \ubcf4\uace0 \uc790\uae30\uac83\uc778\uc9c0 \uc544\ub2cc\uc9c0 \ucd5c\uc885 \ud655\uc778\ud560 \uc218 \uc788\uc8e0. \ubc14\ub85c \uc774 tag \uc5ed\ud560\uc744 \ud558\ub294 \uac83\uc778 from\uc774 \ub418\uaca0\uc2b5\ub2c8\ub2e4.\n\n\ud558\uc9c0\ub9cc \ub3d9\uc2dc\uc5d0, \uc6b0\ub9b0 \uc774 from\uc774 \ucc0d\ud788\ub294 \uc21c\uac04(\uc989, tag\uac00 \ubd99\uc5ec\uc9c0\ub294 \uc21c\uac04) \uc774\uc804\uacfc \ub2e4\ub978 \uc0c1\ud669\uc774 \uc2dc\uc791\ub41c\ub2e4\ub294 \uac83\ub3c4 \ub208\uce58\ucc44\uc57c \ud569\ub2c8\ub2e4. \ubc14\ub85c '\uad6c\ubcc4'\uc774\uaca0\uc9c0\uc694. tag\ub97c \ubd99\uc774\ub294 \uc21c\uac04 \uac00\ubc29\uc740 \ub2e4\ub978 \uac00\ubc29\uacfc \uad6c\ubcc4\ub418\uc5b4 \ubc84\ub9bd\ub2c8\ub2e4. \uac8c\ub2e4\uac00 \uadf8 \uac00\uc7a5 \uc790\uccb4\ub85c\uc11c\ub3c4 tag\ub97c \ubd99\uc774\uae30 \uc804\uacfc \ud6c4\ub85c \uad6c\ubcc4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub807\ub4ef from\uc774 \ubd99\uac8c\ub418\uba74 \ub54c\ub860 \uadf8\uac78 \uae30\uc900\uc73c\ub85c \uad6c\ubd84\uc774 \uc2dc\uc791\ub41c\ub2e4\ub294 \uc810 \uc808\ub300 \uc78a\uc9c0 \ub9c8\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4. \uc774 \ub0b4\uc6a9\uc740 \uad73\uc774 \uc54c\uc9c0 \uc54a\uc544\ub3c4 \ub418\ub294 \uac83 \uc544\ub2d0\uae4c?..\ud558\uace0 \uc0dd\uac01\ub418\uc2dc\uaca0\uc9c0\ub9cc \uc5b8\uc820\uac00 \uc774 \ub258\uc559\uc2a4\ub97c \uc54c\uace0 \uc788\ub290\ub0d0 \uc544\ub2c8\ub0d0\uc5d0 \ub530\ub77c\uc11c \ub0b4\uac00 from\uc744 \uc694\uae34\ud558\uac8c \uaebc\ub0b4 \uc4f8 \uc218 \uc788\uc73c\ub098 \uc544\ub2c8\ub0d0\uac00 \uacb0\ud310(?)\ub0a0 \ub54c\ub3c4 \uc788\uac70\ub4e0\uc694. ^^\n\n\uc5ec\ub7ec\ubd84\uc758 \ubcf4\ud305\uc740 \uc5f0\uc5b4\uc5d0\uac8c \ud798\uc774 \ub429\ub2c8\ub2e4~\n\uc8fc\ub9d0 \uc798 \ub9c8\ubb34\ub9ac\ud558\uc2dc\uad6c\uc694~", + "body_length": 2093, + "cashout_time": "2016-09-11T09:31:57", + "category": "kr", + "children": 2, + "created": "2016-09-04T09:31:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"asia\",\"enlgish\",\"steemit\",\"englishforkorean\"],\"image\":[\"http://i.imgur.com/m9APstp.jpg\",\"http://i.imgur.com/5j92eIX.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T09:42:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8041197159042, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "10.093 HBD", + "percent_hbd": 10000, + "permlink": "13-from-from", + "post_id": 1120704, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (13) from - from\uc740 \ubc14\ub85c \uaf2c\ub9ac\ud45c!", + "title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (13) from - from\uc740 \ubc14\ub85c \uaf2c\ub9ac\ud45c!", + "total_payout_value": "0.000 HBD", + "url": "/kr/@jack8831/13-from-from" + }, + "jack8831/14-of": { + "active_votes": [ + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2482058345, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3013428043, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 552662812, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6235145016438, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 43650883326, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1330065276, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 171009273, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 72700031618, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 499845540, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 775709423, + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7854228701, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230642309, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 3046983790834, + "rshares": 4175015377, + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 47060038279, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 21462380812, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 314461171166, + "voter": "leesunmoo" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1069096843, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 673753755563, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 45109396098, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 803780719720, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 1500654518354, + "rshares": 44338945510, + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 84837731290, + "rshares": 234625478, + "voter": "jacksongarcia" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 813530163, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 148929702542, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26892818469, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 164136697228, + "rshares": 11717820625, + "voter": "aijeong" + }, + { + "percent": "10000", + "reputation": 4181598053141, + "rshares": 64600012060, + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 7277317446677, + "rshares": 15909438467, + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 851650917098, + "rshares": 172717854, + "voter": "honna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52195974, + "voter": "buyu" + }, + { + "percent": "10000", + "reputation": 1245115709001, + "rshares": 371065944, + "voter": "twinbraid" + }, + { + "percent": "10000", + "reputation": 450193486835, + "rshares": 53029653, + "voter": "grisha-danunaher" + } + ], + "author": "jack8831", + "author_reputation": 4181598053141, + "beneficiaries": [], + "body": "http://i.imgur.com/3QBca5o.jpg\n\n\uc774\ubc88\uc5d4 of \uc785\ub2c8\ub2e4. of\ub294 \ud55c\uad6d\uc5b4\uc640 \uc601\uc5b4\uc758 \uc5b4\uc21c \ucc28\uc774, \uc815\ud655\ud788\ub294 \ub9d0\uc744 \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \ubc29\uc2dd \ucc28\uc774 \ub54c\ubb38\uc5d0 \uc0dd\uae30\ub294 \ubd88\ud3b8\ud568\uc774 \ub9e4\uc6b0 \ud070 \ub2e8\uc5b4\ub77c\uace0 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubc18\ub4dc\uc2dc \ucda9\ubd84\ud55c \uc5f0\uc2b5\uc744 \ud1b5\ud574 \uc219\ub2ec\ud574 \ub098\uac00\uc57c \ud560 \uac83\uc785\ub2c8\ub2e4. \uac70\uafb8\ub85c \uc598\uae30\ud574\uc11c of\ub97c \ubcf4\uace0 \ub4e3\uace0 \uc4f0\uace0 \ub9d0\ud558\ub294\ub370 \uc775\uc219\ud558\uac8c \ub41c\ub2e4\uba74 \uadf8\ubcf4\ub2e4 \uc601\uc5b4\ub97c \ubd88\ud3b8\ud558\uc9c0 \uc54a\uac8c \ub300\ud558\ub294 \uc9c0\ub984\uae38\uc740 \uc5c6\ub294 \uc148\uc774\uc8e0.\n\n\uc774\ub978\ubc14 '\uc5b4\uc21c'\uc774\ub77c\uace0 \ud45c\ud604\ud558\ub294 \ub9d0\uc744 \ub9cc\ub4e4\uc5b4 \uac00\ub294 \uc21c\uc11c\ub098 \ubc29\uc2dd\uc5d0 \ub300\ud574 \ud55c \ubc88 \uc0dd\uac01\ud574 \ubd05\uc2dc\ub2e4. \uadf8\ub7ec\uace0 \ubcf4\uba74 \ud55c\uad6d\uc5b4\ub294 \ub9d0\uc744 \ub9cc\ub4e4\uc5b4 \ub098\uac00\ub294 \uc21c\uc11c, \uc989 \ub2e8\uc5b4\ub97c \uc774\uc5b4\uac00\ub294 \uc21c\uc11c\uac00 \uc544\uc8fc \uc6d0\uce59\uc801\uc774\ub77c\uace0 \ubcf4\uae30\ub294 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. \ubc18\uba74\uc5d0 \uc911\uad6d\uc5b4\ub294 \uaf64 \uc6d0\uce59\uc744 \uc9c0\ud0a4\ub294 \uac83 \uac19\ub354\uad70\uc694. (\uc911\uad6d\uc5b4\ub294 \ud0c4\uc0dd\uc758 \uc21c\uc11c, \ud750\ub984\uc758 \uc21c\uc11c\ub300\ub85c \ud558\ub098\uc529 \ub2e8\uc5b4\ub97c \uc5f0\uacb0\ud574 \uac04\ub2e4\uace0 \ubcf4\uc2dc\uba74 \ub418\ub2c8\ub2e4) \uadf8\ub807\ub2e4\uba74 \uc601\uc5b4\ub294 \uc5b4\ub5a8\uc9c0.. \uc81c\uac00 \uc5b8\uc5b4\ud559\uc790\ub294 \uc544\ub2cc \uad00\uacc4\ub85c \uc815\ud655\ud788 \uc5b4\ub5bb\ub2e4\ub77c\uace0 \ub9d0\ud558\uae34 \uc5b4\ub835\uc9c0\ub9cc, \uc601\uc5b4\ub294 \uae30\ubcf8\uc801\uc73c\ub85c '\uc911\uc694\ud55c' \uc21c\uc11c\ub300\ub85c \uc74a\uc5b4\uac04\ub2e4\uace0 \ubcf4\uba74 \ud070 \ubb34\ub9ac\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc \ubb50\uac00 '\uac00\uc7a5 \uc911\uc694'\ud55c \uac83\uc778\uc9c0\ub294 \uc0c1\ud669\uc5d0 \ub530\ub77c \ub2e4\ub974\uaca0\uc9c0\ub9cc\uc694. \n\n\uc77c\ubc18\uc801\uc73c\ub85c\ub294 \uc5b4\ub5a4 \uc8fc\ub41c \ub300\uc0c1\uc774 \uc788\uc744\uac70\uace0, \uadf8 \ub300\uc0c1\uc758 \ud575\uc2ec \uc0ac\ud56d\uc744 \uac00\uc7a5 \uba3c\uc800 \ud480\uc5b4\ub098\uac00\uae30 \ub9c8\ub828\uc785\ub2c8\ub2e4. \uadf8\ub7f0 \uacfc\uc815\uc5d0\uc11c \uc7a0\uc2dc \ud45c\ud604 \uc911\uc778 \ub300\uc0c1\ub4e4\uc744 \uc0b4\uc9dd \uacc1\ub208\uc9c8 \ud558\uac8c \ub9cc\ub4dc\ub294 \ud45c\ud604\ub4e4\uc774 \uaf64 \ubc1c\ub2ec\ub418\uc5b4 \uc788\ub294\ub370, \uc774\ub7f4 \ub550 which, who... \ub4f1\ub4f1\uc758 \uad00\uacc4\uc0ac\ub098 of, from \ub4f1\uc758 \uc804\uce58\uc0ac\ub97c \ubd99\uc5ec\uac00\uba74\uc11c \ud45c\ud604\uc744 \uc911\uac04 \uc911\uac04 \uc644\uc131\ud574 \uac11\ub2c8\ub2e4. \ub9c8\uce58 \ube14\ub85d\uccb4\uc778\ucc98\ub7fc\uc694. \ube14\ub85d\uccb4\uc778\uc774\ub780\uac8c \uadf8\ub7f0\uac70 \uc544\ub2c8\uaca0\uc2b5\ub2c8\uae4c? \ud55c \ube14\ub7ed \uc644\uc131\ud574 \ub193\uace0.. \ub610 \ud55c \ube14\ub7ed \uc644\uc131\ud574\ub098\uac00\uace0.. \uadf8\ub807\uac8c \ube14\ub85d\ub4e4\uc744 \uc5f0\uacb0\ud574 \ub098\uac00\ub294.. \uc601\uc5b4\uac00 \ubc14\ub85c \uadf8\ub7f0 \uad6c\uc870\uc778 \uc148\uc785\ub2c8\ub2e4.\n\nhttp://i.imgur.com/FohFoZn.jpg\nCaptured by Google.com\n\n\uadf8\ub807\ub2e4\uba74 of\ub294 \uc5b4\ub5a4 \uc5ed\ud560\uc744 \ud574\uc904\uae4c\uc694? \uc0ac\uc2e4 of\ub294 \uc544\uc9c1 \uc5c4\ub9c8\uc758 \ud488\uc5d0\uc11c \uba40\ub9ac \ub5a8\uc5b4\uc838 \ub098\uc624\uc9c0 \ubabb\ud55c \uc5b4\ub9b0 \uc591\uacfc \uac19\uc2b5\ub2c8\ub2e4. \ud55c \ub9c8\ub9ac \uc0c8\ub07c \uc591\uc774 \uc788\ub294\ub370.. \uacc1\uc5d4 \uc5c4\ub9c8 \uc591\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc0c8\ub07c \uc591 \uadf8 \ub098\ub984\ub300\ub85c \uc874\uc7ac\uc758 \uc774\uc720\uac00 \uc788\uaca0\uc73c\ub098 \uc6b0\ub9b0 \uc880 \ub354 \uc0b4\ud3b4\ubcf4\ub2c8 \uadf8 \uc591\uc774 \uc5b4\ub5a4 \uc874\uc7ac(\uc5c4\ub9c8 \uc591)\ub85c\uc73c\ub85c \ubd80\ud130 \uc601\ud5a5\uc744 \ubc1b\uc558\ub294\uc9c0, \uc5b4\ub514\uc5d0\uc11c \ube44\ub86f\ub41c\uace0 \uc544\uc9c1 \uadf8\uc5d0 \uc885\uc18d\ub418\uc5b4 \uc788\ub294\uc9c0 \ub208\uce58\ub97c \ucc4c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5b4\uca0c\ub4e0 of\ub294 \uc774\ub7ec\ud55c \uc0c1\ud669\uc744 \ud45c\ud604\ud574 \uc90d\ub2c8\ub2e4. \uc6b0\uc120 \ub124\uc774\ubc84 \uc0ac\uc804\uc5d0\uc11c \ubc1c\ucdcc\ud55c \ud45c\ud604\ub4e4\uc744 \ub6ab\uc5b4\uc838\ub77c \uc9f8\ub824\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. (\uac10\uac01\uc744 \uc0b4\ub824\ubcf4\uae30 \uc704\ud574 '/'\ub97c \uc77c\ubd80\ub7ec \ud55c \ubc88 \ub123\uc5b4 \ubcf4\uc558\uc2b5\ub2c8\ub2e4)\n\n(1) a friend / of mine\n(2) a member / of the team\n(3) the people / of Korea\n(4) a galss / of milk\n\n\uccb4\uc778\uacfc \uac19\uc774 \uc5b4\ub5a4 \uc874\uc7ac\uac10\ub4e4\uc774 \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\ub370.. \uc774\ub97c \ub2e4\uc74c\uacfc \uac19\uc774 \ube44\uad50\ud574\uc11c \ud55c \ubc88 \ub290\uaef4\ubcf4\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4. of\ubcf4\ub2e4 \uac15\ub825\ud558\uac8c \ub5a8\uc5b4\uc838 \ub098\uc628 off\ub97c \ud55c \ubc88 \ub123\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ub7f0 \ud45c\ud604\ub4e4\uc740 \ub9e4\uc6b0 \uc5b4\uc0c9\ud558\uaca0\uc9c0\ub9cc \ub290\ub08c \ud55c \ubc88 \uc0b4\ub824\ubcf4\uae30 \uc704\ud574 \uc5b5\uc9c0\ub85c \ubd99\uc5ec\ubcf8 \uac83\uc785\ub2c8\ub2e4\n\n(1) a friend / off / mine\n(2) a member / off / the team\n(3) the people / off / Korea\n(4) a galss / off / milk\n\n\uc0c1\ub300\uc801\uc73c\ub85c of\uac00 off\ub9cc\ud07c \uac15\ub825\ud558\uac8c \ub5a8\uc5b4\uc838 \ub098\uc624\uc9c0\ub294 \ubabb\ud588\ub2e4\ub294 \uac78 \ub290\ub084 \uc218 \uc788\ub098\uc694? \uc5ed\uc73c\ub85c \ub9d0\ud558\uba74 \uc544\uc9c1 \uc18c\uc18d, \ucd9c\uc2e0 \ub4f1\uc744 \uc758\ubbf8\ud558\uba70 \uc21c\uac04\uc801\uc73c\ub85c \uc5b4\ub5a4 \ub300\uc0c1\uc774 \uc5b4\ub5a4 \ub2e4\ub978 \ub300\uc0c1\uc5d0\uc11c \uc5f0\uacb0\ub418\uc5b4 \uc788\ub294\uc9c0 \ub208\uce58\ucc44\uac8c \ud574\uc8fc\ub294 \uc5ed\ud560\uc774 \ubc14\ub85c of \uc785\ub2c8\ub2e4. \uc7a0\uae50 \uc124\uba85\ud558\uace0 \ube60\uc9c0\ub294 \uc5ed\ud560\uc774\uc8e0.\n\n\uac00\uc7a5 \uc911\uc694\ud55c \uc810\uc740, of\uac00 \ub098\uc654\ub2e5 \ud574\uc11c \uc790\uafb8 \uc55e\uc758 \ubb38\uc7a5\uc73c\ub85c \ub208\uc744 \ub3cc\ub9ac\uba74 \uc548\ub41c\ub2e4\ub294 \uac81\ub2c8\ub2e4. \uc6b0\ub9ac\uc5d0\uac90 '~\uc758'\ub77c\ub294 \ud55c\uad6d\uc2dd \ubc88\uc5ed\uc5d0\uc11c \ube44\ub86f\ub41c, \uc989 of\uac00 \ub098\uc624\uba74 \ub4a4\ubd80\ud130 \ud574\uc11d\ud558\uace0 \ub2e4\uc2dc \uc55e\uc73c\ub85c \uc5ed\uc21c\ud574 \uac00\ub294 \uc2b5\uad00\uc774 \ubc30\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc808\ub300 \uadf8\ub7ec\uba74 \uc548\ub429\ub2c8\ub2e4. \ub098\uc911\uc5d0 \uc775\ud790 \uad00\uacc4\uc0ac\uc5d0\uc11c \ud2b9\ud788 \uc5b8\uae09\ud558\uaca0\uc9c0\ub9cc.. \uc6b0\ub9b0\uc601\uc5b4\ub97c \ub2e8\uc5b4 \uc21c\uc11c\ub300\ub85c \ubc1b\uc544\ub4e4\uc5ec\uc57c \ud569\ub2c8\ub2e4. \uc5b4\ub5a4 \ub300\uc0c1\uc774\ub098 \uc0c1\ud669\uc744 \uc124\uba85\ud55c \ud6c4 \uad00\uacc4\uc0ac\ub098 \uc804\uce58\uc0ac\ub85c \uc5f0\uacb0\ud558\uba70 \uc124\uba85\uc744 \uc774\uc5b4\uac00\ub294\uac74 \ub2e4 \uc774\uc720\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc6b0\ub9ac\ub85c \uce58\uba74 \uc7a0\uae50 \ubd80\uc5f0\uc124\uba85\ud558\uace0 \ube60\uc9c0\ub294 \uc815\ub3c4\uc774\ub2c8, \uc774 \ub54c\ubb38\uc5d0 \ubb38\uc7a5\uc744 \ubc1b\uc544\ub4e4\uc774\ub294 \uc21c\uc11c\ub97c \uc6b0\ub9ac \uc2a4\uc2a4\ub85c \uae68\uba74 \uc548\ub420 \uac83\uc785\ub2c8\ub2e4. \uc77c\ub2e8 of\ub97c \ubcf4\uace0 '~\uc758'\ub77c\uace0 \ud574\uc11d\ud558\uc9c0 \uc54a\ub294 \ub2e8\uacc4\ub9cc \ub418\uba74 of\ub294 \uc544\uc8fc \ud3b8\ud558\uac8c \ubc1b\uc544\ub4e4\uc77c \uc218 \uc788\uc744\uac81\ub2c8\ub2e4. \uc544, \uadf8\ub9ac\uace0 of\uc5d0 \ub300\ud574 \uc775\ud600\ub450\uba74 \uc88b\uc740 \ud45c\ud604\ub4e4\uc774 \uc788\ub354\uad70\uc694. \ud55c \ubc88 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.\n\n(5) deprive (somebody) of (something) : \ube7c\uc557\ub2e4\n \uc5b4\ub5a4 \ub300\uc0c1\uc5d0\uac8c\uc11c of(\uc57d\ud55c off) \ud569\ub2c8\ub2e4\n(6) think of\n think\uc5d0 \uc65c of\uac00 \ubd99\uc744\uae4c.. \ucc38 \uacf0\uacf0\ud788 \uc0dd\uac01\ud574 \ubcfc \ubb38\uc81c\uc785\ub2c8\ub2e4. \uc0dd\uac01\uc758 \ub300\uc0c1\uc744 \uc0b4\uc9dd \ub04c\uc5b4\uc654\uad70\uc694. \ub04a\uc5b4\uc9c0\uc9c0 \uc54a\uc744 \uc815\ub3c4\ub9cc \ub04c\uc5b4\uc628 \ud6c4 \ub2e4\uc2dc \ub3cc\ub824 \ub193\uc73c\ub824\ub294 \uac78\uae4c\uc694? (\ub9c8\uce58 \ub04a\uc5b4\uc9c0\uc9c0 \uc54a\uc740 \uace0\ubb34\uc904\ub85c \ub315\uaca8\uc624\ub4ef\uc774..)\n(7) be proud of (something)\n 'be proud', \uc989 \uc790\ub791\uc2a4\ub7ec\uc6cc\ud558\ub294 \uc0c1\ud0dc, \uc774\ub7ec\ud55c \uc0c1\ud0dc\ub97c \ubd80\uc5f0\uc124\uba85\ud558\uace0\uc790 of\ub97c \uc774\uc6a9\ud574 \uc0b4\uc9dd \ub04c\uc5b4 \uc654\uc2b5\ub2c8\ub2e4.\nbe proud / of something\n\nof\ub098 from\uc740 \uc678\ubd80 \ub300\uc0c1\uc5d0\uc11c \ubb54\uac00\ub97c \uc5f0\uacb0\uc9c0\uc5b4 \uc624\ub294 \ub300\ud45c\uc801\uc778 \uc804\uce58\uc0ac\ub4e4\uc785\ub2c8\ub2e4. \uc774 \ub458\uc744 \uad6c\ubcc4\ud574 \uc4f8 \uc218 \uc788\ub3c4\ub85d \uc57d\uac04\uc758 \ucd94\uac00 \ud574\uc124\uacfc \uc790\uc8fc \uc4f0\ub294 \uc0c1\uc6a9\uad6c\ub97c \ud55c \ubc88 \ub530\ub85c \uc815\ub9ac\ud574\ubcf4\ub3c4\ub85d \ud558\uaca0\uc2b5\ub2c8\ub2e4.\n\n\ub0a0\uc528 \ucc38 \uc88b\ub124\uc694. \uc88b\uc740 \ud558\ub8e8\ub4e4 \ub418\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4 ~", + "body_length": 2545, + "cashout_time": "2016-09-13T00:20:00", + "category": "kr", + "children": 1, + "created": "2016-09-06T00:20:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"asia\",\"steemit\",\"steem\",\"language\"],\"image\":[\"http://i.imgur.com/3QBca5o.jpg\",\"http://i.imgur.com/FohFoZn.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T00:20:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8593363057701, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "10.068 HBD", + "percent_hbd": 10000, + "permlink": "14-of", + "post_id": 1141252, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (14) of - \uc544\uc9c1 \uc5c4\ub9c8\uc5d0\uac8c\uc11c \ub5a8\uc5b4\uc9c0\uc9c0 \ubabb\ud55c \uc5b4\ub9b0 \uc591..", + "title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (14) of - \uc544\uc9c1 \uc5c4\ub9c8\uc5d0\uac8c\uc11c \ub5a8\uc5b4\uc9c0\uc9c0 \ubabb\ud55c \uc5b4\ub9b0 \uc591..", + "total_payout_value": "0.000 HBD", + "url": "/kr/@jack8831/14-of" + }, + "jack8831/15-answer-answer-bid": { + "active_votes": [ + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 6250451921905, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 64640428183, + "voter": "vip" + }, + { + "percent": "100", + "reputation": 4874033031398, + "rshares": 7854315044, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 3046983790834, + "rshares": 4412077747, + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 47060038279, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 21462380812, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 314469227386, + "voter": "leesunmoo" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1425639649, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": -577089724709, + "rshares": 43523726068, + "voter": "rednetkjh" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 46296485469, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 807350656897, + "voter": "slowwalker" + }, + { + "percent": "5900", + "reputation": 3181753819665, + "rshares": 6614736366, + "voter": "jay4u" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1371177629456, + "voter": "renohq" + }, + { + "percent": "5100", + "reputation": 1416246303584, + "rshares": 7395856966, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 4063076365725, + "rshares": 1812554821, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 181872789178, + "rshares": 1015694679814, + "voter": "thisvsthis" + }, + { + "percent": "10000", + "reputation": 64878458203, + "rshares": 961271578, + "voter": "alexma3x" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26366188897, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 950372517145, + "rshares": 695426487, + "voter": "jessicanicklos" + }, + { + "percent": "10000", + "reputation": 4181598053141, + "rshares": 63424078082, + "voter": "jack8831" + }, + { + "percent": "10000", + "reputation": 7277317446677, + "rshares": 16537840552, + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 1245115709001, + "rshares": 386891055, + "voter": "twinbraid" + } + ], + "author": "jack8831", + "author_reputation": 4181598053141, + "beneficiaries": [], + "body": "http://i.imgur.com/l7lQQp5.jpg\n\n\uc77c\uc804\uc5d0 ask\uc5d0 \ub300\ud574 \uc124\uba85\ub4dc\ub9b0 \uc801\uc774 \uc788\uc2b5\ub2c8\ub2e4. ask\uc758 \ubcf8\uc9c8\uc774 \ubb34\uc5c7\uc774\uc5c8\ub358\uac00\uc694? \ub124, \ubb54\uac00 \ubd80\uc871\ud55c \ubd80\ubd84\uc744 \ucc44\uc6cc\uc92c\uc73c\uba74 \ud558\ub294 \uc694\uad6c\uc600\uc2b5\ub2c8\ub2e4. \uadf8\ub807\ub2e4\uba74 \uc774\uc5d0 \ub300\ud55c \ubc18\uc751\ub3c4 \uc788\uaca0\uc8e0? \ub300\ud45c\uc801\uc774 \uac83\uc774 \ubc14\ub85c answer\uac00 \ub418\uaca0\uc2b5\ub2c8\ub2e4. '\ub300\ub2f5\ud558\ub2e4'\ub77c\ub294 \ub2e8\ud3b8\uc801\uc778 \ub2e8\uc5b4\ub85c \uae30\uc5b5\ud558\uc9c0 \ub9c8\uc2dc\uace0, \uacb0\uad6d \uc0c1\ub300\ubc29\uc774 \ud544\uc694\ub85c \ud558\ub294 \uac83, \ub610\ub294 \ud544\uc694\ub85c \ud558\ub294 \uc0c1\ud669\uc5d0 \uc751\ud574\uc8fc\ub294 \uac83\uc774\ub77c\uace0 \uc0dd\uac01\ud574 \ub461\uc2dc\ub2e4. \uc774\uc81c \uc774 \uac1c\ub150\uc744 \uba38\ub9bf\uc18d\uc5d0 \ub123\uace0 \uc608\ubb38\uc744 \ud55c \ubc88 \uc9f8\ub824\ubcfc\uae4c\uc694?\n\n(1) You didn't answer my question\n(2) answer the phone : '\uc880 \ubc1b\uc544\uc8fc\uc138\uc694~'\ud558\uace0 \uc5f4\uc2ec\ud788 \uc6b8\ubd80\uc9d6\ub294 \uc804\ud654\uc5d0 \ub300\ud55c \uc751\ub2f5\uc774\uaca0\uc8e0?\n(3) answer the door : \uc5ec\uae30\uc11c door\ub294 \ub178\ud06c\ub098 \ucd08\uc778\uc885 \uc18c\ub9ac\uc640 \uac19\uc740 \uc0c1\ud669\uc744 \ub300\uc2e0\ud569\ub2c8\ub2e4. (\uc601\uc5b4 \uc2a4\ud0c0\uc77c\uc774\uc8e0)\n(4) Come on, answer me ! \uc774 \uc0ac\ub78c(me)\uc774 \ubb54\uac00\ub97c \uc694\uad6c\ud569\ub2c8\ub2e4. \uad81\uae08\ud55c \uc0ac\ud56d\uc774 \uc788\ub098\ubcf4\ub124\uc694.\n(5) He answered me with a smile : \ubbf8\uc18c\ub85c \uc751\ud574\uc92c\ub098 \ubd05\ub2c8\ub2e4.\n(6) Does this asnwer your requirements? (\ub2f9\uc2e0\uc758 \uc694\uad6c\uc5d0 \ubd80\ud569\ud558\ub0d0, \ucc44\uc6cc\uc8fc\uace0 \uc788\ub0d0 \ubb3b\ub294 \ub0b4\uc6a9\uc785\ub2c8\ub2e4) \n\n\ucd94\uac00\ub85c \uc6b0\ub9ac\uac00 \uc219\uc5b4\ucc98\ub7fc \ubc30\uc6e0\ub358 \uac83 \uc911\uc5d0 \uc775\ud600\ub450\uba74 \ub3c4\uc6c0\uc774 \ub420\ub9cc\ud55c \uc0ac\ud56d\ub4e4\uc774 \uc788\uc5b4 \ubc1c\ucdcc\ud574 \ubd24\uc2b5\ub2c8\ub2e4.\n\n(1) All sales clerks(\ud310\ub9e4\uc6d0\ub4e4) answer to the store manager(\ub9e4\uc7a5 \ucc45\uc784\uc790)\n\uc601\uc5b4\uc2dd \ubb38\uc7a5\uc758 \ud2b9\uc9d5\uc77c\uae4c\uc694? \ud55c\uad6d\uc5b4\ub77c\uba74 '\ub9e4\uc7a5 \ucc45\uc784\uc790'\uac00 \uc694\uad6c\ud558\ub294 \uc5b4\ub5a4 \uc0ac\ud56d\uc744 \uad6c\uccb4\uc801\uc73c\ub85c \uc5b8\uae09\ud588\uc744 \uac81\ub2c8\ub2e4. \uc5b4\ub5a4 \uc9c8\ubb38\uc774\ub77c\ub358\uac00.. \uc989 '\ub9e4\uc7a5 \ucc45\uc784\uc790\uc758 \uc9c8\ubb38' \ucc98\ub7fc \ub9d0\uc774\uc8e0. \ud558\uc9c0\ub9cc \uc601\uc5b4\uc2dd \ubb38\uc7a5\uc5d0\uc11c\ub294 \uadf8\ub0e5 \uadf8 \ub300\uc0c1\ub9cc \ud22d \uc5b8\uae09\ud558\uace0 \ub05d\ub0c5\ub2c8\ub2e4. answer\uac00 \uc788\uc73c\ubbc0\ub85c \uc774\ubbf8 \uadf8 \ub300\uc0c1\uc774 \uc6d0\ud558\uace0 \uc788\ub294 \uc0c1\ud669\uc774\ub098 \ub0b4\uc6a9\uc744 \ucd94\uce21\ud574 \ub0bc \uc218 \uc788\uc73c\ub2c8 \uac71\uc815\ud560 \uac74 \uc5c6\uc73c\ub2c8\uae4c\uc694.\n(2) They usually don't answer when they're busy.\n\uc694 \ubb38\uc7a5\uc5d0\uc11c answer\uac00 \uc804\ud654\uc5d0 \ub300\ud55c \ubd80\ubd84\uc5d0 \uc751\ub2f5, \uc751\ub300\ud55c\ub2e4\ub294 \uc810\uc744 \ub208\uce58\ucc44\uc57c \ud558\uaca0\uc2b5\ub2c8\ub2e4. \uadf8\ucabd \uc0ac\ub78c\ub4e4 \uc2b5\uad00\uc774\ub2c8 \uc6b0\ub9ac\uac00 \ub530\ub77c\uc57c\uaca0\uc8e0.\n\n* \ucd94\uac00 \uc0ac\ud56d \ud55c\uac00\uc9c0 \ub354! ask\uc758 \uc0c1\ub300\uc801 \uac1c\ub150\uc73c\ub85c answer\uac00 \uc544\ub2cc bid\ub97c \uc4f0\ub294 \uacbd\uc6b0\uac00 \uc788\uc2b5\ub2c8\ub2e4. answer\uac00 \ub300\ubd80\ubd84\uc758 \uc77c\ubc18\uc801\uc778 \uc0c1\ud669\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4\uba74 bid\ub294 \uc880 \ud2b9\uc218\ud55c \uacbd\uc6b0\uc5d0 \uc4f4\ub2e4\uace0 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub7fc '\ud2b9\uc218\ud55c' \uacbd\uc6b0\ub780 \uc5b4\ub5a4 \uc0c1\ud669\uc77c\uae4c\uc694? \uc5b4\ub5a4 \uae30\uc900 \ub610\ub294 \ub8f0\uc774 \uba85\ud655\uc774 \uc815\ud574\uc838 \uc788\uace0, ask(\ucc44\uc6cc\ub2ec\ub77c\uace0 \uc694\uad6c\ud558\ub294 \ucabd)\uacfc bid(\ucc44\uc6cc\uc8fc\uaca0\ub2e4, \ucc44\uc6cc\uc8fc\uace0 \ubc00\uc5b4\ub0b4\ubc84\ub9ac\uaca0\ub2e4\uace0 \ud558\ub294 \ucabd)\uc774 \uce58\uc5f4\ud558\uac8c \uacbd\ud569\uc744 \ubc8c\uc77c \uc218 \uc788\ub294 \uc0c1\ud669\uc774\ub77c\uace0 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub9ac\uc11c \uc774 bid/ask\ub294 \uacbd\ub9e4\ub77c\ub358\uac00 \ud2b8\ub808\uc774\ub529\uc5d0\uc11c \ub9e4\uc218\ud638\uac00\uc640 \ub9e4\ub3c4\ud638\uac00\uac00 \uce58\uc5f4\ud558\uac8c \uce58\uace0 \ubc1b\ub294 \uc0c1\ud669\uc5d0 \uc4f0\uba74 \ub531\uc774\uaca0\uc2b5\ub2c8\ub2e4. \n\n\ub530\ub77c\uc11c bid\ub97c \uc880 \ub354 \uba85\ud655\ud558\uac8c \ubcf8\uc9c8\uc744 \ud30c\uace0 \ub4e4\uc5b4\uac00\uc790\uba74, '\ucc44\uc6cc\ub123\uc73c\uba74\uc11c \uadf8 \uc790\ub9ac\uc5d0 \uc788\ub358 \ubb34\uc5b8\uac00\ub97c, \ub610\ub294 \ucc44\uc6cc\ub4e4\uc5b4\uac00\ub824\ub294 \uc5b4\ub5a4 \uac83\uc744 \ubc00\uc5b4\ub0b4\ubc84\ub9ac\ub294' \uc0c1\ud669\uc774\ub77c\uace0 \ubcf4\uba74 \ub418\uaca0\uc2b5\ub2c8\ub2e4. \uc608\ubb38\uc744 \ubcfc\uae4c\uc694?\n\n(1) I bid $1,000 for the painting\n1,000\ubd88\uc744 \uc9c0\ub974\uba74\uc11c \ub204\uad70\uac00 \uc751\ucc30\ud558\ub824\ub294 \uadf8 \uc790\ub9ac\ub97c \uaff0\ucc28\uace0 \ub4e4\uc5b4\uac00\ub824 \ud569\ub2c8\ub2e4. \ubc00\uc5b4\ub0b4 \ubc84\ub9ac\uace0 \ub0b4\uac00 \ub4e4\uc5b4 \uc549\uaca0\ub2e4\ub294\uac70\uc8e0.\n(2) A French firm bids for the contract\n\ud504\ub791\uc2a4 \ud68c\uc0ac\uac00 \uacc4\uc57d\uac74\uc5d0 \ubc00\uace0 \ub4e4\uc5b4\uac11\ub2c8\ub2e4. \uae00\uc384\uc694.. \uc81c\uac00 \uc601\uc5b4 \uc6d0\uc5b4\ubbfc\uc740 \uc544\ub2c8\uc9c0\ub9cc \ucd94\uce21\ucee8\ub370 \ub2e4\ub978 \uacbd\uc7c1\uc790\ub4e4\uc744 \ubc00\uccd0\ub0b4\uace0 \uadf8 \uacc4\uc57d\uc744 \uc131\uc0ac\uc2dc\ud0a4\uaca0\ub2e4\ub294 \ub258\uc559\uc2a4\uac00 \uae54\ub824 \uc788\ub2e4\uace0 \uc0dd\uac01\ub429\ub2c8\ub2e4. \uc544\ub2cc\uac00\uc694? \u314e", + "body_length": 1716, + "cashout_time": "2016-09-13T14:02:36", + "category": "kr", + "children": 4, + "created": "2016-09-06T14:02:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"steemit\",\"asia\",\"language\",\"englishforkorean\"],\"image\":[\"http://i.imgur.com/l7lQQp5.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-06T14:12:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10120014051513, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "12.273 HBD", + "percent_hbd": 10000, + "permlink": "15-answer-answer-bid", + "post_id": 1146617, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (15) answer - \ucc44\uc6cc\ub2ec\ub77c\ub294 \uc694\uad6c\uc5d0 \uc751\ud574\uc8fc\ub294 answer (+\ubcf4\ub108\uc2a4 : bid\ub780?)", + "title": "\uc5f0\uc5b4\uc758 \ub2e4\uc2dc\ubcf4\ub294 \uc601\uc5b4 (15) answer - \ucc44\uc6cc\ub2ec\ub77c\ub294 \uc694\uad6c\uc5d0 \uc751\ud574\uc8fc\ub294 answer (+\ubcf4\ub108\uc2a4 : bid\ub780?)", + "total_payout_value": "0.000 HBD", + "url": "/kr/@jack8831/15-answer-answer-bid" + }, + "joythewanderer/japan-in-a-nutshell-my-trip-in-japan": { + "active_votes": [ + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 12043026584, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 2499894223848, + "rshares": 1434439261, + "voter": "vanessavi" + }, + { + "percent": "10000", + "reputation": 110690724760, + "rshares": 117663142, + "voter": "joythewanderer" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 689231826, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": -257389679751, + "rshares": 98752464, + "voter": "darthnava" + } + ], + "author": "joythewanderer", + "author_reputation": 110690724760, + "beneficiaries": [], + "body": "I made a trip to Japan. \n\nhttps://s3.postimg.io/jacioldmb/Cgg_YG1b_Eb3_WALO_5_AAF0_CO9ni8g562.jpg\nThough Japan has much more diverse food than just sushi, sushi in the morning market is definately a must do.\n\nhttps://s3.postimg.io/pvtu23iur/Joy_Touch_1219.jpg\nhttps://s3.postimg.io/f3ro99e0j/Joy_Touch_1211.jpg\nGirls(Japanese friends told me most of them you saw in Kimono in Kyoto are tourists) in Gion, Kyoto\n\nhttps://s3.postimg.io/jqxqb11df/Joy_Touch_1215.jpg\nModern Shinjuku \n\nhttps://s3.postimg.io/46qckhr8z/Joy_Touch_1217.jpg\nI love it when so many people crossing the street together\n\nhttps://s3.postimg.io/8h50g2wc3/Joy_Touch_1218.jpg\nI still didn't get it why this fried sate places( \u713c\u304d\u9ce5) are so popular, they are everywhere in Shinsekai, Osaka\n\nhttps://s3.postimg.io/h22xkzvw3/Joy_Touch_1221.jpg\nlove Akihabara(\u79cb\u8449\u539f) area! Go there if you fancy 3D electronic stuff or Manga.\n\nhttps://s4.postimg.org/sqhq52pjh/11026024_10203879736136569_5575183178468776828_n.jpg\nhttps://s4.postimg.org/dxjqke5rx/psb_18.jpg\nI wasn't lucky enough, when I was in Kawakuchiko (\u6cb3\u53e3\u6e56), I can barely see Fuji Mountain :(\nCan you see it?\n\nBut I was very happy to see Glico Man!\nhttps://s3.postimg.io/4sfbglmb7/Joy_Touch_1204.jpg\nDo you know who he is?", + "body_length": 1234, + "cashout_time": "2016-08-23T19:48:12", + "category": "japan", + "children": 1, + "created": "2016-08-16T19:48:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"japan\",\"life\",\"travel\",\"asia\",\"culture\"],\"image\":[\"https://s3.postimg.io/jacioldmb/Cgg_YG1b_Eb3_WALO_5_AAF0_CO9ni8g562.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:48:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14383113277, + "parent_author": "", + "parent_permlink": "japan", + "pending_payout_value": "0.001 HBD", + "percent_hbd": 10000, + "permlink": "japan-in-a-nutshell-my-trip-in-japan", + "post_id": 840206, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Japan in a nutshell, my trip in Japan", + "title": "Japan in a nutshell, my trip in Japan", + "total_payout_value": "0.000 HBD", + "url": "/japan/@joythewanderer/japan-in-a-nutshell-my-trip-in-japan" + }, + "kiperto/how-i-went-from-career-military-to-se-asia-agricultural-entrepenuer": { + "active_votes": [ + { + "percent": "10000", + "reputation": 54641917740, + "rshares": 391812343388, + "voter": "berkah" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 8978631331, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 6263164771, + "rshares": 51570728, + "voter": "kiperto" + } + ], + "author": "kiperto", + "author_reputation": 6263164771, + "beneficiaries": [], + "body": "After 18 years in the US military, the wife and I decided it was time to retire. Having the freedom to choose your next path in life seemed daunting. We knew we did not want to settle down into the life of commuting on I-95 for two hours a day with some government contractor or another. Other than that we had no other ideas of what to do. Sitting down at the dinner table one day with the father-in-law helped bring something into focus. He said, \u201cWell if you are not sure what to do when you get out, why don\u2019t you just buy an RV and drive around the country for a year?\u201d The wife and I stared at each other as if we were retarded because we didn't think of that idea ourselves. so we did just that.\n\nIn May 2013 we started on the road full time with our four girls. After 18 months we found ourselves with four girls, one boy, and one way plane tickets to Thailand. Now we find ourselves living with our family of seven on Java learning a new culture and a new language. In a few months I will be starting a business finding international markets for locally grown products here. I hope to keep you updated on how our journey transpired and how you may be able to do the same.", + "body_length": 1188, + "cashout_time": "2016-09-02T08:12:09", + "category": "sabbatical", + "children": 0, + "created": "2016-08-26T08:12:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"sabbatical\",\"expat\",\"asia\",\"family\",\"\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T08:12:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 400842545447, + "parent_author": "", + "parent_permlink": "sabbatical", + "pending_payout_value": "0.225 HBD", + "percent_hbd": 10000, + "permlink": "how-i-went-from-career-military-to-se-asia-agricultural-entrepenuer", + "post_id": 994750, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How I Went From Career Military To SE Asia Agricultural Entrepenuer", + "title": "How I Went From Career Military To SE Asia Agricultural Entrepenuer", + "total_payout_value": "0.000 HBD", + "url": "/sabbatical/@kiperto/how-i-went-from-career-military-to-se-asia-agricultural-entrepenuer" + }, + "knozaki2015/the-local-culture-that-will-touch-everyone-s-heart-featuring-ellamaeamor-as-author": { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 715799423559, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31836701139275, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 172935370348, + "voter": "highasfuck" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3066173754883, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 1860499995481, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3720515365, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4516874729, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 828584949, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 65048039110, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1993847372, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256442875, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 212566041185, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 405161972832, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2578485032714, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1857217663, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 139683698038, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5735942827019, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 747497728, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1161014576, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 136890907047, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 345836633, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 475785552, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5588732787, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 13053808253, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 711270929199, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 3936536501, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 55591961151, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 234329642206, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 932214174, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 74057665724, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432734797, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 204699567988, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 33760084087, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 516445067738, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 64427903770, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 8990166268, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3909863688233, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 364018104788, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 37108630165, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 371552229, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 53008687980, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 67344387007, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 72803573182, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 2877176439, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 6144432136, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45108876699, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 4192586652, + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 3012098030, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 37654720656, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7279763740, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 20468911147, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 109836452744, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 8243664974, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 14634910286, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 7379344685, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 266965848885, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 133370939937, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 6180521629731, + "rshares": 14956795504, + "voter": "elyaque" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 440614916259, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25451409693, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 3366379465325, + "rshares": 7050793436, + "voter": "futurefood" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1659298108, + "voter": "sergei" + }, + { + "percent": "4500", + "reputation": 4667991454724, + "rshares": 323447093374, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 81102912, + "rshares": 241529832, + "voter": "mirspirs" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 25561786803, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 836863528, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 14843192866, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 11335178360, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4566166640, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 17001140774, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 100574201966, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 2213861362, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 4189762226, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 9000492091, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 4251922593, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 360839688, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 299131322425, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 16116065912, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 18721855238, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3862494580, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 1560786654602, + "rshares": 2888714053, + "voter": "algimantas" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 196916900530, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 4213827717, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 110052467061, + "voter": "opheliafu" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19576955788, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 151010610, + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 4119864034, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 4553295102, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 34831066047, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 73293037795, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1935723792, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 111774410, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7157960730, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 203922048703, + "voter": "jl777" + }, + { + "percent": "8000", + "reputation": 10519849768972, + "rshares": 16751485931, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 2568808468562, + "rshares": 2532067358, + "voter": "sompitonov" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 916038334, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 17548987853, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 19817905281, + "rshares": 202731558, + "voter": "jasen.g1311" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 619187399, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 2658489679, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 38227184412, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3115797727, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 4063076365725, + "rshares": 1514676490, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1561255817, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 7442314223, + "voter": "uwe69" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 921151730, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 1977162029930, + "rshares": 3191565173, + "voter": "litrbooh" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 8774285161, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 7267646551, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 3395020803, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 22843504087, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 48296185742, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 7564464865541, + "rshares": 19940821675, + "voter": "thebluepanda" + }, + { + "percent": "10000", + "reputation": 958503, + "rshares": 54969517, + "voter": "southbaybits" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 31862604563, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 512132085322, + "rshares": 10189255172, + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 2287220532946, + "rshares": 2023147393, + "voter": "achim86" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4061087939, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 2771462324, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 558857723, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 19964916752653, + "rshares": 102205013688, + "voter": "thisisbenbrick" + }, + { + "percent": "10000", + "reputation": 66769295082002, + "rshares": 59390301575, + "voter": "terrycraft" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 105392278474, + "voter": "joele" + }, + { + "percent": "2100", + "reputation": 73944659327428, + "rshares": 31215711887, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 9625152815, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1030654279, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 398467602540, + "rshares": 208038900, + "voter": "naifaz" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 20622101000, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 1620633258672, + "rshares": 5958631515, + "voter": "lordvader" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 819127879, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 61056742, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 490170833577, + "rshares": 170625312, + "voter": "njall" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 5825484211, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 12834469896, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4390659613, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 59260162, + "rshares": 58699768, + "voter": "olol" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 60510653, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 2090304042, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 58577134, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 401217888, + "rshares": 368583163, + "voter": "mig641" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 6046375027, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 6105356134, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 6263695706748, + "rshares": 11993444138, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 8437240899, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 752539780, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7155938422, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 855097842923, + "rshares": 11041540011, + "voter": "darrantrute" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1787157507, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 982331434653, + "rshares": 138692258, + "voter": "rusla" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 16217239216, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 4447885148, + "rshares": 52374497, + "voter": "osame066" + }, + { + "percent": "10000", + "reputation": 80747623295, + "rshares": 44899056500, + "voter": "zahnspange" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5986353027, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 1134384219489, + "rshares": 17682695117, + "voter": "oldstone" + }, + { + "percent": "10000", + "reputation": 1797155307423, + "rshares": 371598018, + "voter": "shieha" + }, + { + "percent": "10000", + "reputation": 2840774649947, + "rshares": 16775418894, + "voter": "hunterisgreat" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 160079088337, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 501396601216, + "rshares": 222244104, + "voter": "pjo" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2821874104, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 244886998614, + "rshares": 223087464, + "voter": "irininich" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 259673941, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 22013896285, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 353288883728, + "rshares": 454111602, + "voter": "floweroflife" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 614165803, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 235434198, + "rshares": 52948298, + "voter": "alwayzgamez" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 1683359216, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 2914114578419, + "rshares": 63511291, + "voter": "rigaronib" + }, + { + "percent": "10000", + "reputation": 175912776027, + "rshares": 55894599, + "voter": "bontonstory" + }, + { + "percent": "10000", + "reputation": 1327349908318, + "rshares": 356308450, + "voter": "soldier" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 1610686048, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 120449506, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 5464119413, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 74154890902, + "rshares": 74142633, + "voter": "littlemorelove" + }, + { + "percent": "10000", + "reputation": 172766960714, + "rshares": 51511517, + "voter": "sandeepachetan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5076799252, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 200511066644, + "rshares": 125659789, + "voter": "creativeyoke" + }, + { + "percent": "10000", + "reputation": 141592294331, + "rshares": 52399980, + "voter": "najwazebian" + }, + { + "percent": "10000", + "reputation": 27406063017, + "rshares": 52450641, + "voter": "humans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1633045200, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 16081629643, + "rshares": 129427452, + "voter": "altnews" + }, + { + "percent": "10000", + "reputation": 97075862, + "rshares": 79223064, + "voter": "destroyer3000" + } + ], + "author": "knozaki2015", + "author_reputation": 97417747806297, + "beneficiaries": [], + "body": "<b>Attention: This post has been written by @ellamaeamor</b>\n<html>\n<p><strong>One-of-a-kind Philippine Feature</strong> </p>\n<p>Every place here on earth consists of people who share the same customs, traditions, language, philosophy or the culture as a whole. While they have been established in different respective areas from small communities, towns, cities, provinces up to the whole societies such as States for how many decades, they have also been fought for, defended, and died for by their supporters. These cultures may be derived from religions, nationalism, or from the invaders. But there is this small country named the Philippines that possesses such wonderful and admirable cultures, making it stand over other else in the world.</p>\n<p><img src=\"https://lh3.googleusercontent.com/zu4X6VNybgwr8RM0pSK9F_WEzVs2-MDSAcdcerqMyOLzejONbx8WN37UMARAg81hrXrVwbuirUm097ajMi7RQqwqDdw4ufHosADylNgo8mEEsTs3Ablmk4HYvbQBFtNLssL_WrzE8nccquZwGP3d4wJlsd4ASlt9SmBHq2LqMUdKsb_WiSaOz3RhfSQ15fdoEEHUM_CfPQGQAdHNbMO5tm9oBj8rUzakQVZnxJVtDTS-cFi2Gvx2ZoWZZXL_u7AISHzVBiu5-3yWXoXmCZU2o3x47OkXQh7Q1WGW_k0hb-LTWkYC7nQZlJOpAs7XxDzKSOfTA6wHz9sWbLDy1GIsOILx90gJbigBidmN1bO_alU0jrE-RPoPIOuo_tUKI81kVqKM_xiIXcCpjX0i84TZ3taQRwQMFBGtZjDMpwE15QYIQuYAa3cqiMEcQX9AdhvQHK8YULmTG0j-zP7eCstsr5_K4ihY3t6apR2W14FmhJa8wnsG6gDeblh1iE6BpZDFVv1fin5NnrDGJBchI20Cn7jWOCA7v1vTXS_i4XkYOwlAfwzB3aQnw8Et5EDf05pPBJl0GXN1DdsyFAQCzSDCXEQ62u38NgPoNrK5PhwKaUOBNr4=w640-h429-no\" width=\"640\" height=\"429\"/> </p>\n<p><a href=\"http://www.filipiknow.net\">[ImageCredit]</a></p>\n<p>No wonder why the Philippines is one of the top tourist spots all over the world. Visitors from around the world, mostly the Westerners who travel very far to east just to reach the country, always bring big smiles on their faces as they are on their way home. Aside from the beautiful places available for them to visit, one thing they can never forget while in the Philippines --the cultures. </p>\n<p><br></p>\n<p><strong>Filipinos' Hospitability</strong> </p>\n<p>One common visible attitude of the Filipinos regardless of their ethnic differences and embraced local cultures is their hospitability. Filipinos even treat a stranger good. Despite the calamities, financial crises, family conflicts, job loss, and any other problems the Filipinos usually encounter, they can still manage to entertain their neighbors, friends, and other acquaintances as if nothing bad has happened to them. There is no doubt about why the overseas Filipino Workers (OFWs) are in demand abroad because they can be good assets to the foreign businesses such as restaurants being waiters and waitresses, big companies being clerks, and they are even good as domestic helpers because of their unique comforting treatments towards their patients outside the country. </p>\n<p><br></p>\n<p><strong>High respect especially to elders</strong> </p>\n<p>The sayings 'po' and 'opo' when talking to different people especially to elders, whether Filipinos or non-Filipinos, are just ones of the manifestations that the Filipinos pay a high respect towards other people. This culture has been maintained by the native Filipinos and has successfully been transmitted to the young generation. With the help of the churches, this has been strengthened as a moral standard among the Filipinos. Failure to respect others is subject to certain punishment on the side of the mothers in the families with the purpose of educating the kids so that they will also pass it to the future generation. Bowing heads is also a way of respecting the elders. </p>\n<p><br></p>\n<p><strong>The Fiesta</strong> </p>\n<p>This term was originally Spanish in nature which means celebration or festival. This had been enculturated to the native Filipinos by the Spaniards during the Spanish colonization from the year 1565 to 1898 (333 years) and has continued to exist until today. This is a Catholic religious festival that gives tribute to Saints annually. This has been nationalized in the Philippines by the Spaniards during their era when they were still manipulating the Philippine government under the monarchial rule of the king in Spain. The Catholic religion was the official religion of the country that time under the ordinance of the king. Since then, the religious fiesta became an obligation for the Filipinos to be celebrated once a year. Presently, every <em>barangay </em>(small town), municipality, and city has its own fiesta differing in the day of celebration. In fact, it is one of the most joyful and awaited celebration as it only happens once a year. </p>\n<p>It is a food gathering and different fruit festival together with some street dancing representing the statues of the Saints which are being celebrated during the anniversary. For some Filipinos, it is also their family gathering as it is their tradition to come home together from their professions in the outside for at least the whole day. Filipino migrants usually leave their jobs for awhile just to attend to the fiesta in their hometowns. There are also circumstances that some neighborhood conflicts are resolved during the celebration because one feature also of the fiesta is avoiding troubles while being celebrated. </p>\n<p>What amazes also the foreigners during the fiesta is their friendly treatment to the strangers that they invite them to the dinner. The more people enjoying on the table full of food, the more merrier for them. They do not care of the expenses they spend for the annual holiday. </p>\n<p><img src=\"https://lh3.googleusercontent.com/bWC4JIC16fpFyXU3MUcoECfL6Te7_WzL3vIdSWAZJYsG0qVW5yt-70bnbchHU6uQ6rVJ-GsOFGmwrLEut-t9DW-Z2_g3umdynjXzjUabNLEW1ngs7GgkeialiaTlPM97-l66DZKbR71ilo8AiWWW5eYa5bUSVb6p5WWor3-yz7q6LwJ1m6dXJWdD3v8oel2e5roA7GWs7Xo46UrcgdEPxeRtUBv42gQwpIvi2c67hoVCzaqLH3hNZGc0pUjB1uDPJCYb1stRH0iyDpCOcuf8vqTDWKUek1m0WkNRv_kjsAfQYrM-e8YFtoYzmbFPQYPeQOJbmyshXY1yKth9YL4o1XQv2A5Bhr65dwGsGsHDjFZlsnDa6dyyaxn_tyMQdI7q2w460ThUjiXhxbeY6_IoTBPQVlMFAfi6NpUnAVwsNJldLizJMWfYcOlKOkbeTx-m803r6AmRdIZnLmKVDhx5m3mnWyll2Jmzhw_eJSJi-PCjq_gd0MroRVpA_3dzlp6yrLbefFlbF0bYUCF1WaP8ajhKNmOcDLYPuvlRLenQFoBxzWrMIFnM0hv0Dqe_jOrDWMsWAHHjH9OZMJnWIrtSL4Ekamb7sHfu8RoQr44vJLT1CWc=w600-h322-no\" width=\"600\" height=\"322\"/></p>\n<p><a href=\"http://topfamousquotes.com\">[ImageCredit]</a></p>\n<p><br></p>\n<p><strong>Filipinos' Optimism</strong> </p>\n<p>The Philippines has always been struck by typhoons that caused extreme flooding, earthquakes as it is in the pacific ring of fire, and threatened by terrorism. Poverty is also one of the country's social issues. Fortunately, the Filipino people have never lost hope for a good tomorrow. They can easily recover from tragedies. One can never compare a Filipino child who was once lost parents due to typhoon <em>Sendong </em>that hit <em>Visayas </em>and some part of Mindanao regions in the country in December, 2011 and yet stands to continue life once more and moves on from the past. This quality of theirs really inspires other nations mostly those who were also victims of the same catastrophes. Foreigners have always proudly brought this to their countries. Hopefulness is forever in one's heart of a Filipino wherever he/she goes. </p>\n<p>The Philippines should be a great source of inspiration, a model of good manners and right conduct and unity. Indeed, there are more impressive qualities of the Filipinos you can explore as you visit the country. As you try to visit the museums, you can see the historical background being portrayed in the form of any artistic creations, the essence of the patriotism through revolutions, and values contributed by the great fathers and the country's national heroes in the past to the current cultural system in the country. You cannot just imagine a Third World small country where temperature is very high can be greater than the other big States when it comes to values and richness in culture. Despite its economic inferiority over the others, it has stood firm to survive and produced good citizenry. </p>\n\n---------\n\n<b>Attention: This post has been written by @ellamaeamor</b>\n\n@knozaki2015 features authors and artist to promote them and a diversity of content. https://steemit.chat/channel/academy (if you want to get in touch)\n\nThe 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 their post @ellamaeamor\n</html>", + "body_length": 8572, + "cashout_time": "2016-09-09T10:38:45", + "category": "travel", + "children": 19, + "created": "2016-09-02T10:38:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\",\"philippines\",\"minnowsunite\",\"asia\"],\"users\":[\"ellamaeamor\",\"knozaki2015\"],\"image\":[\"https://lh3.googleusercontent.com/zu4X6VNybgwr8RM0pSK9F_WEzVs2-MDSAcdcerqMyOLzejONbx8WN37UMARAg81hrXrVwbuirUm097ajMi7RQqwqDdw4ufHosADylNgo8mEEsTs3Ablmk4HYvbQBFtNLssL_WrzE8nccquZwGP3d4wJlsd4ASlt9SmBHq2LqMUdKsb_WiSaOz3RhfSQ15fdoEEHUM_CfPQGQAdHNbMO5tm9oBj8rUzakQVZnxJVtDTS-cFi2Gvx2ZoWZZXL_u7AISHzVBiu5-3yWXoXmCZU2o3x47OkXQh7Q1WGW_k0hb-LTWkYC7nQZlJOpAs7XxDzKSOfTA6wHz9sWbLDy1GIsOILx90gJbigBidmN1bO_alU0jrE-RPoPIOuo_tUKI81kVqKM_xiIXcCpjX0i84TZ3taQRwQMFBGtZjDMpwE15QYIQuYAa3cqiMEcQX9AdhvQHK8YULmTG0j-zP7eCstsr5_K4ihY3t6apR2W14FmhJa8wnsG6gDeblh1iE6BpZDFVv1fin5NnrDGJBchI20Cn7jWOCA7v1vTXS_i4XkYOwlAfwzB3aQnw8Et5EDf05pPBJl0GXN1DdsyFAQCzSDCXEQ62u38NgPoNrK5PhwKaUOBNr4=w640-h429-no\",\"https://lh3.googleusercontent.com/bWC4JIC16fpFyXU3MUcoECfL6Te7_WzL3vIdSWAZJYsG0qVW5yt-70bnbchHU6uQ6rVJ-GsOFGmwrLEut-t9DW-Z2_g3umdynjXzjUabNLEW1ngs7GgkeialiaTlPM97-l66DZKbR71ilo8AiWWW5eYa5bUSVb6p5WWor3-yz7q6LwJ1m6dXJWdD3v8oel2e5roA7GWs7Xo46UrcgdEPxeRtUBv42gQwpIvi2c67hoVCzaqLH3hNZGc0pUjB1uDPJCYb1stRH0iyDpCOcuf8vqTDWKUek1m0WkNRv_kjsAfQYrM-e8YFtoYzmbFPQYPeQOJbmyshXY1yKth9YL4o1XQv2A5Bhr65dwGsGsHDjFZlsnDa6dyyaxn_tyMQdI7q2w460ThUjiXhxbeY6_IoTBPQVlMFAfi6NpUnAVwsNJldLizJMWfYcOlKOkbeTx-m803r6AmRdIZnLmKVDhx5m3mnWyll2Jmzhw_eJSJi-PCjq_gd0MroRVpA_3dzlp6yrLbefFlbF0bYUCF1WaP8ajhKNmOcDLYPuvlRLenQFoBxzWrMIFnM0hv0Dqe_jOrDWMsWAHHjH9OZMJnWIrtSL4Ekamb7sHfu8RoQr44vJLT1CWc=w600-h322-no\"],\"links\":[\"http://www.filipiknow.net\",\"http://topfamousquotes.com\",\"https://steemit.chat/channel/academy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-02T10:38:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 57032151676114, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "352.588 HBD", + "percent_hbd": 10000, + "permlink": "the-local-culture-that-will-touch-everyone-s-heart-featuring-ellamaeamor-as-author", + "post_id": 1096838, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The local culture that will touch everyone's heart (featuring @ellamaeamor as author)", + "title": "The local culture that will touch everyone's heart (featuring @ellamaeamor as author)", + "total_payout_value": "0.000 HBD", + "url": "/travel/@knozaki2015/the-local-culture-that-will-touch-everyone-s-heart-featuring-ellamaeamor-as-author" + }, + "mibenkito/a-steemian-s-world-food-journal-berlin-part-2": { + "active_votes": [ + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17389634835466, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 27819249938174, + "voter": "smooth" + }, + { + "percent": "56", + "reputation": 85602977273, + "rshares": 28860502053, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 28953955646198, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2050463267913, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 141765692337, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 1582895535608, + "rshares": 73293195198, + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 17588844653985, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2114254360199, + "voter": "hr1" + }, + { + "percent": "5700", + "reputation": 14756948501919, + "rshares": 3862705966571, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 702336154836, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5284856012567, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1801397558448, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4109123018567, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 5206652688937, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3496079106118, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 26776677752355, + "rshares": 143555374197, + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3092923054, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3754266084, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 703374217, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 4995351749915, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 53061657853, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 489763929808, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1657812383, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213526366, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 35933738358, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 202649750639, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 343998041618, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 331888149691, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2604238070192, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 4751921752593, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 621867704, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 940382971, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 41263978983, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287911296, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 23327433889, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 3046983790834, + "rshares": 2853685854, + "voter": "morning" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 11644418543, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 20103098898, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 32994008304403, + "rshares": 139665622759, + "voter": "nkdk" + }, + { + "percent": "10000", + "reputation": 20782518987, + "rshares": 516231409, + "voter": "densmirnov" + }, + { + "percent": "10000", + "reputation": 3828884985898, + "rshares": 58864078324, + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 22550480480, + "voter": "joelinux" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8103719753, + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 412941462, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 51874214963, + "rshares": 483152352, + "voter": "ereismatias" + }, + { + "percent": "6000", + "reputation": 82831371778953, + "rshares": 514570567263, + "voter": "cryptogee" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4939674792, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5216776171708, + "rshares": 95011958367, + "voter": "alexandra-renee" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2137374515, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 326226513564, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 32572743966, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 11938999787, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 1111594060096, + "rshares": 2749330985, + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 7650555250, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 57856611588, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 1405317967, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 19582183128, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1802083804, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 89262274316, + "rshares": 29598348008, + "voter": "trung81" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5794630789, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 367487797560, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10955740799, + "voter": "aizen01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6652963595, + "voter": "aizen02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4865722427, + "voter": "aizen07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7026919929, + "voter": "aizen06" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 92592018, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6421759768, + "voter": "aizen16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4313985627, + "voter": "aizen22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4506139557, + "voter": "aizen12" + }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 82621730937, + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 9979228134, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 393483610, + "voter": "applecrisp" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 322725721, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 51187477601, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 877387487, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 30997380355, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 189370203727, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 2733362192608, + "rshares": 48311574320, + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 76593434545, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 888404252, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 4669645809271, + "rshares": 49078112810, + "voter": "lat-nayar" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 2183585346, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 157636214062, + "rshares": 22636363373, + "voter": "ozzy-vega" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 77310815723, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 14292862687, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 25602552413, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 26564452802341, + "rshares": 259181015078, + "voter": "inboundinken" + }, + { + "percent": "10000", + "reputation": 7225093759945, + "rshares": 8973022242, + "voter": "engineercampus" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2469906725, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 6010057184, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1860741683952, + "rshares": 14238278623, + "voter": "ultralord" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25332644297, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 257176203, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 194660950, + "voter": "russle" + }, + { + "percent": "10000", + "reputation": 36391001943292, + "rshares": 165923579061, + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 156169282296, + "rshares": 293163669, + "voter": "sonyanka" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 12978977733, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": -1260650049067, + "rshares": 1070392003, + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 25160378616, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 65825957212, + "rshares": 1893074105, + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 124637101587, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 91753292, + "rshares": 8188793208, + "voter": "manoami" + }, + { + "percent": "10000", + "reputation": 13340545109003, + "rshares": 64622813111, + "voter": "jasonmcz" + }, + { + "percent": "10000", + "reputation": 97622606374, + "rshares": 525127069, + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 149597413, + "voter": "steemswede" + }, + { + "percent": "9500", + "reputation": 4667991454724, + "rshares": 515743918822, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 17167233442, + "rshares": 7899944578, + "voter": "hammurabi" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 18993272191, + "voter": "furion" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 215273578, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 197364561, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 91781758, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 258238650045, + "rshares": 245149849, + "voter": "denaver" + }, + { + "percent": "10000", + "reputation": 616920199320, + "rshares": 15301651560, + "voter": "pino" + }, + { + "percent": "10000", + "reputation": 53188074337, + "rshares": 247843152, + "voter": "ikrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1011156146, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4342647847, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3543331507, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4372064403, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 66681871268, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 786431662143, + "rshares": 2207050712, + "voter": "jvper" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 4382127324, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3779872763249, + "rshares": 20914183978, + "voter": "meiisheree" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 59973035756, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 330063414, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 115819532562, + "rshares": 3575243988, + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 277346650991, + "rshares": 398113378, + "voter": "danroseman" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 1944463968, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 81023970006, + "rshares": 276093996, + "voter": "abreding" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 6221051938, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 1776130125, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 204085490748, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3469359246, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 148525300554, + "rshares": 14373912130, + "voter": "martin1" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 263376582, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 13139621251056, + "rshares": 77714674342, + "voter": "manthostsakirid" + }, + { + "percent": "10000", + "reputation": 278116478583, + "rshares": 507773964, + "voter": "puck82" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 420436405, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 25785939668, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7167051463, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 9311456594, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 269270087101, + "rshares": 173766436, + "voter": "dnsz" + }, + { + "percent": "10000", + "reputation": 4727020133419, + "rshares": 2192389917, + "voter": "travelista" + }, + { + "percent": "10000", + "reputation": 54051855495, + "rshares": 141272122, + "voter": "bento" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 62083952536, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109207679, + "voter": "grxcii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116165395, + "voter": "pheebsta10" + }, + { + "percent": "10000", + "reputation": 2970166898462, + "rshares": 4413481558, + "voter": "hagie" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1595603322, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 897000392259, + "rshares": 457359992, + "voter": "foxxycat" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1446410332, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 109399116, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7955943632, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 201852079622, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2281332059, + "voter": "lostnuggett" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6526677549, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 45789047849, + "rshares": 145409686, + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 8069234425, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 1365185552740, + "rshares": 116037595, + "voter": "dabaisha" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 216350984969, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 1499533080300, + "rshares": 2930236240, + "voter": "crystaljenn" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20511474710, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 18547656613, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 201338440700, + "rshares": 309724809, + "voter": "frk" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 615549718, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 5699690359, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 27855371709889, + "rshares": 39665086553, + "voter": "healthyrecipes" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 115354761, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 11506198408, + "rshares": 115083433, + "voter": "arrogantobserver" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 227628146100, + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 867299760, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 9172359854, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 887519432562, + "rshares": 1615825158, + "voter": "coinbar" + }, + { + "percent": "10000", + "reputation": 61374667649460, + "rshares": 149704863604, + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 876981522843, + "rshares": 5074616142, + "voter": "croatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 65253293, + "voter": "vladimirputin" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24799731791, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 65245958, + "voter": "angelamerkel" + }, + { + "percent": "10000", + "reputation": 44365270334, + "rshares": 70807781, + "voter": "always1success" + }, + { + "percent": "10000", + "reputation": 97123078718, + "rshares": 18097832765, + "voter": "yng-entrepreneur" + }, + { + "percent": "10000", + "reputation": 9995923586884, + "rshares": 15953922201, + "voter": "amy-goodrich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63853091, + "voter": "temaga" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 63922275, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 15740563557, + "rshares": 104891240, + "voter": "usnewspress" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 40658065877, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 845144142, + "voter": "altucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1861519539, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 23856803561, + "rshares": 63844721, + "voter": "elena000" + }, + { + "percent": "10000", + "reputation": 1012746, + "rshares": 63300522, + "voter": "nickola" + }, + { + "percent": "10000", + "reputation": 125578657155, + "rshares": 115471166, + "voter": "lizzie" + }, + { + "percent": "10000", + "reputation": 180458407, + "rshares": 50637904, + "voter": "shanejonas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104482094, + "voter": "timferriss" + }, + { + "percent": "10000", + "reputation": 2462877364101, + "rshares": 821396070, + "voter": "labradorsem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107694872, + "voter": "darrenrowse" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 9284821741, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 50715123781, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 67568500432, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 138664054, + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 3135424146, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 1704895827, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 166646264775, + "rshares": 1559079167, + "voter": "anjoke" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 496975026, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 935972275, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 184430879, + "voter": "pcashmore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61335111, + "voter": "andrew.sullivan" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 1053149515, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273843818, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 893416904, + "voter": "brianclark" + }, + { + "percent": "10000", + "reputation": 36901445492, + "rshares": 72471016, + "voter": "olgasudneva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 743535130, + "voter": "daniel.kahneman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 220163744, + "voter": "tucker.max" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 756303913, + "voter": "darren.rowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230265354, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56946314, + "voter": "chris.dunn" + }, + { + "percent": "10000", + "reputation": -752010553427, + "rshares": 1926231548, + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 27788614709, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1826480131, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 597889009267, + "rshares": 70654507, + "voter": "sarita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 847154666, + "voter": "pat.flynn" + }, + { + "percent": "10000", + "reputation": 7404747039, + "rshares": 63446923, + "voter": "lau.san029" + }, + { + "percent": "10000", + "reputation": 5911779089, + "rshares": 61960111, + "voter": "ltyadigg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1056887406, + "voter": "mattmarshall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 316521544, + "voter": "timothysykes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 159049404, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59944504, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74403086, + "voter": "patflynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 749235789, + "voter": "andrewsullivan" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 62214076, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 507826424, + "voter": "annaha" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 71432076, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 36090855941, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2081770046, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 2725853299020, + "rshares": 3123974246, + "voter": "solarguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 376828061, + "voter": "harvey.levin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 948629581, + "voter": "kollapsik" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 54588377, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 83682643470, + "rshares": 111232966, + "voter": "cinderphoenix" + }, + { + "percent": "10000", + "reputation": 1509612108450, + "rshares": 2021803395, + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 58964015, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 57478133, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 681710135312, + "rshares": 1316907654, + "voter": "wroman0207" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 181043800, + "voter": "rand.fishkin" + }, + { + "percent": "10000", + "reputation": 735853605809, + "rshares": 1148637893, + "voter": "garretts87" + }, + { + "percent": "10000", + "reputation": 15582512683043, + "rshares": 63880750022, + "voter": "justinlaak" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 26112430490, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58064982, + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 14939050588, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 4741384256, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 14396151377, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 41188539478, + "rshares": 426936350, + "voter": "aviator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 27069867734, + "voter": "loro" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 4133964716, + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 150536937083, + "rshares": 73120144, + "voter": "samsunglg7413" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 36775386196, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56507401, + "voter": "maximator15" + }, + { + "percent": "10000", + "reputation": 813896179120, + "rshares": 970979333, + "voter": "ivet" + }, + { + "percent": "10000", + "reputation": 3849564768924, + "rshares": 22473833620, + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 1403887000, + "rshares": 53969481, + "voter": "dubaicoin" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 61086966, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 149200156, + "rshares": 55797644, + "voter": "hexangel" + }, + { + "percent": "10000", + "reputation": 1607818099536, + "rshares": 484058603, + "voter": "sophiachan" + }, + { + "percent": "10000", + "reputation": 25508059, + "rshares": 55660383, + "voter": "kosmatimuc" + }, + { + "percent": "10000", + "reputation": 614675726259, + "rshares": 1050210209, + "voter": "zazeem" + }, + { + "percent": "10000", + "reputation": 2140675557233, + "rshares": 1520315449, + "voter": "fajrilgooner" + }, + { + "percent": "10000", + "reputation": 124740159878, + "rshares": 50952401, + "voter": "bobbins" + }, + { + "percent": "10000", + "reputation": 721763322143, + "rshares": 2000969226, + "voter": "thedashtimes" + }, + { + "percent": "10000", + "reputation": 2134908321, + "rshares": 56504986, + "voter": "feedyourbank" + }, + { + "percent": "10000", + "reputation": 34792658264, + "rshares": 57830376, + "voter": "consiliarius" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 470519548, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 53942218, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56121648, + "voter": "sylph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54632424, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 180864336, + "voter": "harveylevin" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 26327909435, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 7154113, + "rshares": 55321893, + "voter": "appalachain" + }, + { + "percent": "10000", + "reputation": 9346803256, + "rshares": 53199462, + "voter": "brodiepunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 2857005564, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52932558, + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 125165821, + "voter": "gary.vaynerchuk" + }, + { + "percent": "10000", + "reputation": 48096748205, + "rshares": 62583641, + "voter": "oncom" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 168766640, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53764342, + "voter": "dr-who" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104633045, + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 2332975763185, + "rshares": 53724029, + "voter": "patelincho" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 52633466, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 783025089624, + "rshares": 185443755, + "voter": "chengmin" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 69306015, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 641341984, + "rshares": 54658188, + "voter": "park.bom" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 53671263, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 14069242560, + "rshares": 53753001, + "voter": "unlonely-soul" + }, + { + "percent": "10000", + "reputation": -674983067, + "rshares": 53103516, + "voter": "yegor" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 53109574, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 1207506656, + "rshares": 50922116, + "voter": "ramooz" + }, + { + "percent": "10000", + "reputation": 80920831153, + "rshares": 53497847, + "voter": "fpcvirtual" + }, + { + "percent": "10000", + "reputation": 167503918203, + "rshares": 52387343, + "voter": "saamychristen" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 52153025, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 894073046343, + "rshares": 51381328, + "voter": "magralex" + }, + { + "percent": "10000", + "reputation": 38177377, + "rshares": 53089601, + "voter": "maximsm" + }, + { + "percent": "10000", + "reputation": 1010743139109, + "rshares": 54942406, + "voter": "fluffy" + }, + { + "percent": "10000", + "reputation": 1066308215, + "rshares": 104730476, + "voter": "inarix03" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 51766777, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 824988, + "rshares": 51763962, + "voter": "nikita555" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51699160, + "voter": "oblivion1987" + }, + { + "percent": "10000", + "reputation": 401434936, + "rshares": 51657132, + "voter": "monster87" + }, + { + "percent": "10000", + "reputation": 821808, + "rshares": 50533177, + "voter": "victorizwekov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51494139, + "voter": "thekalby" + }, + { + "percent": "10000", + "reputation": 3385955943, + "rshares": 52412324, + "voter": "saifer87" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51371752, + "voter": "mahasin" + }, + { + "percent": "10000", + "reputation": 2597167689048, + "rshares": 52369726, + "voter": "steemitmag" + }, + { + "percent": "10000", + "reputation": 2438959, + "rshares": 51333608, + "voter": "viktorvol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51325998, + "voter": "newlifegirl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 207968680, + "voter": "max78" + }, + { + "percent": "10000", + "reputation": 457580144, + "rshares": 51288728, + "voter": "soul.ripper.ittu" + } + ], + "author": "mibenkito", + "author_reputation": 15739430465359, + "beneficiaries": [], + "body": "Hello everyone, I am coming back with the second part of my Berlin food trip. I hope you enjoyed the first part of the journey, and for some of you who have been asking for the next one, here it is :) \n\n\n*Sachiko Sushi's famous sashimi dish*\n\n**SACHIKO SUSHI**\nI love Japanese food, I really do. And so does my hubby. He can eat sushi everyday and even every meal. Therefore, we decided to have Japanese food for lunch. Surprisingly, there are several places offering Japanese dishes in Berlin, and it was such a challenge choosing which one to visit. Eventually, we went to Sachiko Sushi in Grolman street. This place is quite small and cozy, not so many tables but the special thing is they have a really nice \u201csushi river\u201d in the middle of the room:\n\n\n*Sushi on boats :P*\n\n*It got empty quite quickly (not from us, of course)*\n\nSushi dishes are put on top of the boats and the sushi boats go along the river. Customers can easily take their favorite one directly from the boats. It is a fun experience eating like that. The sushi river along with soft music at the restaurant has brought a relaxing feeling to people. The sushi here are quite nice, we ordered some original dishes and some fusion ones. \n\n\n\n\n\n*Some nice mixed maki roll*\n\nUnfortunately, Sachiko sushi only offers sushi and some side dishes such as tempura, gyoza and Japanese chicken nuggets. There is no udon, ramen or rice, which made me a little upset :( this restaurant is worth trying once you are a fan of sushi. \n\n**FROZEN YOGURT**\n\nYummy is all I can say about this dessert. There are different yogurt flavors: original, strawberry, mango and caramel. I chose the medium size with 4 toppings. It is fun selecting the toppings since there are several kinds such as fresh fruit, cookies, nut, chocolate sauce etc. My cup turned out to be toooo much, a big one full of toppings. But it looked sooo attracting and eventually I finished the whole cup by myself :) \n\n**MATCHA LATTE \u2013 COME BUY BUBBLE TEA**\nWe ran into this beautiful tea shop on a street at the heart of the city. Unlike the Coco Tea shop yesterday, this place offers a wider range of tea, more traditional and typical Taiwanese. I just love the d\u00e9cor with nature style. They even have a bookshelf with many Asian comic books. I was extremely happy when I saw \u201cMatcha\u201d on the menu. Although Matcha drinks are popular in Asian, here in Germany they become pretty rare as Western people seem to be not so interested in this flavor. For me, I like the bitterness of Matcha and the aroma rising from it. Undoubtedly, I had to order a cup of Matcha milk tea with pearls right away. And I was not disappointed. The matcha is so refreshing, strong and aromatic \u2013 another must-try when you are in Berlin ;)\n\n*Comebuy shop from the outside (Credits: pic from google)*\n\n*And the inside (Credits: pic from google)*\n\n*We took 3 cups of these delicious* \n\n**VIETNAMESE RESTAURANT- DONG XUAN MARKET** \nDong Xuan market is an ideal place for Vietnamese cuisine lover like me. Beside Asian mini supermarkets and shops, there are many restaurants there offering authentic Vietnamese dishes. Nowhere else in Berlin could you find the full menu of Vietnamese foods including even the rare ones. With recommendation from a friend, we stopped by Hanoi Quan and had a beautiful dinner there. \n\n*The famous Bun Cha \u2013 a Hanoian specialty : noodle soup with pork BBQ and dipping sauce.* \n\nYummy !!! I love how they put everything into a bamboo dish, very attracting ;) By the way, you can read more about [Bun Cha here](https://steemit.com/food/@mibenkito/my-second-journey-to-the-exotic-land-of-asian-cuisine-obama-s-bun-cha).\n\n\n*One of the most popular and well-known meal in Vietnam: Ph\u1edf (This one is chicken style noodle soup - Pho Ga).* \nRead more about [Pho here](https://steemit.com/food/@mibenkito/welcome-to-the-exotic-travel-of-asian-foods-first-entry-pho-a-bow-of-heaven).\n\n*Banh Cuon*\nBanh Cuon in short is Vietnamese steamed rice cakes, inside is minced pork with special type of mushroom, you eat them with a dipping sauce, somehow similar to Bun Cha\u2019s sauce :) \n\n\nChicken legs salad - my most favorite dish of the meal. The chiken legs without bones are mixed with some Vietnamese vegetables, fresh herbs, sweet and sour dressing. I am starving typing this line. The crunchiness of the legs and the sweet and sour flavors of the dressing make a great combination. I just could not help it, so I decided to ask for one more dish to take away :) \n\nIt was such an awesome dinner that we had at Dong Xuan market. I could not eat the Vietnamese dessert since I was too full. What a pity ! But I will come back here soon, I promise ;) That is also the end of my short food trip in Berlin. Although it was only 2 days, I realized that I had eaten toooo much after composing these entries. There is no doubt that my weight will be a big problem here, but who cares ? Good food, happy life \u2013 that is my slogan :P \nThank you so much for reading my food entries, I will try to come up with more interesting posts later. \n***See you soon <3<3<3***", + "body_length": 5907, + "cashout_time": "2016-08-29T22:33:57", + "category": "food", + "children": 32, + "created": "2016-08-22T22:33:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"cuisine\",\"gourmet\",\"asia\",\"berlin\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T22:33:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 140512247554145, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "2728.819 HBD", + "percent_hbd": 10000, + "permlink": "a-steemian-s-world-food-journal-berlin-part-2", + "post_id": 942210, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A steemian's world food journal. Berlin Part 2", + "title": "A steemian's world food journal. Berlin Part 2", + "total_payout_value": "0.000 HBD", + "url": "/food/@mibenkito/a-steemian-s-world-food-journal-berlin-part-2" + }, + "mibenkito/a-steemian-s-world-food-journal-part-3-rome": { + "active_votes": [ + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17070786820349, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 701289384385, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 26082616638462, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2010609660712, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 1582895535608, + "rshares": 73313493358, + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 17814853803589, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 214646702495, + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 1718894525787, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 639366898622, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5280129509838, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1319266817704, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 3026665015417, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4648054497882, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 26776677752355, + "rshares": 158253322846, + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3099652417, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3763074284, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 697396740, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7044827021272, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54062074579, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 5009147934382, + "rshares": 32970728002, + "voter": "danknugs" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 425100984008, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1661153383, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213676452, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 38923095598, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 212933742472, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 401855450647, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 389237830804, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2463454298935, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1820104943, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 136831361094, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 622799607, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 967315888, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 67904405288, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288163140, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 306215922458, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 71043895599, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 1590661010140, + "rshares": 23701819727, + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 34347753869675, + "rshares": 198437121051, + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 47032092372, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 3828884985898, + "rshares": 58879724992, + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 24682698764, + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 404677165, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4733094875, + "voter": "spaninv" + }, + { + "percent": "3000", + "reputation": 5414208804644, + "rshares": 9948566342, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 10055054074, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 493863952, + "rshares": 928388769, + "voter": "weenfan" + }, + { + "percent": "10000", + "reputation": 1111594060096, + "rshares": 3820590584, + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 4721126125, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 73985928333, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432103621, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 39966682765041, + "rshares": 161221102163, + "voter": "sascha" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 534642000823, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10850297468, + "voter": "aizen01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6481459586, + "voter": "aizen02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4779574391, + "voter": "aizen07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7225945480, + "voter": "aizen06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6404537879, + "voter": "aizen16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4207782131, + "voter": "aizen22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5833287055, + "voter": "aizen36" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4395792352, + "voter": "aizen12" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 11828696347, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 7574468910, + "rshares": 8276643072, + "voter": "badger311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8566438236, + "voter": "badger313" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8530656147, + "voter": "badger312" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8823780230, + "voter": "badger316" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8943308725, + "voter": "badger319" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8852784531, + "voter": "badger3101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8316626027, + "voter": "badger3111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8867590774, + "voter": "badger3121" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8483782672, + "voter": "badger3131" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8589693006, + "voter": "badger3141" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8566564172, + "voter": "badger3171" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8377837863, + "voter": "badger3181" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8952530581, + "voter": "badger3191" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8377694078, + "voter": "badger3112" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8712059147, + "voter": "badger3132" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8587779801, + "voter": "badger3162" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8814241899, + "voter": "badger3113" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8471844878, + "voter": "badger3123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8593180990, + "voter": "badger3133" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8937853587, + "voter": "badger3153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8622677927, + "voter": "badger3163" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8652587204, + "voter": "badger3193" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8603195802, + "voter": "badger3114" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8513828203, + "voter": "badger3124" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8418609362, + "voter": "badger3144" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8341963589, + "voter": "badger3154" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8211947059, + "voter": "badger3164" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8537305671, + "voter": "badger3174" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8812186074, + "voter": "badger3194" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8710525633, + "voter": "badger3105" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8655161711, + "voter": "badger3135" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8257215695, + "voter": "badger3145" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8829483780, + "voter": "badger3155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8528296284, + "voter": "badger3175" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8308842728, + "voter": "badger3195" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7957881882, + "voter": "badger3106" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8760755366, + "voter": "badger3116" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8807792747, + "voter": "badger3126" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8441883862, + "voter": "badger3136" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8095353408, + "voter": "badger3146" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8322493748, + "voter": "badger3156" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8534163098, + "voter": "badger3166" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8450641421, + "voter": "badger3176" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8582678569, + "voter": "badger3186" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8617780557, + "voter": "badger3196" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8546640177, + "voter": "badger3107" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8303763001, + "voter": "badger315" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8790307327, + "voter": "badger318" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8838972348, + "voter": "badger3151" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8517593801, + "voter": "badger3161" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8771910588, + "voter": "badger3122" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8709910535, + "voter": "badger3142" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8928668294, + "voter": "badger3152" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8245255255, + "voter": "badger3172" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8748725703, + "voter": "badger3182" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8508814316, + "voter": "badger3192" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8425076253, + "voter": "badger3143" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8683038330, + "voter": "badger3173" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8395288309, + "voter": "badger3104" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8112989986, + "voter": "badger3134" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8511948633, + "voter": "badger3184" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8450267546, + "voter": "badger3115" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8914302812, + "voter": "badger3165" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8547349550, + "voter": "badger3185" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8608146888, + "voter": "badger314" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8838158511, + "voter": "badger317" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8581577807, + "voter": "badger3102" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8543762565, + "voter": "badger3103" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8472171369, + "voter": "badger3125" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8438960165, + "voter": "badger3183" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3521210173672, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 383010988, + "voter": "applecrisp" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 316045878, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 53004330254, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 387218146988, + "rshares": 1427922762, + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 98099130781, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 42303203264, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 4943428409, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 6595203493, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 3313208920, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 8020860814, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12847553937, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 16644055203, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25352220451, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 15285243314, + "rshares": 183546296, + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 5709220382, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 261398303, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 8303520331, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7856919442, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 36391001943292, + "rshares": 164378671194, + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 5407905701, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 107619198367, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 5709120893, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 5889338980, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 97622606374, + "rshares": 505506762, + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1462873550, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 52317559376, + "rshares": 8550842571, + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 4667991454724, + "rshares": 692461443970, + "voter": "slowwalker" + }, + { + "percent": "5000", + "reputation": 19111656178138, + "rshares": 28500342721, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 641903579, + "voter": "busser" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 198339802, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 183568347, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 960610083080, + "rshares": 823925676, + "voter": "nobreku" + }, + { + "percent": "10000", + "reputation": 325589414514, + "rshares": 525662045, + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 658407157113, + "rshares": 701869001, + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 32289566590, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 5199507546, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 112062003408, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 4186034806, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3779872763249, + "rshares": 20316967937, + "voter": "meiisheree" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1311125835, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 342458473, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 10935823073, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 2817031740, + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 41808772713, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 278116478583, + "rshares": 507773964, + "voter": "puck82" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 429170927, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 2472742939, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 252327047833, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 6880831700, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 7391557396, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 2379959653, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 4727020133419, + "rshares": 3096874425, + "voter": "travelista" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 4647865096, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 54051855495, + "rshares": 138502081, + "voter": "bento" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 73266692391, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 203767548136, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2621166255, + "voter": "lostnuggett" + }, + { + "percent": "5000", + "reputation": 10519849768972, + "rshares": 10195305206, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 45789047849, + "rshares": 148377230, + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 662320934570, + "rshares": 401487161, + "voter": "ladypenelope1" + }, + { + "percent": "10000", + "reputation": 48324434201, + "rshares": 682664725, + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 2564054618, + "rshares": 109783161, + "voter": "activcat" + }, + { + "percent": "10000", + "reputation": 28445884, + "rshares": 222096286, + "voter": "shadyonline" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 17536455226, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 618870918, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 12521809, + "rshares": 225852101, + "voter": "dubraman" + }, + { + "percent": "10000", + "reputation": 2622199069944, + "rshares": 1555490104, + "voter": "leylar" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 9692810581, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 115507974, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 62238494931, + "rshares": 148267916, + "voter": "manofsteem" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 879507428, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 2456070989, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 946631295, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 54826151266, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 447274744, + "voter": "bento04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 748522774, + "voter": "bento03" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 8765905121, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 238796516, + "voter": "bento02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 548828323, + "voter": "bento01" + }, + { + "percent": "10000", + "reputation": 887519432562, + "rshares": 1614690218, + "voter": "coinbar" + }, + { + "percent": "10000", + "reputation": 61374667649460, + "rshares": 178107416669, + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 876981522843, + "rshares": 4988606228, + "voter": "croatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63973816, + "voter": "vladimirputin" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 24331253993, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63966626, + "voter": "angelamerkel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81715898, + "voter": "bento06" + }, + { + "percent": "10000", + "reputation": 3350958489391, + "rshares": 4580296810, + "voter": "darknet" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 34796349266, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 55124897034, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1015107248, + "voter": "altucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101438926, + "voter": "timferriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104558128, + "voter": "darrenrowse" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 92691457168, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 55022014, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 687859719, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10948052079, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 15018520093808, + "rshares": 23099371035, + "voter": "eneismijmich" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 1342763094, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 179093177, + "voter": "pcashmore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59548651, + "voter": "andrew.sullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273860901, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1040942017, + "voter": "brianclark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 827934791, + "voter": "daniel.kahneman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 232211748, + "voter": "tucker.max" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 739325893, + "voter": "darren.rowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230299622, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55635509, + "voter": "chris.dunn" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1309268145, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1172631836, + "voter": "pat.flynn" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 81442886606, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1219120032, + "voter": "mattmarshall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 436390438, + "voter": "timothysykes" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 11445473539, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114992597, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61167862, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 106072120, + "voter": "patflynn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 893012263, + "voter": "andrewsullivan" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 36192079739, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 38462311, + "rshares": 60766332, + "voter": "armcore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 485926093, + "voter": "harvey.levin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273090956, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 24073624840, + "rshares": 2510434809, + "voter": "madoff" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 194130495, + "voter": "rand.fishkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58064982, + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 78411391, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 13594625248, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 978852378, + "voter": "therealpaul" + }, + { + "percent": "10000", + "reputation": 1480652550326, + "rshares": 1232405079, + "voter": "lenar" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 751596539, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 72927956575, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 74584024, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 112838805, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 80500300321, + "rshares": 83514025, + "voter": "happylovelife" + }, + { + "percent": "10000", + "reputation": 18088143027, + "rshares": 51349284, + "voter": "mnviking" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55725073, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 177352048, + "voter": "harveylevin" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 22137549752, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54012814, + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 122711589, + "voter": "gary.vaynerchuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 117997260, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51716816, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 106768414, + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 54576373, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53531096, + "voter": "imc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 22774186029452, + "rshares": 110748692634, + "voter": "msgivings" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 1515811185, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5412868994, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 5646699288797, + "rshares": 2912548324, + "voter": "gringalicious" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50523318, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50454788, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50468091, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50693023, + "voter": "timothy.sykes" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 142968891, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6191747564, + "rshares": 53979368, + "voter": "keithanalog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 329313117, + "voter": "robotev2" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 2382255281, + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 444262969, + "rshares": 55474055, + "voter": "rawbeing" + } + ], + "author": "mibenkito", + "author_reputation": 15739430465359, + "beneficiaries": [], + "body": "Hello Steemians, I am very happy to be back on Steemit and continue my never-ending stories about food. I had written about food in Berlin for the last two entries, you can see them [here](https://steemit.com/food/@mibenkito/a-steemian-s-world-food-journal-berlin-part-2). And now is time to start a brand new journey, to a very old but adorable city of the Mediterranean time: **ROME**. \n\nAs you know, Rome is famous for its amazing architectures such as Colosseum, Trevi Fountain, Pantheon, etc. There are just too many interesting places that you have to visit in this wonderful city. But, how about the cuisine? To talk about Italian cuisine in general, pizza and pasta are seemed to be the most two popular dishes. Notwithstanding, the food in Rome is more than that. There are several yummy eating places with different types of food there, and I\u2019d love to tell you about some of them on this post. Let\u2019s get it started now!!!\n\n[](https://postimg.io/image/i974x55ob/)\n\n**HANG ZHOU CHINESE RESTAURANT**\nVia Airbnb, we booked a nice apartment in Miucino. The host was very friendly and helpful, he introduced this restaurant to us. It is near our apartment, just 5 minutes walking. After a long, tired day of traveling by foot, we visited the restaurant with hungry stomachs and weary feet. The menu is pretty popular with various Chinese dishes of all kinds. The demonstrating pictures made me hungrier and I decided to order the food by pointing at some photos. It did not take a long for the foods to be done and we were served quickly. I did not know if it was because we were starving or the food was too yummy, but we finished them in 15 minutes. Luckily I remembered to take some pictures: \n\n\n**The stirred black rice with shrimps and shallot** \u2013 I have tried black rice many times but never with this style. Normally I eat steamed black rice with yogurt (it is a southeast asia typical dessert), however it tastes interestingly when it is stirred, although it is a little bit chewy and hard. \nOn the left is the famous Chinese Xiu Mai with shrimps and pork mince, not the best Xiu Mai I have eaten but it is not bad at all ;)\n\n**Deep-fried duck with orange sauce** - we love this dish <3 The duck is quite crunchy, the sweet and sour orange sauce combined with the duck creates a delicious taste that makes us want to eat more. \nThere are three other dishes that we ate, however forgive my hungriness, it was too late before I realized that I need to take some photos (it is one of my hobbies as well). However, it is not too difficult for me to find some pictures from the internet, since this restaurant is quite well-known in Rome: \n\n\nThe price was not expensive at all, only 60-70 euro for a dinner of 4 people. The food is delicious and the dishes are big enough for all of us. With a very full stomach, I was more than happy to give some tips for the waitress and told him that we will definitely come back next time. \n\n**Palazzo del Freddo Giovanni Fassi \u2013 Most famous Ice Cream shop in Rome** \nNear the Hang Zhou restaurant is a large ice cream shop with an attracting aroma catching attention of passengers every time they walk by. How could I resist this sweet seduction? There are a lot of customers there in the shop, some were enjoying their ice cream and some were queuing in a long line to order their treat. \n\n*Customers in front of the ice cream booth*\n\nInterestingly, there is not only ice cream but also several kinds of dessert here: the famous tiramisu, waffle with ice cream, crepe, ice cream cakes, fresh chocolate etc. All look extremely yummy, I wish I could try them all :P After 5 minutes of waiting in the line, we decided to order tiramisu, chocolate ice cream cake and some ice cream flavors. All of the ice cream here are freshly made. There are so many flavors but I chose chocolate, caramel and vanilla. The shop has a signature sauce to put on top of the ice cream, and it was the best part. I can tell it was made of fresh milk, whipping cream, sugar and there might be other things that create a unique taste that I would never forget. I bought the medium size cone and it turned out to be really hugeee. But no worry, since it was super tasty, I finished it right away. The tiramisu and ice cream cake were also pretty good. \n\n**Ice cream cakes in the fridge**\n\n\n**Fresh chocolate with different flavors: lemon, dark chocolate, milk chocolate**\n\n\n**Our treat**\n\n\n**The hugest ice cream cone in my life**\n\nAnd believe it or not, we bought 2 cakes, 2 cone and 1 cup for just aroud 10 euro. It was surprisingly cheap, too cheap for the quality and quantity that they had given. I love this ice cream shop,it is one of the best ice cream in my life so far. If you plan to visit Rome, this place is a must :) \n\n**TEMAKINHO ROME BORGO \u2013 JAPANESE FUSION RESTAURANT**\nTemakinho is a small restaurant around 10 minutes walking from Venice square. We found it from Trip advisor with pretty high ranking in the Japanese category. What makes us curious about this restaurant is that they create their own style of sushi by combining Japanese, Brazilian and South American cuisines. The d\u00e9cor is so cool with Brazilian style, which is unlike typical Japanese eating places.\n\n*Inside temakinho - Credits to temakinho.com*\n\nLooking at the menu, we were a little bit lost since all the dishes sound pretty strange. I had never seen them before. Therefore, a friendly waiter came to explain the menu and helped us with our order. And wowww, please have a look at what we tried: \n\nThis beautifully decorated dish is raw fishes salad \u2013 salmon, salmon roe and tuna with the restaurant\u2019s special sauce. The fishes are fresh, the sauce is somehow similar to teriyaki sauce. I just love how they decorated it, such a piece of art work.\n\nGrilled seafood (king crab, prawn, octopus, scallop) eating with deep-fried slices of potatoes, honey mustard sauce. Another beautiful dish and the taste is not bad at all. The seafood is properly grilled, the potato slices are crunchy. Nice combination!\n\nAnd here it is, the main dish: sushi in fusion style. We ordered 4 types of maki rolls. The ones with soft shell crab and grilled salmon with creamcheese are my two favorite. These sushi rolls are surprisingly good, the rice is soft, sticky and other ingredients are fresh. 8/10 scores for this sushi dish from me.\nThe minor point of this restaurant might be the price, since it is not cheap. We spent over 100 euro for the meal. However for all the \u201cfusion invention\u201d and super lovely food decoration, I think they deserve it. This restaurant is another must in Rome if you like sushi. By the way, it's a little bit hard to find the restaurant since it locates in a very narrow street with a lot of others cusine restaurants. Make sure you find the right one ;).\n\n**RISTORANTE LA TEVERNA ROMA \u2013 ITALIAN RESTAURANT**\nThe final destination I want to show you guys is La Teverna, an Italian restaurant. It will be a big mistake ignoring Italian food when you are in Rome. With the recommendation of our Airbnb host, we came to this restaurant for lunch. Besides pizza, pasta, we ordered mussels and a combined dish of grilled seafood. It took quite a long time for the dishes to be served, notwithstanding it was worth the wait. \n\n\n**Steamed mussels in garlic butter sauce**. \nMussel is one of my most favorite seafood dishes, therefore I have tried it in many different places but this mussel dish had totally got me. The mussels are big and soft (in some other places they are quite chewy), the sauce is nicely balanced. I can finish the whole dish on my own :D\n\n*Pasta bolognese \u2013 the typical Italian pasta*. The taste is okay, there is nothing special about this dish :(\n \n*A big pizza with mushroom, salami*. My sister ordered it and I just tried one piece (I am not a fan of pizza, to be honest). The pizza was freshly baked, hot and crunchy.\n\n**Seafood pasta** - I do not remember the Italian name of this dish, however it is quite tasty. The seafood is cooked in tomato sauce and wine, the mussels are extremely good.\n\n**The grilled seafood dish**: this dish is huge, a small lobster, a thick slice of salmon, prawns, squid and sea-bass. They are all marinated and properly grilled. I love the prawns with a lot of eggs inside, the lobster meat is sweet and fresh too.\n\nTo sum up, the restaurant is quite nice. I will go for seafood dishes if I visit it next time. The mussels there are too good. However, the pasta and pizza are just okay. The price is reasonable, approximate 100 euro for a meal of 5 people (with really big stomachs lol). \n\nThat is the end of my food report about Rome. It was such a pity I did not have enough time to try other places, but I am quite satisfied with what I have eaten here. I Rome you can find really nice Japanese fusion dishes, fantastic ice cream, yummy Chinese restaurants and of course, one of the best Italian food. I hope to come back to this amazing city again, and if I can, there will definitely be another part of my Rome food journal on Steemit ^^ \n*Ciao !!!!!*\n\n*PS: Bonus pic - Me and the Colosseum <3<3<3*\n", + "body_length": 10588, + "cashout_time": "2016-09-07T21:41:51", + "category": "food", + "children": 24, + "created": "2016-08-31T21:41:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"cuisine\",\"gourmet\",\"asia\",\"rome\"],\"image\":[\"https://s9.postimg.io/omw80eakf/IMG_1825.jpg\",\"https://s16.postimg.io/tgihxkvkj/image.jpg\",\"https://s16.postimg.io/x1edgt045/image.jpg\",\"https://s16.postimg.io/ko1j9wafp/image.jpg\",\"https://s16.postimg.io/t7kx7nis5/image.jpg\",\"https://s16.postimg.io/f3p1z9bkl/image.jpg\",\"https://s16.postimg.io/es7lmhv4l/image.jpg\",\"https://s16.postimg.io/lwpevj2dx/image.jpg\",\"https://s16.postimg.io/ll7yirlxx/image.jpg\",\"https://s16.postimg.io/wm7p1j3kl/image.jpg\",\"http://www.temakinho.com/wp-content/uploads/2015/11/32.jpeg\",\"https://s16.postimg.io/86zh0h4np/image.jpg\",\"https://s16.postimg.io/a02dospud/image.jpg\",\"https://s16.postimg.io/g2a0faead/image.jpg\",\"https://s16.postimg.io/cwpep2vo5/image.jpg\",\"https://s16.postimg.io/z9x5bvwlx/image.jpg\",\"https://s16.postimg.io/80lrxdvit/image.jpg\",\"https://s16.postimg.io/qu7kudtqt/image.jpg\",\"https://s16.postimg.io/hnpa73oid/image.jpg\",\"https://s16.postimg.io/mnmqf1u4z/image.jpg\"],\"links\":[\"https://steemit.com/food/@mibenkito/a-steemian-s-world-food-journal-berlin-part-2\",\"https://postimg.io/image/i974x55ob/\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T21:41:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 100792895821252, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "1007.586 HBD", + "percent_hbd": 10000, + "permlink": "a-steemian-s-world-food-journal-part-3-rome", + "post_id": 1076604, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A steemian's world food journal. Part 3: Rome", + "title": "A steemian's world food journal. Part 3: Rome", + "total_payout_value": "0.000 HBD", + "url": "/food/@mibenkito/a-steemian-s-world-food-journal-part-3-rome" + }, + "mibenkito/a-steemian-s-world-food-journal-part-4-hong-kong": { + "active_votes": [ + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17075375575873, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 674404435264, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 31863004323399, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 721890118691, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2010864126046, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 169767688633, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 1582895535608, + "rshares": 73321678595, + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 17749711109744, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2005925944180, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5696562549341, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1641635205192, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 3881712764441, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 5010688340345, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3101979906, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3766015556, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 690745828, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 7391399237877, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54458709653, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1662293811, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213745690, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 208825720621, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 2003157617995, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 60042227503, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 208801372100, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 447837844638, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 434902092972, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2789958067603, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 1640752750, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 131666893990, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5752522643195, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 11476648883, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 624730593, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 969498441, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 1963822010265, + "rshares": 7470172430, + "voter": "modeprator" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 85958724475, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 1301587831477, + "rshares": 22825006510, + "voter": "sadochismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288279032, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1782785896, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 1465211458736, + "rshares": 10847982979, + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 185783068197, + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 3828884985898, + "rshares": 58894770868, + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 745935309194, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 20561080260, + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 405424573, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4626933166, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 27968233766, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 13222638777, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 1111594060096, + "rshares": 3527853286, + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 14351364387, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 623210470, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 74128045337, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1425060592, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 39966682765041, + "rshares": 200337154625, + "voter": "sascha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2579002497, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 757241932053, + "rshares": 1730639152, + "voter": "edtorrez" + }, + { + "percent": "9300", + "reputation": 1598588545490, + "rshares": 14952306675, + "voter": "ombc" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 728989897151, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10764724902, + "voter": "aizen01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6419808350, + "voter": "aizen02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4734270392, + "voter": "aizen07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7159847081, + "voter": "aizen06" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6344832280, + "voter": "aizen16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4167889619, + "voter": "aizen22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5779147034, + "voter": "aizen36" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4353966656, + "voter": "aizen12" + }, + { + "percent": "10000", + "reputation": 7574468910, + "rshares": 8277173317, + "voter": "badger311" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8567033020, + "voter": "badger313" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8531250931, + "voter": "badger312" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8824407404, + "voter": "badger316" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8943935898, + "voter": "badger319" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8853411704, + "voter": "badger3101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8317156271, + "voter": "badger3111" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8868217948, + "voter": "badger3121" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8484377457, + "voter": "badger3131" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8590287791, + "voter": "badger3141" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8567158957, + "voter": "badger3171" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8378400341, + "voter": "badger3181" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8953157754, + "voter": "badger3191" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8378240429, + "voter": "badger3112" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8712670126, + "voter": "badger3132" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8588374585, + "voter": "badger3162" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8814869073, + "voter": "badger3113" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8472439662, + "voter": "badger3123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8593775774, + "voter": "badger3133" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8938480760, + "voter": "badger3153" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8623272711, + "voter": "badger3163" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8653198182, + "voter": "badger3193" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8603790587, + "voter": "badger3114" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8514422988, + "voter": "badger3124" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8419188039, + "voter": "badger3144" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8342493834, + "voter": "badger3154" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8212461347, + "voter": "badger3164" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8537900455, + "voter": "badger3174" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8812813247, + "voter": "badger3194" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8711136612, + "voter": "badger3105" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8655772689, + "voter": "badger3135" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8257745940, + "voter": "badger3145" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8830110954, + "voter": "badger3155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8528891068, + "voter": "badger3175" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8309372973, + "voter": "badger3195" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7958267601, + "voter": "badger3106" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8761366345, + "voter": "badger3116" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8808419921, + "voter": "badger3126" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8442462539, + "voter": "badger3136" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8095803249, + "voter": "badger3146" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8323023992, + "voter": "badger3156" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8534757882, + "voter": "badger3166" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8451220098, + "voter": "badger3176" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8583273353, + "voter": "badger3186" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8618375342, + "voter": "badger3196" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8547234961, + "voter": "badger3107" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8304293246, + "voter": "badger315" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8790918306, + "voter": "badger318" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8839599521, + "voter": "badger3151" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8518188585, + "voter": "badger3161" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8772521567, + "voter": "badger3122" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8710521514, + "voter": "badger3142" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8929295467, + "voter": "badger3152" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8245785500, + "voter": "badger3172" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8749336682, + "voter": "badger3182" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8509409101, + "voter": "badger3192" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8425654930, + "voter": "badger3143" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8683649309, + "voter": "badger3173" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8395850788, + "voter": "badger3104" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8113455954, + "voter": "badger3134" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8512543418, + "voter": "badger3184" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8450846223, + "voter": "badger3115" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8914929986, + "voter": "badger3165" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8547944335, + "voter": "badger3185" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8608741672, + "voter": "badger314" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8838785685, + "voter": "badger317" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8582172592, + "voter": "badger3102" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8544357350, + "voter": "badger3103" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8472766154, + "voter": "badger3125" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 8439538842, + "voter": "badger3183" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 418260947, + "voter": "applecrisp" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 316548387, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 53631918572, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5823480356, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 111074897588, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 1199373674648, + "rshares": 2799544113, + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2692777720, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12574853814, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25750640587, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 277799955, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7338632106, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 36391001943292, + "rshares": 164400778841, + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 101336284883, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 61564539118, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 705836235, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 496269063, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 556713755, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 510349652, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1733729069, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3822802722, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 33641266168, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 60009630836, + "rshares": 2438131185, + "voter": "thelindvall" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3975599183, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3779872763249, + "rshares": 20123917654, + "voter": "meiisheree" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 342522989, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 77759170317, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 3083648732, + "voter": "pigatto" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 10766798861, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 10522996718, + "rshares": 141941273924, + "voter": "bonface" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 465679849, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 44284284343, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5760427274, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 278116478583, + "rshares": 529028021, + "voter": "puck82" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 429300058, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 19664540630, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 8243642133, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7167936441, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 6744914331, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 132755337797, + "rshares": 159486591, + "voter": "xondra" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 7797527587, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 45286321138, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 54051855495, + "rshares": 138502081, + "voter": "bento" + }, + { + "percent": "10000", + "reputation": 671977617081, + "rshares": 2739157822, + "voter": "mookosoo" + }, + { + "percent": "10000", + "reputation": 2970166898462, + "rshares": 13186584856, + "voter": "hagie" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 1514006024, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 193382935123, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 17061635755, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 32406755974, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 80801736359, + "rshares": 157385299, + "voter": "mikeoleksyuk" + }, + { + "percent": "10000", + "reputation": 45789047849, + "rshares": 148377230, + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 2568808468562, + "rshares": 3826152481, + "voter": "sompitonov" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20892232796, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 16481506948, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 619894722, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 3278077151, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 1277366753949, + "rshares": 16691766611, + "voter": "noodles.pan" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 563047619, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 513768946, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 545911812, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 135898641, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 2973318620, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 134736123867, + "rshares": 18092490571, + "voter": "lsc9999" + }, + { + "percent": "10000", + "reputation": 206406209371, + "rshares": 1859734787, + "voter": "lpninja" + }, + { + "percent": "10000", + "reputation": 5588508606719, + "rshares": 56806703159, + "voter": "chicana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 443488022, + "voter": "bento04" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 742893480, + "voter": "bento03" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 8326534630, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 236660340, + "voter": "bento02" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 544384063, + "voter": "bento01" + }, + { + "percent": "10000", + "reputation": 887519432562, + "rshares": 1615399040, + "voter": "coinbar" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 56527569, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 56215794, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 61374667649460, + "rshares": 203140140850, + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 876981522843, + "rshares": 4991184500, + "voter": "croatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63973816, + "voter": "vladimirputin" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 25085672604, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63966626, + "voter": "angelamerkel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80930168, + "voter": "bento06" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 39111568871, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 14835646666, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 43414835, + "rshares": 63755697, + "voter": "marzeni" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 19653983680, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 46118126030, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 62948501335, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1006074288, + "voter": "altucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4522124168, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 100463552, + "voter": "timferriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 103552761, + "voter": "darrenrowse" + }, + { + "percent": "900", + "reputation": 2344911104009, + "rshares": 1107968789, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 88830546173, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 1562464639, + "rshares": 62525016, + "voter": "nickche" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 3778259104, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 282362422, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 66361527, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 56647554, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 54641038, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 303910488530, + "rshares": 12437812779, + "voter": "goingpaper" + }, + { + "percent": "10000", + "reputation": 91384020663, + "rshares": 64484608, + "voter": "numberone" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 54217761, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 177371128, + "voter": "pcashmore" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 54077897, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58976068, + "voter": "andrew.sullivan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 338955177, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1032462303, + "voter": "brianclark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 820992246, + "voter": "daniel.kahneman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230139643, + "voter": "tucker.max" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 732265879, + "voter": "darren.rowse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230331964, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55100552, + "voter": "chris.dunn" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 64752766, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1310860944, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1163116860, + "voter": "pat.flynn" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 86354139914, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1208445510, + "voter": "mattmarshall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 432548304, + "voter": "timothysykes" + }, + { + "percent": "10000", + "reputation": 7436429161346, + "rshares": 11778569900, + "voter": "mione" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 200509833, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62391219, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 105372584, + "voter": "patflynn" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 54896152, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 746533252410, + "rshares": 119086239, + "voter": "lisadang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 885537361, + "voter": "andrewsullivan" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 78765183, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53106127, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 71551855, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 482408806, + "voter": "harvey.levin" + }, + { + "percent": "10000", + "reputation": 16426840706, + "rshares": 8239251567, + "voter": "gvargas123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53042068, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53037689, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53034852, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53030738, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1899184430, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52651308, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 192425286, + "voter": "rand.fishkin" + }, + { + "percent": "10000", + "reputation": 15582512683043, + "rshares": 64509165754, + "voter": "justinlaak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58064982, + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 1734036671982, + "rshares": 1000850793, + "voter": "therealpaul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52708083, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 23296483960, + "rshares": 57824498, + "voter": "bonapetit" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 708007633, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 1003233337, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 76188829, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 855097842923, + "rshares": 13644466604, + "voter": "darrantrute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1649401841, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 2527008, + "rshares": 54653118, + "voter": "supersune" + }, + { + "percent": "10000", + "reputation": 71887903, + "rshares": 55709351, + "voter": "misscathy" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15282151568, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52143228, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5640661428, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55281264, + "voter": "apparat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 645953217, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 56143941, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54632424, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 175646739, + "voter": "harveylevin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51142585, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 2174724597, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 190002902030, + "rshares": 1670116269, + "voter": "baodog" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2658282712, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51906983, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54012814, + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121531670, + "voter": "gary.vaynerchuk" + }, + { + "percent": "10000", + "reputation": 17384813, + "rshares": 53884613, + "voter": "jeff-kubitz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 106768414, + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 2332975763185, + "rshares": 1939016688, + "voter": "patelincho" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 385644604, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 71464098, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53531096, + "voter": "imc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 861400654873, + "rshares": 1065300814, + "voter": "steemafon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52959883, + "voter": "cramthatgraham" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 1588282832, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5441406107, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50569452, + "voter": "aoki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50516543, + "voter": "typingagent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50514225, + "voter": "cwb" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 1483856484, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 39967971, + "rshares": 50852949, + "voter": "gregorygarcia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50526939, + "voter": "timothy.sykes" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 7700455849, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50439559, + "voter": "roto" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 57831003, + "voter": "drac59" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4783410657, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 953344136574, + "rshares": 1322907736, + "voter": "kreet" + }, + { + "percent": "10000", + "reputation": 1150196390848, + "rshares": 88381204, + "voter": "anns" + }, + { + "percent": "10000", + "reputation": 4367963225, + "rshares": 50974766, + "voter": "jessiemore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50938725, + "voter": "haved" + }, + { + "percent": "10000", + "reputation": 22237001004, + "rshares": 25325075395, + "voter": "blacktier" + }, + { + "percent": "10000", + "reputation": 7228996088972, + "rshares": 4960289397, + "voter": "livingthedream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50372583, + "voter": "carre" + }, + { + "percent": "10000", + "reputation": 1289521305818, + "rshares": 1581263240, + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2977193426, + "voter": "strong-ai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 72784915, + "voter": "igtes" + }, + { + "percent": "10000", + "reputation": 25582088193, + "rshares": 166743523, + "voter": "michael.collett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154396017, + "voter": "buffett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51331484, + "voter": "comeup" + }, + { + "percent": "10000", + "reputation": -16192065334, + "rshares": 159877466, + "voter": "httrung32" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162620256, + "voter": "charlotteann" + }, + { + "percent": "10000", + "reputation": 585983871, + "rshares": 162057430, + "voter": "cripcate" + } + ], + "author": "mibenkito", + "author_reputation": 15739430465359, + "beneficiaries": [], + "body": "Hello Steemians, the food reporter is back with her trip to one of the most interesting cities in Asia: HONG KONG. I have been to Hongkong several times but can never get enough of this city. To mention Hong Kong, you can think of a sleepless city that is always crowded with people, great shopping with good deals, and especially amazing food. And now, let\u2019s discover Hong Kong cuisine together ;)\n\n\n\n**ONE DIM SUM \u2013 MICHELIN STAR DIM SUM RESTAURANT**\nThis well-known restaurant is awarded 1 Michelin star and that is why I have to visit it. The place is quite small and there are so many customers were waiting to be seated. It took us 30 minutes to get into the restaurant. Looking at the menu, I was really surprised since the price here was quite cheap (actually I thought that all of the restaurants with Michelin star would be expensive :P). \n\n*Outside the restaurant- there is always a long queue no matter when :)*\n\n\n*The menu (picture from thatfoodcray.com)*\n\nThere are several dishes in One Dim Sum, from the typical dim sum styles to the restaurant\u2019s signature foods. I just wanted to order the whole menu since everything looked so yummy. We tried Xiu Mai with pork mince and shrimps, Ha Cao with shrimps, steamed chicken legs with Chinese sauce, steamed roll with barbeque pork and so many other things. Xiu Mai and chicken legs were too good and we had to order one more of each.\n\n**Our treat :P**\n\n**Xiu Mai (on the left)**\n\n**Fried xiu mai with shrimps inside and steamed roll cake with shrimps**\n\n*Steamed meatballs in special sauce (picture from thatfoodcray.com)*\n\n**Nothing here was okay, they were beyond the delicious level**. And I understood why they deserved the Michelin star. As a big fan of Dim Sum, I have tried many dim sum places throughout the world, but it was the one that impressed me the most. With a really cheap price and high quality of food, this place is a must-try that every \u201cDim-Sumholic\u201d need to visit (although you will have to wait for such a long time to have a table, it might be the only minus point in this circumstance :P)\n\n**DESSERTS IN HABOUR CITY**\nAfter a long day of shopping, we found a nice food court on the 5th floor of Habour city, a shopping center on Canton Rd, Tsim Sha Tsui. There were many food stalls with different choices from Chinese, Thai, Japanese, Korean to Vietnam cuisine, but we decided to have desserts since it was pretty early for dinner and here was our order:\n\nThese lovely bowls were not only eye-catching but also extremely good. Fresh fruits, matcha ice cream, coconut sweet sauce, black beans, jelly\u2026 everything was mixed together created a yummy taste. \n\n\nThat time was Xmas season, thus ice-cream was made with Xmas style. Look how cute they are, and I cannot eat these ice creams since they are too lovely. However the price was not cheap, 6-7 euro for one :(\n\n\nEgg pudding with durian sauce: The egg pudding is similar to flan pudding, however blander and is put inside a coconut. The combination of pudding and durian creates a unique flavor, the aromatic smell of durian and egg make us want to order one more.\n\n**BEEF INTESTINE - HONG KONG FAMOUS FOOD STREET**\n\n\nWalking on Hong Kong crowded streets, you can see and smell this famous food everywhere. Some people will not stand the smell of it (my hubby for example, he thinks that it stinks :D), but once you give it a try, trust me, you will be addicted (just like me). Braised beef offal is cooked in a big pot, with white radish and special spices for a long time, hence everything is so soft and well marinated. I go to the food stall in Mong Kok to eat this special dish every time I visit Hong Kong, without it my trip will be totally incomplete. \n\n\nThe braised beef intestine stalls are always crowded with customers like this \n\n\nA bowl of beef offal noodle soup\n\n**YAGURA- JAPANESE RESTAURANT \u2013 YAU MA TEI**\nYagura is the best Japanese restaurant in Yau Ma Tei area \u2013 according to Trip Advisor. The first thing to say about this restaurant: it was quite expensive, and the second thing: they offer truly tasty Japanese dishes that makes us forget about the price :D Here is what we ate:\n\n\n**Deluxe shasimi plate**: salmon, tuna, prawn, sea urchin, red snapper and red clam- freshly sweet and heavenly taste. The wasabi and ginger are also very good too.\n\n\nMaki rolls with wagyu beef and foie gras- the most expensive sushi in my life so far, but they are totally worth it!!!\n\n\nMixed grill dish with beef tongue, chicken, shrimps, mushroom, Japanese fish balls, pork etc. I love the beef tongue, crunchy and well-marinated. After that I had to order two more grilled beef tongue skewers. \n\n\nMaki rolls with eel and salmon roe.\n\nThere are still many yummy food in Hong Kong, above are just some of my recommendations when you visit the city. If you are a foodholic, Hong Kong will never let you down, trust me. ^^ \n\nThank for reading and see you in our next destination <3<3<3", + "body_length": 6195, + "cashout_time": "2016-09-11T22:18:21", + "category": "food", + "children": 28, + "created": "2016-09-04T22:18:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"cuisine\",\"gourmet\",\"asia\",\"hongkong\"],\"image\":[\"https://s18.postimg.io/jvf2nuxev/1_3.jpg\",\"https://s18.postimg.io/50qh9ontz/image.jpg\",\"https://s18.postimg.io/h3vsx8yw7/image.jpg\",\"https://s18.postimg.io/x3eggsuxz/4_2.jpg\",\"https://s18.postimg.io/cxayhwzaf/image.jpg\",\"https://s18.postimg.io/rujfixciv/image.jpg\",\"https://s18.postimg.io/avah3o1bb/7_3.jpg\",\"https://s18.postimg.io/5l5icdh2f/image.jpg\",\"https://s18.postimg.io/4wwntficn/9_2.jpg\",\"https://s18.postimg.io/a9li7k693/10_2.jpg\",\"https://s18.postimg.io/uidh70uxz/image.jpg\",\"https://s18.postimg.io/oipq3da5j/image.jpg\",\"https://s18.postimg.io/6h6l5kg4n/image.jpg\",\"https://s18.postimg.io/mgp8p4c6f/image.jpg\",\"https://s18.postimg.io/bidz6xnl3/image.jpg\",\"https://s18.postimg.io/b6wiu6753/image.jpg\",\"https://s18.postimg.io/wulh4m7jb/image.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-04T22:18:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 113197959842810, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "1364.341 HBD", + "percent_hbd": 10000, + "permlink": "a-steemian-s-world-food-journal-part-4-hong-kong", + "post_id": 1127561, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A steemian's world food journal. Part 4: Hong Kong", + "title": "A steemian's world food journal. Part 4: Hong Kong", + "total_payout_value": "0.000 HBD", + "url": "/food/@mibenkito/a-steemian-s-world-food-journal-part-4-hong-kong" + }, + "michelnilles/filippino-rice-platter-water-spinach-with-veggie-rice-mix": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1680830998, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 160635631041, + "rshares": 88339049, + "voter": "michelnilles" + }, + { + "percent": "10000", + "reputation": 322232356, + "rshares": 60960714, + "voter": "markconstanza" + }, + { + "percent": "10000", + "reputation": -137914397043, + "rshares": 69060129, + "voter": "fullyrawkristina" + }, + { + "percent": "10000", + "reputation": -32880983783, + "rshares": 59640550, + "voter": "johnhill" + }, + { + "percent": "10000", + "reputation": 9035403, + "rshares": 59291173, + "voter": "realgaryvee" + }, + { + "percent": "10000", + "reputation": 1018620927, + "rshares": 53791114, + "voter": "veganearthling" + }, + { + "percent": "10000", + "reputation": -806965645794, + "rshares": 50234514, + "voter": "spinx" + } + ], + "author": "michelnilles", + "author_reputation": 160635631041, + "beneficiaries": [], + "body": "<html>\n<p>Brown rice mixed with a veggie mix made with pumpkin, carrots, cabbage, red onions, string beans, ocra and flavored with soysauce topped with garlicky water spinach - delicious vegan treat for food lovers yumyumyum </p>\n<p><img src=\"http://66.media.tumblr.com/3c6061bb57058f60de1fa8e37835701b/tumblr_oco7jyZujJ1ua5onbo1_1280.jpg\" width=\"720\" height=\"720\"/></p>\n</html>", + "body_length": 395, + "cashout_time": "2016-09-05T12:40:18", + "category": "food", + "children": 5, + "created": "2016-08-29T12:40:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"vegan\",\"recipe\",\"photography\",\"asia\"],\"image\":[\"http://66.media.tumblr.com/3c6061bb57058f60de1fa8e37835701b/tumblr_oco7jyZujJ1ua5onbo1_1280.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T12:40:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2122148241, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "filippino-rice-platter-water-spinach-with-veggie-rice-mix", + "post_id": 1040602, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Filippino Rice Platter - Water Spinach With Veggie Rice Mix", + "title": "Filippino Rice Platter - Water Spinach With Veggie Rice Mix", + "total_payout_value": "0.000 HBD", + "url": "/food/@michelnilles/filippino-rice-platter-water-spinach-with-veggie-rice-mix" + }, + "redpalestino/cambodia-roadtrip-2015-with-nice-chilling-music": { + "active_votes": [ + { + "percent": "10000", + "reputation": 2138693707311, + "rshares": 38257570611, + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 322912672117, + "rshares": 55815725, + "voter": "cynetyc" + }, + { + "percent": "10000", + "reputation": 234379829569, + "rshares": 2679166058, + "voter": "holzmichl" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 9698222000, + "voter": "warrensteem" + }, + { + "percent": "-10000", + "reputation": 168431030707, + "rshares": -246417137, + "voter": "jenny28" + }, + { + "percent": "100", + "reputation": 12539394694005, + "rshares": 149186784, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 4069545029880, + "rshares": 2445822658, + "voter": "funnyman" + }, + { + "percent": "10000", + "reputation": 148427870711, + "rshares": 156065913, + "voter": "mexresorts" + }, + { + "percent": "10000", + "reputation": 2144604, + "rshares": 143493539, + "voter": "gopher75" + } + ], + "author": "redpalestino", + "author_reputation": 2138693707311, + "beneficiaries": [], + "body": "<html>\n<p>Made by redpalestino 2015</p>\n<p><br></p>\n<p>https://www.youtube.com/watch?v=YQZ_XPLUNTM</p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n<p><br></p>\n</html>", + "body_length": 242, + "cashout_time": "2016-09-16T13:46:33", + "category": "travel", + "children": 4, + "created": "2016-09-09T13:46:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\",\"deutsch\",\"cambodia\",\"asia\"],\"image\":[\"https://img.youtube.com/vi/YQZ_XPLUNTM/0.jpg\"],\"links\":[\"https://www.youtube.com/watch?v=YQZ_XPLUNTM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-09T13:46:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53338926151, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "cambodia-roadtrip-2015-with-nice-chilling-music", + "post_id": 1184302, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Cambodia Roadtrip 2015 with nice chilling Music", + "title": "Cambodia Roadtrip 2015 with nice chilling Music", + "total_payout_value": "0.000 HBD", + "url": "/travel/@redpalestino/cambodia-roadtrip-2015-with-nice-chilling-music" + }, + "sweetsssj/a-chinese-twist-on-japanese-cuisine": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 2449941694402, + "voter": "badassmother" + }, + { + "percent": "3300", + "reputation": 51047995307721, + "rshares": 3066194446512, + "voter": "pharesim" + }, + { + "percent": "7000", + "reputation": 20297981245452, + "rshares": 4789773279012, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3099954800, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3763461212, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 690406462, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54138224222, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1661302953, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213684579, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 4700059417186, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 392352442459, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2465272392247, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 23744414677575, + "rshares": 3040380427182, + "voter": "onceuponatime" + }, + { + "percent": "10000", + "reputation": 1829863145814, + "rshares": 693987598575, + "voter": "marginal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 622843501, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 967387415, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 840103312175, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 77911793572, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288174518, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 15610312413, + "voter": "jademont" + }, + { + "percent": "5000", + "reputation": 4931834878069, + "rshares": 11590370361, + "voter": "fkn" + }, + { + "percent": "5000", + "reputation": 5414208804644, + "rshares": 16587342934, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 695760287941, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 54406341598, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 229505201802, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 1154102439, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 71174919857, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432425047, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 757241932053, + "rshares": 1576072119, + "voter": "edtorrez" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 492684547657, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 3037854988445, + "rshares": 63103827542, + "voter": "ak2020" + }, + { + "percent": "10000", + "reputation": 71931696380, + "rshares": 3754054481559, + "voter": "satoshifund" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 347769443485, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 51876847294, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 14675201322501, + "rshares": 74710518348, + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 270871813613, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5889342839, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 205125559935, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 45063950644, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 31692133469, + "voter": "talanhorne" + }, + { + "percent": "0", + "reputation": 861737606263, + "rshares": 168403014, + "voter": "simoneighties" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40343586188, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 10252307608, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 42073234521, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1528669358, + "voter": "sergei" + }, + { + "percent": "5000", + "reputation": 9142611234, + "rshares": 330631495, + "voter": "ch0c0latechip" + }, + { + "percent": "5000", + "reputation": 3871042, + "rshares": 306004255, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 1440357780524, + "rshares": 738379859, + "voter": "dicov" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3013710280, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 32962265894, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 13828657292, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3967626252, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1473986025343, + "rshares": 12223685670, + "voter": "fundurian" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 39585818468, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 17676946921, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 13139621251056, + "rshares": 83805428004, + "voter": "manthostsakirid" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 11621730593, + "voter": "benjiberigan" + }, + { + "percent": "8000", + "reputation": 6467956247739, + "rshares": 17229811929, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 75060890196, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 182393680274, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 27476233300, + "voter": "zaebars" + }, + { + "percent": "2000", + "reputation": 10519849768972, + "rshares": 4081479719, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 7444738529, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 58265386995, + "rshares": 3501242020, + "voter": "bristolchris72" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14886844406, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 15696463030, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 2523272811, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 60842015644, + "rshares": 242622102, + "voter": "noopu" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 8922896197, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 33894661344, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1422424385, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 3965614538, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 8308816189, + "voter": "taker" + }, + { + "percent": "8000", + "reputation": 3194641726781, + "rshares": 17454125787, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 27978810643, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 7286529084, + "rshares": 536598968443, + "voter": "toxic" + }, + { + "percent": "10000", + "reputation": 1127978824162, + "rshares": 1877127811, + "voter": "feelapi" + }, + { + "percent": "8000", + "reputation": 11122126920308, + "rshares": 3155521800, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 144998309, + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": -41231458058, + "rshares": 55000261, + "voter": "biggdogg" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 1367410476, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 982813675, + "voter": "bledarus" + }, + { + "percent": "-10000", + "reputation": 496097214841, + "rshares": -295828414, + "voter": "abc521" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 79246217381, + "voter": "miacats" + }, + { + "percent": "8000", + "reputation": 4637390447698, + "rshares": 932742778, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 51662159991, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 12047560332, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 1159303098899, + "rshares": 1500001180, + "voter": "roland.haynes" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 7009898863, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 4922272667302, + "rshares": 1470479126, + "voter": "nadin3" + }, + { + "percent": "10000", + "reputation": 20797221470, + "rshares": 1714519826, + "voter": "davidjkelley" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 37299819056, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 15874341725, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5737837864, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 2999763893, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 5949422263, + "rshares": 164283469204, + "voter": "asksisk" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 113187995654, + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": 2483815670577, + "rshares": 4635651363, + "voter": "richardjuckes" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 2762324442, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 103730281, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 3495795823022, + "rshares": 43710485951, + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 18202851669, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 2054624294432, + "rshares": 1550843401, + "voter": "anton333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5141090089, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 1543907814, + "voter": "ellepdub" + }, + { + "percent": "10000", + "reputation": 1502200909130, + "rshares": 168543257, + "voter": "ola1" + }, + { + "percent": "10000", + "reputation": 6072650400812, + "rshares": 5340697833, + "voter": "herpetologyguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4969534810, + "voter": "morgan.waser" + }, + { + "percent": "10000", + "reputation": 3061556951554, + "rshares": 1825087696, + "voter": "puffin" + }, + { + "percent": "10000", + "reputation": 1286719931439, + "rshares": 222321747, + "voter": "terrano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 233194239, + "voter": "amylee" + }, + { + "percent": "10000", + "reputation": 892852117542, + "rshares": 14564825011, + "voter": "btshuang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1567272522, + "voter": "strong-ai" + } + ], + "author": "sweetsssj", + "author_reputation": 26751356331019, + "beneficiaries": [], + "body": "\n\n\n\nToday i'm taking us Steemians to a well known restaurant in Xi'an. This restaurant is known for it's creative Japanese fusion cuisine. Forbes recently published an article ranking cuisines of the world based on their health benefits. Japanese food ranked no.1. Their food has little oil, salt and is predominantly raw without condiments. This has led to a staggeringly low percentage of people overweight in Japan (1.5%), as well as longer life expectancy (82 years). Chinese people generally avoid eating raw food. They believe that eating too much raw food can lead to food poisoning or other illnesses, however it is still very refreshing in moderation, particularly during the warmer summer months. \n\n\u4eca\u5929\u5e26\u7740Steemit\u8d70\u8fdb\u4e86\u4e00\u5bb6\u5728\u897f\u5b89\u7684\u4eba\u6c14\u9910\u5385,\u5b83\u662f\u878d\u5408\u4e86\u65e5\u672c\u7279\u8272\u7684\u521b\u610f\u6599\u7406\u3002\u300a\u798f\u5e03\u65af\u300b\u520a\u6587\u79f0\uff0c\u5728\u4e16\u754c\u996e\u98df\u5065\u5eb7\u699c\u4e0a\uff0c\u65e5\u672c\u6599\u7406\u6392\u540d\u7b2c\u4e00, \u6599\u7406\u4e2d\u4e3b\u5bfc\u7684\u5c11\u6cb9\u5c11\u76d0\u7684\u751f\u98df\u4f7f\u5f97\u65e5\u672c\u80a5\u80d6\u7387\u4ec5\u4e3a1.5%\uff0c\u9884\u671f\u5bff\u547d\u8fbe\u523082 \u5c81\u3002\u867d\u7136\u4e2d\u56fd\u4eba\u66f4\u4e60\u60ef\u5403\u719f\u98df\uff0c\u6709\u5f88\u591a\u4eba\u56e0\u4e3a\u5bb3\u6015\u751f\u75c5\u4e0d\u6562\u751f\u5403\u6d77\u9c9c\uff0c\u4f46\u662f\u590f\u5929\u5076\u5c14\u5403\u4e00\u987f\u51c9\u723d\u6e05\u65b0\u7684\u6599\u7406\uff0c\u4e5f\u662f\u975e\u5e38\u89e3\u6691\u7684\u3002\n\n\n\nSpeaking of creativity, the first dish we had was Spicy Salmon Sashimi. The sauce was a specially prepared chilli sauce topped off with a bit of sesame sprinkled on top. This was a nice appetiser which also showed this restaurants ability to integrate the local Chinese tastes.\n\n\u8bf4\u8d77\u521b\u610f\u7b2c\u4e00\u9053\u4e0d\u5f97\u4e0d\u63d0\u5230\u8fa3\u4e09\u6587\u9c7c\uff0c\u8fd9\u662f\u6211\u7b2c\u4e00\u6b21\u5c1d\u8bd5\u8fa3\u5473\u7684\u4e09\u6587\u9c7c\uff0c\u65b0\u9c9c\u4e09\u6587\u9c7c\u6492\u4e0a\u9910\u5385\u7279\u5236\u7684\u8fa3\u9171\u548c\u9999\u9999\u7684\u829d\u9ebb\uff0c\u6599\u7406\u7ed3\u5408\u4e86\u4e2d\u56fd\u4eba\u7684\u53e3\u5473\uff0c\u53d8\u5f97\u6709\u6ecb\u6709\u5473\u3002\n\n\nThe presentation of the Sushi here is very detailed and delicate. The meat is raw and fresh, and the ingredients are all organic. Sushi is perfect for maintaining a good figure. The essence of sushi is the simple combination of plain rice, simple dressing and natural overall taste.\n\n\u6f02\u4eae\u9020\u578b\u7684\u5bff\u53f8\uff0c\u505a\u5de5\u590d\u6742\uff0c\u5e76\u4e14\u8d85\u4f4e\u7684\u70ed\u91cf\u3001\u65e0\u706b\u7684\u751f\u98df\u65b9\u5f0f\u3001\u6709\u673a\u7684\u98df\u6750\u3001\u65b0\u9c9c\u7684\u5473\u9053\uff0c\u5bff\u53f8\u6ee1\u8db3\u4e86\u4eba\u4eec\u4e00\u5207\u60f3\u8c61\u4e5f\u7ed9\u4e86\u5973\u5b69\u5b50\u5728\u590f\u5929\u4fdd\u6301\u8eab\u6750\u7684\u673a\u4f1a\u3002\u5bff\u53f8\u7c73\u996d\u62cc\u7684\u5473\u9053\u4e5f\u521a\u521a\u597d \uff0c\u4ee5\u7b80\u5355\u4e3a\u7f8e\u5473\uff0c\u4ee5\u81ea\u7136\u4e3a\u7f8e\u5473\uff0c\u8fd9\u5927\u6982\u662f\u7279\u8272\u6599\u7406\u7684\u7cbe\u9ad3\u3002\n\n\nHere we have a Sushi platter. Each slice is nice and thick whilst the texture of the meat remains soft. The freshness makes me think the fish were slaughtered only moments before serving the dish. \n\n\u7ea2\u767d\u91d1\u67aa\u9c7c\u5207\u7684\u90fd\u5f88\u539a\u7247,\u8fd8\u6709\u989c\u8272\u4eae\u4e3d\u7684\u4e09\u6587\u9c7c\u3001\u5317\u6781\u8d1d\u7b49\u7b49\u9c9c\u5ae9\u7684\u62fc\u76d8\u523a\u8eab\uff0c\u53e3\u611f\u5f88\u68d2\uff0c\u5f88\u9999\u5f88\u5ae9 \u3002 \n\n\nTeppanyaki Squid, the sauce was very well rooted as the taste was thorough throughout. The texture of this squid is slightly different to the Sashimi fish, instead of being soft, it's quite tough and chewy. \n\n\u94c1\u677f\u9c7f\u9c7c, \u9171\u6c41\u7565\u5e26\u751c\u53e3,\u9c7f\u9c7c\u8d85\u7ea7\u65b0\u9c9c\u3001\u5165\u53e3Q\u5f39\u7684\u611f\u89c9\u3002\n\n\nAnother fusion dish here, this time combining foie gras with roasted eel. It is served atop of a slice of roasted bread and kiwi which help to make the foie gras milder tasting. Very creative and absolutely delicious!\n\n\u521b\u610f\u6700\u4e3a\u7ecf\u9a8c\u7684\u662f\u6cd5\u5f0f\u9cd7\u9c7c\u914d\u9e45\u809d\uff0c\u9e45\u809d\u5165\u53e3\u6781\u5316\uff0c\u7528\u6599\u8db3\uff0c\u53e3\u611f\u597d\uff0c\u5176\u4e2d\u914d\u6709\u5947\u5f02\u679c\u53ef\u4ee5\u9664\u817b\u3002\n\n\nTeppanyaki Prawns, the intestinal trail has been removed and the dish is served with Thousand Island sauce made in-house. Deep fried garlic slices are provided on the side to garnish. Each prawn can be eaten with one slice of deep fried garlic to help decorate the taste.\n\n\u94c1\u677f\u867e, \u867e\u7ebf\u88ab\u5904\u7406\u6389\u4e86\uff0c\u914d\u5343\u5c9b\u8638\u9171\u7684\u94c1\u677f\u6599\u7406\uff0c\u4e00\u65c1\u7684\u70b8\u849c\u7247\u7528\u6765\u70b9\u7f00\u53e3\u5473\uff0c\u4e00\u4e2a\u849c\u7247\u914d\u4e00\u4e2a\u867e\uff0c\u5473\u9053\u9999\u6781\u4e86\u3002\n\n\nThis restaurant also serves Fresh Oysters that are air delivered each morning from various parts of the world. The Oysters we had, pictured below are the New Zealand Golden Oysters. They are large in size but still very soft in texture. \n\n\u8fd9\u5bb6\u9910\u5385\u63d0\u4f9b\u4e16\u754c\u5404\u5730\u7684\u5f53\u5929\u7a7a\u8fd0\u5230\u8fbe\u7684\u751f\u869d\uff0c\u7167\u7247\u4e0a\u662f\u65b0\u9c9c\u7684\u65b0\u897f\u5170\u9ec4\u91d1\u751f\u869d\uff0c\u4e2a\u5934\u975e\u5e38\u5927\u4e14\u53e3\u611f\u6ed1\u5ae9\u3002\n\n\nAfter sharing pictures of Japanese food, it's hard to ignore the detail this restaurant has put into the presentation. In fact, since ancient times in Japan, the people there have pursued the perfect balance of both taste as well as the art of plating. This could be attributed to the early introduction of Chinese culture into Japan. For example, through influence of the Tang Dynasty (618-690AD, 705-907AD), the Japanese began the pursuit of perfecting the art of plating. From uncovering ancient Japanese cook books, we have discovered that the people of the time attached more importance to the presentation of food instead of the taste. After the Edo period (1603-1868) requirements of the Shogun demanded that the chefs are able to cook a large variety of dishes. This allowed the chefs to develop advanced culinary skills resulting in the improvement and thus balance of taste and presentation. It is at this time that the Confucian teachings came into favour and a culture of pursuing harmony was born. Since then, the balance of taste and presentation has never disappeared. \n\n\u5206\u4eab\u5b8c\u6599\u7406\u7684\u7167\u7247\uff0c\u4e0d\u96be\u53d1\u73b0\u8fd9\u5bb6\u9910\u5385\u98df\u7269\u7684\u6446\u76d8\u4e5f\u662f\u4e00\u5927\u4eae\u70b9\uff0c\u5176\u5b9e\u5728\u65e5\u672c\u81ea\u53e4\u5c31\u975e\u5e38\u8ffd\u6c42\u6599\u7406\u7684\u201c\u5473\u9053\u201d\u4e0e\u201c\u6446\u76d8\u201d\u7684\u5e73\u8861\uff0c\u8fd9\u4e0e\u65e5\u672c\u5728\u53e4\u4ee3\u5f15\u5165\u4e2d\u56fd\u6587\u5316\u4e5f\u6709\u7740\u83ab\u5927\u5173\u7cfb\u3002\u4f8b\u5982\uff0c\u53d7\u5510\u671d(618-690\u5e74\u3001705-907\u5e74)\u6587\u5316\u7684\u5f71\u54cd\uff0c\u65e5\u672c\u5f00\u59cb\u8ffd\u6c42\u6df1\u5165\u7ec6\u8282\u7684\u201c\u5b8c\u7f8e\u201d\u3002\u4ece\u51fa\u571f\u4e8e\u65e5\u672c\u7684\u53e4\u4ee3\u6599\u7406\u4e66\u7c4d\u4e2d\u770b\u51fa\u5386\u53f2\u4e0a\u7684\u53a8\u5e08\u6bd4\u8d77\u201c\u5473\u9053\u201d\u6765\uff0c\u66f4\u91cd\u89c6\u8ffd\u6c42\u5185\u5916\u534f\u8c03\u7684\u201c\u6446\u76d8\u201d\u3002\u4e4b\u540e\u7684\u6c5f\u6237\u65f6\u4ee3(1603\u20131868\u5e74)\uff0c\u56e0\u4e3a\u5e55\u5e9c\u8981\u6c42\u53a8\u5e08\u63d0\u4f9b\u591a\u79cd\u591a\u6837\u7684\u83dc\u5f0f\uff0c\u800c\u4f7f\u5f97\u53a8\u5e08\u4eec\u624d\u9010\u6e10\u5f62\u6210\u5353\u7edd\u7684\u6280\u5de7\u3002\u53d7\u5230\u4e2d\u56fd\u5112\u5bb6\u6587\u5316\u800c\u751f\u7684\u201c\u8ffd\u6c42\u548c\u8c10\u201d\uff08\u5473\u9053\u4e0e\u6446\u76d8\u7684\u5e73\u8861\uff09\u7684\u6982\u5ff5\u5c31\u4e00\u76f4\u6d41\u4f20\u81f3\u4eca\u3002\n\nA Yin and Yang porridge and hot pot.\n\n\u592a\u6781\u56fe\u5143\u7d20\u7684\u4e2d\u56fd\u7f8e\u98df\n\n", + "body_length": 4880, + "cashout_time": "2016-09-08T18:37:45", + "category": "food", + "children": 8, + "created": "2016-09-01T18:37:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"life\",\"travel\",\"photography\",\"cn\"],\"image\":[\"http://i.imgur.com/4w2KRKE.jpg\",\"http://i.imgur.com/YetE0Jw.jpg\",\"http://i.imgur.com/5OSVBsW.jpg\",\"http://i.imgur.com/RRplOZ2.jpg\",\"http://i.imgur.com/JVhdeeq.jpg\",\"http://i.imgur.com/qowSsaT.jpg\",\"http://i.imgur.com/oEeMqL1.jpg\",\"http://i.imgur.com/EHejZUD.jpg\",\"http://i.imgur.com/F1pHfXy.jpg\",\"http://i.imgur.com/47H1OSM.jpg\",\"http://i.imgur.com/XBA6dmH.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T20:45:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 30935368980310, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "86.320 HBD", + "percent_hbd": 10000, + "permlink": "a-chinese-twist-on-japanese-cuisine", + "post_id": 1088413, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A Chinese twist on Japanese Cuisine. \u820c\u5c16\u4e0a\u7684\u897f\u5b89\u521b\u610f\u6599\u7406\u3002", + "title": "A Chinese twist on Japanese Cuisine. \u820c\u5c16\u4e0a\u7684\u897f\u5b89\u521b\u610f\u6599\u7406\u3002", + "total_payout_value": "0.000 HBD", + "url": "/food/@sweetsssj/a-chinese-twist-on-japanese-cuisine" + }, + "tanshin/china-is-freer-than-you-think": { + "active_votes": [ + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 330989314294, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 51582783676, + "rshares": 9107229905, + "voter": "allycat" + }, + { + "percent": "10000", + "reputation": 920506256332, + "rshares": 481686752, + "voter": "fireriseace" + }, + { + "percent": "10000", + "reputation": 1633600290379, + "rshares": 9399987800, + "voter": "shredlord" + }, + { + "percent": "10000", + "reputation": 212959420968, + "rshares": 9802093094, + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 1056504274649, + "rshares": 10043252050, + "voter": "trending" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 24402428518, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 104621697539, + "rshares": 58088059, + "voter": "llawen" + }, + { + "percent": "10000", + "reputation": 77822386596, + "rshares": 60778274, + "voter": "lecrazycanuckeh" + }, + { + "percent": "10000", + "reputation": 119677334182, + "rshares": 55223664, + "voter": "tanshin" + } + ], + "author": "tanshin", + "author_reputation": 119677334182, + "beneficiaries": [], + "body": "There are people who don't speak a word of Chinese and have never lived in China, yet claimed to be the experts of that country. Based their opinions solely on Hollywood movies, Western main-stream media, or some negative news on Google. \n\nChina certainly has many problems that its government is either unable or unwilling to tackle, but it's very different from the \"living hell\" that the Western media described. If it is, it wouldn't have the largest population in the world. \n\n\n\n[Winston](https://www.youtube.com/user/serpentza) is a British South African who worked and lived in China for at least 10 years. He has traveled extensively throughout China and other countries in Asia, and he shared some of the most honest views on this part of the world. \n\n\n\nhttps://www.youtube.com/user/serpentza", + "body_length": 974, + "cashout_time": "2016-08-23T03:24:33", + "category": "china", + "children": 14, + "created": "2016-08-16T03:24:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"china\",\"asia\",\"travel\",\"life\",\"freedom\"],\"image\":[\"https://www.steemimg.com/images/2016/08/15/SerpentZA288773.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T03:24:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 394492677916, + "parent_author": "", + "parent_permlink": "china", + "pending_payout_value": "0.273 HBD", + "percent_hbd": 10000, + "permlink": "china-is-freer-than-you-think", + "post_id": 828455, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "China Is Freer Than You Think", + "title": "China Is Freer Than You Think", + "total_payout_value": "0.000 HBD", + "url": "/china/@tanshin/china-is-freer-than-you-think" + }, + "triprayogi/the-fascinating-horor-of-tibetan-sky-burial": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 54816513, + "voter": "maril" + }, + { + "percent": "10000", + "reputation": 6085849505, + "rshares": 51987100, + "voter": "triprayogi" + } + ], + "author": "triprayogi", + "author_reputation": 6085849505, + "beneficiaries": [], + "body": "Deleted", + "body_length": 7, + "cashout_time": "2016-08-29T15:06:27", + "category": "travel", + "children": 0, + "created": "2016-08-22T15:06:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T16:27:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 106803613, + "parent_author": "", + "parent_permlink": "travel", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "the-fascinating-horor-of-tibetan-sky-burial", + "post_id": 935474, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Deleted", + "title": "Deleted", + "total_payout_value": "0.000 HBD", + "url": "/travel/@triprayogi/the-fascinating-horor-of-tibetan-sky-burial" + }, + "worldly/introducing-the-worldly-sam-and-cat": { + "active_votes": [ + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17733009614071, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100513621, + "voter": "style" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2090626240388, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 1582895535608, + "rshares": 74737915237, + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 17770215149451, + "voter": "steemed" + }, + { + "percent": "4000", + "reputation": 16685610555705, + "rshares": 8242675732804, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5762324662593, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 26776677752355, + "rshares": 148457134431, + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2469324994, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 2996975214, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 567424569, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 3377960050325, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 41879475904, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1323698845, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170677969, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 32146101329, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 196209955874, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 493885428, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 7458354230246, + "rshares": 43068943588, + "voter": "stoner19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 719657381, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2567120337800, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 831227334847, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 56929566342, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230091763, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 23742030329, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 1558881665, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 124865240972, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 3828884985898, + "rshares": 60024661085, + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 81300407183, + "rshares": 555995871, + "voter": "ifttt" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 782621632526, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 17607684383, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 374996795716, + "voter": "kevinwong" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1797827137, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 363932220, + "voter": "viet-ngo" + }, + { + "percent": "10000", + "reputation": 39966682765041, + "rshares": 53252988195, + "voter": "sascha" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537605029842, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 463562817, + "rshares": 597502795, + "voter": "ethan-castle" + }, + { + "percent": "10000", + "reputation": 5244023575, + "rshares": 339614274, + "voter": "bblair" + }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 67258251456, + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 1376656930605, + "rshares": 5487009967, + "voter": "karbonxx" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 65229633367, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 435402137068, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 393016225, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 1480539296, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 639183155744, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 3067985295, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 2407214688261, + "rshares": 69298047045, + "voter": "freedomengineer" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 4179579990, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 1493761252, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 5082896544, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 35718780255, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25456479559, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 3544855809, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 2018069960576, + "rshares": 10287724872, + "voter": "nobodyishome" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7963116256, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 36391001943292, + "rshares": 169189622718, + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 3358845753, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 5987813508, + "voter": "kakradetome" + }, + { + "percent": "4000", + "reputation": 213668684615, + "rshares": 505204310, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 3545161944, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 3732528948, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 97622606374, + "rshares": 432427836, + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 156917057147, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1069611557, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 91432229392, + "rshares": 6932644891, + "voter": "gatoso" + }, + { + "percent": "10000", + "reputation": 710038072, + "rshares": 1088729617, + "voter": "demyan7" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1274158354, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 5181663, + "rshares": 159254119, + "voter": "joseph.kalu" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 4482025977, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 2840992927, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2236883285, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 10522996718, + "rshares": 104866808059, + "voter": "bonface" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 152319320257, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116718568, + "voter": "patrickgamer" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 96038405592, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1834179833, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 2970166898462, + "rshares": 3623707377, + "voter": "hagie" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 111726756, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 137652449342, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 99487372, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 121757317, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 34758793233, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 12141776960, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81917882, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 716703578, + "rshares": 108563312, + "voter": "zloyevgen" + }, + { + "percent": "4000", + "reputation": -4779249072914, + "rshares": 440896267, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 6403161849, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 192578386836, + "rshares": 59572486, + "voter": "skyefox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51522514, + "voter": "johnblow" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 497577562675, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 6933187662, + "voter": "rawnetics" + }, + { + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 333988882, + "rshares": 116253105, + "voter": "darkstar1o9" + }, + { + "percent": "10000", + "reputation": 2136142852031, + "rshares": 5125037275, + "voter": "aleksandraz" + }, + { + "percent": "10000", + "reputation": 5451282059200, + "rshares": 6603894832, + "voter": "veralynn" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18835928993, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 62888891, + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 46067925183928, + "rshares": 183857207467, + "voter": "fairytalelife" + }, + { + "percent": "10000", + "reputation": 298397221413, + "rshares": 128070218, + "voter": "hdphotography" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 2232672139, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6934127201, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 41886201074, + "rshares": 74356493, + "voter": "wildfamily" + }, + { + "percent": "10000", + "reputation": 23206755125, + "rshares": 62542956, + "voter": "kana" + }, + { + "percent": "10000", + "reputation": 40078121577, + "rshares": 577231315, + "voter": "chanbam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 173824123, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 55056512, + "voter": "ethansteem" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 15582512683043, + "rshares": 45345284858, + "voter": "justinlaak" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25676682046, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 5372210998898, + "rshares": 1346327423, + "voter": "karisa" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 934917569, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 169444425, + "rshares": 56931156, + "voter": "sextant" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 134569887, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 367284869879, + "rshares": 56919346, + "voter": "matteo2016" + }, + { + "percent": "10000", + "reputation": 1442187004, + "rshares": 54653175, + "voter": "lsd123452" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 356737613, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 813896179120, + "rshares": 373265099, + "voter": "ivet" + }, + { + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 7306624703593, + "rshares": 11191076536, + "voter": "kommienezuspadt" + }, + { + "percent": "10000", + "reputation": 1511945712631, + "rshares": 895999478, + "voter": "sift666" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 50644082, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 3954457383539, + "rshares": 54993742, + "voter": "lyubovbar" + }, + { + "percent": "10000", + "reputation": 11292671368, + "rshares": 54994536, + "voter": "iren" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 43693782950, + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 77232252, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 6978851929553, + "rshares": 54908363, + "voter": "worldly" + }, + { + "percent": "10000", + "reputation": 20477968943, + "rshares": 52657102, + "voter": "samfi" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 53961789, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 73963306690, + "rshares": 54148539, + "voter": "therealdeal" + } + ], + "author": "worldly", + "author_reputation": 6978851929553, + "beneficiaries": [], + "body": "\n*After an eight hour trek through the jungle in the Bolaven Plateau, Laos*\n\nHi everyone. Our names are Sam and Catherine. We are 16 years old, brother and sister, and have an immense passion for traveling.\u00a0Two years ago we ventured out of The United States for the first time on a week long trip to London and Paris and our wanderlust began. Since then we\u2019ve been fortunate enough to go to Italy and Thailand and have just recently returned from a 6 week trip throughout Laos, Thailand, and Cambodia.\u00a0\n\nWe are creating this blog share our travel adventures. Our mom (@fairytalelife) turned us on to this site the day we got back from our most recent excursion. A few days later we\u2019ve already decided to begin logging our stories and memories from our travels.\n\n\n\n## Sam\n\nI, Sam, have always had a deep interest in photography. Starting from a young age our father would take us on road-trips throughout the US to national parks from coast to coast. One of the main interests for me on these trips was filling up the memory card on my small digital camera from Target (bought with years worth of saved up tooth fairy money).\u00a0 My love for reading and writing has also been a constant in my life, so in seventh grade, when a journalism class was offered I immediately signed up and have now been taking journalism classes for four years. Naturally journalism and photography go hand in hand which has led me to pursue a new passion, photojournalism. Hopefully this blog will help me further develop my journalism and photography skills and allow me, along with my sister, to share our works and stories. Last summer our mom texted us asking if we wanted to go to Thailand in two weeks. Frankly, I thought it was a joke. I couldn\u2019t point to Thailand on a map let alone imagine spending a week there, especially on such short notice. But by some stroke of luck we managed to arrange it and off we went. Ever since then traveling has been my biggest passion.\n\n## Cat\n\nI'm Cat. I 've always been intrigued by new ways of life and different cultures. Last year on my first trip to Thailand I was left in awe by the amazing mix of deep-rooted culture and beauty. It was my first time experiencing a non-western culture. Afterwards I realized one week in Thailand was simply not enough. Shortly thereafter Sam and I planned a six-week trip to more of Southeast Asia for this summer. We just returned a few days ago. On this trip we visited Thailand as well as Laos, and Cambodia. When I grow up I want I study communications and anthropology. I\u2019m also interested in linguistics, and I\u2019m currently learning Mandarin. \u00a0Soon I\u2019ll begin my junior year in high school.\n\n\n*Photo of us at The Uttayan Bajiang Falls in the Bolaven Plateau, Laos*\n\n\n*Scaling a rock face in the Bolaven Plateau, Laos*\n\n\n*Playing with Khmer children in Kompong Cham, Cambodia at the BSDA Aspara Center*\n\nWe look forward to sharing our memories!", + "body_length": 3290, + "cashout_time": "2016-08-24T04:45:15", + "category": "introduceyourself", + "children": 25, + "created": "2016-08-17T04:45:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"introduceyourself\",\"travel\",\"asia\",\"photography\"],\"image\":[\"https://www.steemimg.com/images/2016/08/17/IMG_890770923.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T20:30:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 64165091383553, + "parent_author": "", + "parent_permlink": "introduceyourself", + "pending_payout_value": "690.082 HBD", + "percent_hbd": 10000, + "permlink": "introducing-the-worldly-sam-and-cat", + "post_id": 847176, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introducing the Worldly Sam and Cat", + "title": "Introducing the Worldly Sam and Cat", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@worldly/introducing-the-worldly-sam-and-cat" + }, + "yongyoon/funny-face-painted-rock-wall": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4874033031398, + "rshares": 382690252197, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 2999169193553, + "rshares": 3273765028, + "voter": "atomrigs" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 19192822996, + "voter": "ninzacode" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1799035396, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 963693855233, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 1500654518354, + "rshares": 26203450454, + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 134736123867, + "rshares": 18327612427, + "voter": "lsc9999" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1378615680, + "voter": "spinner" + }, + { + "percent": "4500", + "reputation": 181872789178, + "rshares": 276731207861, + "voter": "thisvsthis" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 255779632, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 61152948, + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 647464973800, + "rshares": 663236640, + "voter": "imarealboy777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 224134632, + "voter": "annaha" + }, + { + "percent": "10000", + "reputation": 3622743, + "rshares": 58731020, + "voter": "unnsmed" + }, + { + "percent": "10000", + "reputation": 1320261717074, + "rshares": 60424907, + "voter": "carlyle" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 56759615, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50571460, + "voter": "drac59" + } + ], + "author": "yongyoon", + "author_reputation": 1500654518354, + "beneficiaries": [], + "body": "<html>\n<p><br></p>\n<p><code><strong>1. : -)</strong></code></p>\n<p>http://i.imgsafe.org/57ddbb067d.jpg</p>\n<p><br></p>\n<p><code><strong>2. X -|</strong></code></p>\n<p>http://i.imgsafe.org/57ddc32a7f.jpg</p>\n<p><br></p>\n<p><code><strong>3. bow-wow!</strong></code></p>\n<p>http://i.imgsafe.org/57ddddb480.jpg</p>\n<p><br></p>\n<p><code><strong>4. : -{</strong></code></p>\n<p>http://i.imgsafe.org/57ddb28f12.jpg</p>\n<p><br></p>\n<p><code><strong>5. TaDa !</strong></code></p>\n<p>http://i.imgsafe.org/57db9abd7a.jpg</p>\n<p><br></p>\n<p>05/02/2015 - iPhone 5s</p>\n<p><br></p>\n<p><strong> Nongoldam-gil Street / KOREA</strong></p>\n<p>Information URL: <a href=\"http://english.visitkorea.or.kr/enu/ATR/SI_EN_3_1_1_1.jsp?cid=1948662\">Nongoldam-gil</a></p>\n<p><br></p>\n<p>Bye-</p>\n<p>http://i.imgsafe.org/efcbee5e46.png</p>\n</html>", + "body_length": 827, + "cashout_time": "2016-08-25T09:30:24", + "category": "kr", + "children": 4, + "created": "2016-08-18T09:30:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"photography\",\"travel\",\"asia\"],\"image\":[\"http://i.imgsafe.org/57ddbb067d.jpg\",\"http://i.imgsafe.org/57ddc32a7f.jpg\",\"http://i.imgsafe.org/57ddddb480.jpg\",\"http://i.imgsafe.org/57ddb28f12.jpg\",\"http://i.imgsafe.org/57db9abd7a.jpg\",\"http://i.imgsafe.org/efcbee5e46.png\"],\"links\":[\"http://english.visitkorea.or.kr/enu/ATR/SI_EN_3_1_1_1.jsp?cid=1948662\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T12:14:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1694721408126, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "1.282 HBD", + "percent_hbd": 10000, + "permlink": "funny-face-painted-rock-wall", + "post_id": 868006, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "# Funny face painted rock wall --- KOREA", + "title": "# Funny face painted rock wall --- KOREA", + "total_payout_value": "0.000 HBD", + "url": "/kr/@yongyoon/funny-face-painted-rock-wall" + }, + "yongyoon/the-beautiful-sea-and-sunset-of-aewol-jeju-do": { + "active_votes": [ + { + "percent": "10000", + "reputation": 4874033031398, + "rshares": 398169498591, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 1701451058212, + "rshares": 3624678583, + "voter": "mazi" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 12841622431, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 19973854738, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 1009682267545, + "rshares": 108886903252, + "voter": "leesunmoo" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1797998021, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 1402029831983, + "rshares": 13602941401, + "voter": "wefdi" + }, + { + "percent": "2000", + "reputation": 4667991454724, + "rshares": 139263636959, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 3181753819665, + "rshares": 5740272176, + "voter": "jay4u" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 982967732337, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 240597359, + "voter": "kangjh89" + }, + { + "percent": "10000", + "reputation": 4116820988881, + "rshares": 5193578802, + "voter": "corinnestokes" + }, + { + "percent": "10000", + "reputation": 1500654518354, + "rshares": 26720640308, + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 282550383, + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 16477047813, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 897000392259, + "rshares": 428199525, + "voter": "foxxycat" + }, + { + "percent": "10000", + "reputation": 134736123867, + "rshares": 18327449909, + "voter": "lsc9999" + }, + { + "percent": "3000", + "reputation": 181872789178, + "rshares": 192506901702, + "voter": "thisvsthis" + }, + { + "percent": "10000", + "reputation": 647464973800, + "rshares": 663236640, + "voter": "imarealboy777" + }, + { + "percent": "10000", + "reputation": 1558969491915, + "rshares": 58815961, + "voter": "scottrok" + }, + { + "percent": "10000", + "reputation": 970572315676, + "rshares": 55065006, + "voter": "fiat19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53400711, + "voter": "nancycoroa" + }, + { + "percent": "10000", + "reputation": 85335936192, + "rshares": 50571460, + "voter": "drac59" + } + ], + "author": "yongyoon", + "author_reputation": 1500654518354, + "beneficiaries": [], + "body": "<html>\n<p>http://i.imgsafe.org/3f8c04dfbc.jpg</p>\n<p><br></p>\n<p>http://i.imgsafe.org/3f8c09d95a.jpg</p>\n<p><br></p>\n<p>http://i.imgsafe.org/3f8e986d49.jpg</p>\n<p><br></p>\n<p>http://i.imgsafe.org/3f8c1b8599.jpg</p>\n<p><strong># The light over there is Squid-fishing boat :D</strong></p>\n<p><br></p>\n<p>09/09/2015 - iPhone5s</p>\n<p>Sea of Aewol, Jeju-do, Korea.</p>\n<p><br></p>\n<p>Bye-</p>\n<p>http://i.imgsafe.org/efcbee5e46.png</p>\n</html>", + "body_length": 439, + "cashout_time": "2016-08-24T05:59:36", + "category": "kr", + "children": 6, + "created": "2016-08-17T05:59:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"kr\",\"photography\",\"travel\",\"asia\",\"life\"],\"image\":[\"http://i.imgsafe.org/3f8c04dfbc.jpg\",\"http://i.imgsafe.org/3f8c09d95a.jpg\",\"http://i.imgsafe.org/3f8e986d49.jpg\",\"http://i.imgsafe.org/3f8c1b8599.jpg\",\"http://i.imgsafe.org/efcbee5e46.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T06:22:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1947927194068, + "parent_author": "", + "parent_permlink": "kr", + "pending_payout_value": "1.324 HBD", + "percent_hbd": 10000, + "permlink": "the-beautiful-sea-and-sunset-of-aewol-jeju-do", + "post_id": 847801, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The beautiful sea & sunset of Aewol / Jeju-do", + "title": "The beautiful sea & sunset of Aewol / Jeju-do", + "total_payout_value": "0.000 HBD", + "url": "/kr/@yongyoon/the-beautiful-sea-and-sunset-of-aewol-jeju-do" + } + }, + "discussion_idx": { + "asia": { + "trending": [ + "mibenkito/a-steemian-s-world-food-journal-part-4-hong-kong", + "jack8831/15-answer-answer-bid", + "jack8831/14-of", + "knozaki2015/the-local-culture-that-will-touch-everyone-s-heart-featuring-ellamaeamor-as-author", + "jack8831/13-from-from", + "mibenkito/a-steemian-s-world-food-journal-part-3-rome", + "jack8831/12-come-come", + "redpalestino/cambodia-roadtrip-2015-with-nice-chilling-music", + "sweetsssj/a-chinese-twist-on-japanese-cuisine", + "mibenkito/a-steemian-s-world-food-journal-berlin-part-2", + "kiperto/how-i-went-from-career-military-to-se-asia-agricultural-entrepenuer", + "worldly/introducing-the-worldly-sam-and-cat", + "michelnilles/filippino-rice-platter-water-spinach-with-veggie-rice-mix", + "grio/18-asian-girl", + "yongyoon/funny-face-painted-rock-wall", + "yongyoon/the-beautiful-sea-and-sunset-of-aewol-jeju-do", + "tanshin/china-is-freer-than-you-think", + "abledart/foreign-policy-midnight-movie-flag-an-anime-about-conflict-in-the-indo-pacific", + "joythewanderer/japan-in-a-nutshell-my-trip-in-japan", + "triprayogi/the-fascinating-horor-of-tibetan-sky-burial" + ] + } + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "hbd_interest_rate": 1000, + "hbd_print_rate": 10000, + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_hive": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [ + "life", + "steemit", + "story", + "art", + "steem", + "travel", + "food", + "introduceyourself", + "photography", + "money", + "writing", + "bitcoin", + "science", + "philosophy", + "stats", + "health", + "anarchy", + "poetry", + "psychology", + "steempay", + "steemmag", + "politics", + "steemfest", + "bitshares", + "music", + "beyondbitcoin", + "news", + "anarchism", + "cn", + "relationship", + "typography", + "ethereum", + "relationships", + "technology", + "gardening", + "love", + "liberty", + "popularscience", + "steemcleaners", + "deutsch", + "freedom", + "witness-category", + "barrycooper", + "smoothie", + "marijuana", + "fiction", + "steemdb", + "funny", + "steemitphotochallenge", + "family" + ] + }, + "tags": {} +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..858023d99d1c8a371c634aa2fc3aaed6ee49e66e --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/trending_asia.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["/trending/asia"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "trending_asia" + directory: "condenser_api_patterns/get_state" \ No newline at end of file