create account

Update: Communities/Hivemind by steemitblog

View this thread on: hive.blogpeakd.comecency.com
· @steemitblog · (edited)
Update: Communities/Hivemind
https://get.pxhere.com/photo/pattern-pollen-insect-invertebrate-design-bee-honeycomb-beehive-honey-bee-beekeeping-membrane-winged-insect-923608.jpg

Hello Steemians! This is @roadscape, member of Team Steemit, and developer behind `hivemind` - the backend service which will soon introduce next-generation APIs and Communities for Steem. Now that it’s nearing completion, I would like to share a little information about how it works and what it will do. 

<h2>More Than Communities</h2>

Hivemind (or “hive”) will power Communities on Steem, but that’s only one important use case. It’s designed to be a developer-friendly layer on top of the Steem blockchain that will enable any developer to access a database containing all the social information stored on the Steem blockchain without having to rely on minimalistic core blockchain APIs. As with all the software we release, hive is fully open source. It is our goal that everyone developing applications powered by Steem will want to take advantage of hive, so that a consistent user experience can be maintained across the growing ecosystem of Steem applications. 

<h2>Hive is Developer Friendly</h2>

Currently, most Steem-powered applications rely exclusively on steemd full nodes as the backend for information like trending lists, account profile information, reputation scores, comments, follows, and so on. This model has certain strengths which have gotten us quite far, but developers have outgrown it and need a more powerful solution. Relying on steemd nodes prevents frontend developers from iterating rapidly, as (1) all the APIs are written in C++, and (2) any (and all) code changes must go through a rigorous review process because they are close to the critical consensus layer. Thus, it’s quite clear the concerns of application developers (flexibility/simplicity) and blockchain developers (security/stability) need to be separated.

Much of the information that app developers want to leverage is not consensus-critical; that is, it either does not belong in a blockchain node or it doesn’t need to be accessed directly from one. Instead, we can store all the relevant information in a traditional database and keep it in sync with the blockchain, while adding new custom layers of logic and features. This is exactly what hive does; and because it’s written in Python, developers can modify its behavior and APIs with ease... and experiment to their heart’s content.

<h2>Ensuring High Fidelity</h2>

Despite Hive being “non-consensus” it is important that the information it serves is accurate and up to date. The main challenge here is fork resolution; witness nodes handle this automatically with their in-memory undo database, but it’s not so easy for an outside observer. We could avoid forks entirely by following the last irreversible block, but this would result in a delay of around 45 seconds. Instead, hive (by default) trails behind by just 6 seconds, allowing us to avoid the most common case of harmless microforks. These are trivial for witness nodes but would require extra mechanisms to properly handle externally. In the rare case hive encounters a fork more than 2 blocks deep, we’ve implemented a basic recovery routine. Developers who wish to live on the wild side have the option to run hive with a 0-second delay; those who would rather play it ultra-safe can specify a delay of up to 5 minutes (100 blocks). 

<h2>Hive is Specialized</h2>

Hive focuses on posts, relationships, social actions, custom operations, and derived states.
 - *discussions:* by blog, trending, hot, created, etc.
 - *communities:* mod roles/actions, members, feeds (in 1.5; [spec](https://github.com/steemit/hivemind/blob/master/docs/communities.md))
 - *accounts:* normalized profile data, reputation
 - *feeds:* follows/unfollows and resteems/unresteems (yes, unresteems!)

Hive does not track most blockchain operations. For anything to do with wallets, orders, escrow, keys, recovery, or account history, you’ll want to query SBDS or steemd.

<h2>Hive is Creativity</h2>

Hive can be leveraged to create new features. Here are some that will be possible with hive:
 - reactions, bookmarks
 - comment on resteems
 - indexing of custom profile data
 - reorganizing of old posts (categorize, filter, hide/show)
 - voting/polls (democratic or burn/send to vote)
 - modlists: (e.g. spam, abuse, bad taste)
 - crowdsourced metadata
 - mentions indexing
 - full-text search
 - rich statistics
 - follow lists
 - bot tracking
 - mini-games
 - community bots
 - and much more

It has a lot of potential I’m excited to see leveraged. That’s why I have dedicated so much time to making sure it works great: because hive will lay the foundation for a much richer and more social experience on the Steem blockchain, whether you’re using [steemit.com](https://steemit.com) or any other site which chooses to take advantage of this new open source layer.

<h2>Development Status: ALPHA</h2>

<h4>Hive 1.0: Core</h4>

The 1.0 release contains a MVP API which replicates all the relevant bits of `get_state` and `get_discussions_*` needed to support condenser. This is really quite boring, but it’s crucial to get [steemit.com](https://steemit.com) running against hive so it can be tested for load, reliability, and compatibility.  The immediate goal is to take over certain steemd responsibilities while establishing the foundation for next-gen APIs. 

The core indexer and API service are [nearing completion](https://github.com/steemit/hivemind/milestone/1). Because this is critical infrastructure, we need to ensure reliability and consistency. Currently, work is focused on launching the production environment and tuning performance. Then we begin integration and API testing. Once stable, condenser (powering steemit.com) will be switched over to the new hive endpoints; if everything is integrated properly, users will not notice a thing. It’s akin to upgrading an airplane engine mid-flight while making sure there are no hiccups and all controls work as usual.

Currently, we’re looking at the results of our first production reindex. As you can see in the chart below, we’ve had two large surges of activity on our blockchain. Recent blocks take up to 0.03 seconds to process. This may not sound like a lot, but it adds up.

![avg total ms per block per query, during initial sync](https://user-images.githubusercontent.com/5168676/37424540-aa127056-278e-11e8-83c3-8c7891e8710f.png)


If there exists a blockchain with anywhere near this quantity of rich and open social data, I’d be surprised (but do let me know). For those keeping score: Steem witnesses have produced over 20,900,000 blocks containing more than 285,000,000 transactions so far!

Hive’s full potential will not be unlocked until the new, modern APIs are finalized. We’ll post another update once we’re ready for beta testers and API feedback.

<h4>Hive 1.5: Communities</h4>

With the hard part out of the way, the fun begins with hive [1.5](https://github.com/steemit/hivemind/milestone/2). Communities bring a whole new form of interaction to the Steem blockchain, and we are excited to see the ecosystem evolve once users can collaborate easily with like-minded individuals, curate topics of shared interest, and truly **organize**. We anticipate that the Steem blockchain will become _the_ place to be to discuss everything and anything under the sun.

We know that everyone is as excited as us for Communities to finally launch. We still have some work to do before they are 100% ready, but we are very close to having 1.0 complete. We will continue to keep you up to date with our progress.

Stay tuned!

*@roadscape, Team Steemit*
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 398 others
👎  , ,
properties (23)
authorsteemitblog
permlinkupdate-communities-hivemind
categorysteem
json_metadata{"tags":["steem","communities","hivemind","hive"],"users":["roadscape"],"image":["https://get.pxhere.com/photo/pattern-pollen-insect-invertebrate-design-bee-honeycomb-beehive-honey-bee-beekeeping-membrane-winged-insect-923608.jpg","https://user-images.githubusercontent.com/5168676/37424540-aa127056-278e-11e8-83c3-8c7891e8710f.png"],"links":["https://github.com/steemit/hivemind/blob/master/docs/communities.md","https://steemit.com","https://github.com/steemit/hivemind/milestone/1","https://github.com/steemit/hivemind/milestone/2"],"app":"steemit/0.1","format":"markdown"}
created2018-04-02 17:42:27
last_update2018-04-02 17:43:12
depth0
children217
last_payout2018-04-09 17:42:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,684
author_reputation332,472,558,821,177
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id47,974,121
net_rshares144,157,000,499,611
author_curate_reward""
vote details (465)
@amico ·
I find hive really interesting and I'll start studying it on GitHub.

Thank you very much, @roadscape... I have reblogged this good news!
👍  
properties (23)
authoramico
permlinkre-steemitblog-update-communities-hivemind-20180412t013913876z
categorysteem
json_metadata{"tags":["steem"],"community":"busy","app":"busy/2.4.0"}
created2018-04-12 01:39:18
last_update2018-04-12 01:39:18
depth1
children0
last_payout2018-04-19 01:39:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation51,076,240,298,517
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,588,156
net_rshares0
author_curate_reward""
vote details (1)
@angelina66 ·
@acidyo are you here? I will searching you!
👍  
properties (23)
authorangelina66
permlinkre-steemitblog-update-communities-hivemind-20180402t192743146z
categorysteem
json_metadata{"tags":["steem"],"users":["acidyo"],"app":"steemit/0.1"}
created2018-04-02 19:27:45
last_update2018-04-02 19:27:45
depth1
children0
last_payout2018-04-09 19:27:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation1,649,340,563,353
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,988,621
net_rshares0
author_curate_reward""
vote details (1)
@arcange ·
Congratulations @steemitblog!
Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180402) in the following category:

* Pending payout - Ranked 1 with $ 354
👍  
properties (23)
authorarcange
permlinkre-update-communities-hivemind-20180402t181333000z
categorysteem
json_metadata""
created2018-04-03 16:13:33
last_update2018-04-03 16:13:33
depth1
children0
last_payout2018-04-10 16:13:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length216
author_reputation1,146,615,920,099,066
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,143,794
net_rshares0
author_curate_reward""
vote details (1)
@atmosblack ·
$0.12
Well, this is nearly good news. I am very close to hitting the upvote button!
I still need to do some work, but soon I will do so.
Keep up the awesome job - especially in marketing the blockchain! 
👍  ,
properties (23)
authoratmosblack
permlinkre-steemitblog-update-communities-hivemind-20180402t192241656z
categorysteem
json_metadata{"tags":["steem"],"community":"busy","app":"busy/2.4.0"}
created2018-04-02 19:23:00
last_update2018-04-02 19:23:00
depth1
children0
last_payout2018-04-09 19:23:00
cashout_time1969-12-31 23:59:59
total_payout_value0.091 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation17,787,683,795,186
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,988,021
net_rshares40,235,629,642
author_curate_reward""
vote details (2)
@cambridgeport90 ·
can either @roadscape or @steemitblog say anything regarding the ability to use Hive Mind with .NET applications and APIs? One of my main goals, and those of my open source community StormlightTech, is to create blockchain-base d applications that are written in .NET and can integrate with this platform. (one of the things I eventually want to work towards is getting forum and blog modules on [DNN CMS(https://dnnsoftware.com/) to work with the Steemit blockchain; either via SMTs or via Hive; preferably the latter, though if Hive isn't able to talk to the .NET framework, not sure whether or not that's going to work. If these are APIs, though, then they should be able to speak to any language; I've been trying to get rallies started up here on getting .NET support, though none of my proceeding posts have recenved any comments to that affect, so figured I'dtght to the dev sources here. Thanks for any input/feedback.
👍  
properties (23)
authorcambridgeport90
permlinkre-steemitblog-update-communities-hivemind-20180422t155945638z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape","steemitblog"],"links":["https://dnnsoftware.com/"],"app":"steemit/0.1"}
created2018-04-22 15:59:45
last_update2018-04-22 15:59:45
depth1
children0
last_payout2018-04-29 15:59:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length926
author_reputation1,401,167,981,030
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,509,831
net_rshares0
author_curate_reward""
vote details (1)
@capnsostre ·
I'm really excited about the communities feature, but am also looking forward to the possibly faster development times that will come along with this. I know you said that it's the boring bit, but I think anyone really interested in the future of Steem will see this not as boring, but an exciting change that will enable more rapid development on the platform.

Thanks for the update and the great work guys!
👍  ,
properties (23)
authorcapnsostre
permlinkre-steemitblog-update-communities-hivemind-20180402t214348352z
categorysteem
json_metadata{"tags":["steem"],"community":"busy","app":"busy/2.4.0"}
created2018-04-02 21:43:48
last_update2018-04-02 21:43:48
depth1
children1
last_payout2018-04-09 21:43:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length409
author_reputation4,347,066,743,871
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,005,208
net_rshares384,137,007
author_curate_reward""
vote details (2)
@roadscape ·
Yes, absolutely -- maybe boring on the surface but huge in terms of 2nd order effects.
properties (22)
authorroadscape
permlinkre-capnsostre-re-steemitblog-update-communities-hivemind-20180405t044213183z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:42:12
last_update2018-04-05 04:42:12
depth2
children0
last_payout2018-04-12 04:42:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,417,330
net_rshares0
@chekohler ·
Wow this is such great news! 3rd party apps are definately going to benefit and make the steem experience a richer one over all! Exciting times, glad I’m here to see all these things unfold 😬
👍  
properties (23)
authorchekohler
permlinkre-steemitblog-update-communities-hivemind-20180402t183533007z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:35:33
last_update2018-04-02 18:35:33
depth1
children0
last_payout2018-04-09 18:35:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length191
author_reputation524,332,427,393,665
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,981,613
net_rshares0
author_curate_reward""
vote details (1)
@chronocrypto ·
Terrific update. 
**One question though**
***Will it run Minecraft?***
👍  
properties (23)
authorchronocrypto
permlinkre-steemitblog-update-communities-hivemind-20180402t220102080z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 22:01:00
last_update2018-04-02 22:01:00
depth1
children1
last_payout2018-04-09 22:01:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length70
author_reputation380,490,357,539,783
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,007,109
net_rshares0
author_curate_reward""
vote details (1)
@roadscape ·
Not sure about Minecraft, but Doom for sure
👍  
properties (23)
authorroadscape
permlinkre-chronocrypto-re-steemitblog-update-communities-hivemind-20180405t045415686z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:54:15
last_update2018-04-05 04:54:15
depth2
children0
last_payout2018-04-12 04:54:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,418,775
net_rshares0
author_curate_reward""
vote details (1)
@cortexx ·
$1.12
thanks for creating a skeleton that makes steemit a better platform, i hope you guys might wanna solve the problem in traffic network, because sometimes i'm worried about it when it happens. :)
👍  , ,
properties (23)
authorcortexx
permlinkre-steemitblog-update-communities-hivemind-20180407t150207899z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-07 15:02:09
last_update2018-04-07 15:02:09
depth1
children0
last_payout2018-04-14 15:02:09
cashout_time1969-12-31 23:59:59
total_payout_value0.847 HBD
curator_payout_value0.275 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length193
author_reputation4,310,891,351,252
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,833,937
net_rshares257,568,679,545
author_curate_reward""
vote details (3)
@crisdevilgamer ·
ai swap follow, follow me i follow
👎  
properties (23)
authorcrisdevilgamer
permlinkre-steemitblog-update-communities-hivemind-20180403t020037119z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 02:00:51
last_update2018-04-03 02:00:51
depth1
children0
last_payout2018-04-10 02:00:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation-25,936,293,488
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,032,589
net_rshares-1,310,021,338
author_curate_reward""
vote details (1)
@cryptoandcoffee ·
Looks like you have been working very hard. Looks like a lot of work. It is needed desperately hers so hopefully it will be ready soon. No pressure lol.
👍  
properties (23)
authorcryptoandcoffee
permlinkre-steemitblog-update-communities-hivemind-20180402t212340596z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 21:23:39
last_update2018-04-02 21:23:39
depth1
children0
last_payout2018-04-09 21:23:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation3,617,474,307,846,817
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,002,974
net_rshares0
author_curate_reward""
vote details (1)
@cryptohazard ·
I don't like this direction of defaulting a big part of the information and interaction outside of the blokchain. We already, compare to other blockchains, have a low number of full nodes or decentralized way to access the blockchain. Most users access the blockchain only through steemit.com. I am not even speking about the API that stop everything when it is down.

It just feels like one day, we will just forget the blockchain and use only a database *because it is faster*.
👍  
properties (23)
authorcryptohazard
permlinkre-steemitblog-update-communities-hivemind-20180411t202221634z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-11 20:22:24
last_update2018-04-11 20:22:24
depth1
children13
last_payout2018-04-18 20:22:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length479
author_reputation17,111,780,434,071
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,555,530
net_rshares0
author_curate_reward""
vote details (1)
@roadscape ·
You can't easily compare Steem to other blockchains in this regard because it's more advanced and much more utilized. Launching specialized services which are tuned for a specific purpose will help hugely. Developers can run their own hive instances, much lighter than putting everything in a steemd node. And more users can run their own node because they will not be so heavy. Separating concerns allows you to run just the components you need, as opposed to 1 monolith, which would be cost-prohibitive.
👍  
properties (23)
authorroadscape
permlinkre-cryptohazard-re-steemitblog-update-communities-hivemind-20180414t160135302z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-14 16:01:36
last_update2018-04-14 16:01:36
depth2
children2
last_payout2018-04-21 16:01:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length505
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,051,112
net_rshares0
author_curate_reward""
vote details (1)
@cambridgeport90 ·
Yea. Something that me and my open source community can do! I've wanted to help out with the blockchain, though never figured out how I could. Now I know. Thank you @Roadscape for all of the great work and the updates! And ... real quick, do I have permission to test this on Microsoft IIS running Python with the HTTP Platform Handler module? If I can get it to work, my community, StormlightTech (sorry, we don't have a Steem account yet), will become the official supporters of that configuration if you'd like
properties (22)
authorcambridgeport90
permlinkre-roadscape-re-cryptohazard-re-steemitblog-update-communities-hivemind-20180422t153418432z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-22 15:34:15
last_update2018-04-22 15:34:15
depth3
children0
last_payout2018-04-29 15:34:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length513
author_reputation1,401,167,981,030
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,505,715
net_rshares0
@mkucukbekmez ·
Hey @roadscape

Can you help a lot of people watch that video on my profile? It's a charity campaign.

https://steemit.com/tr/@mkucukbekmez/if-10-million-people-watch-this-video-life-village-will-be-established-en-tr-or-busy-org
👍  
properties (23)
authormkucukbekmez
permlinkre-roadscape-re-cryptohazard-re-steemitblog-update-communities-hivemind-20180505t135725610z
categorysteem
json_metadata{"tags":["steem"],"community":"busy","app":"busy/2.4.0"}
created2018-05-05 13:57:27
last_update2018-05-05 13:57:27
depth3
children0
last_payout2018-05-12 13:57:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length228
author_reputation-962,076,190,083
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,027,624
net_rshares238,816,506
author_curate_reward""
vote details (1)
@roadscape ·
> It just feels like one day, we will just forget the blockchain and use only a database because it is faster.

This is an unfounded feeling; Steem cannot exist without the blockchain -- unless for some reason the community wants to get rid of posting rewards and go completely against founding principles.
👍  
properties (23)
authorroadscape
permlinkre-cryptohazard-re-steemitblog-update-communities-hivemind-20180414t160423782z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-14 16:04:24
last_update2018-04-14 16:04:24
depth2
children9
last_payout2018-04-21 16:04:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length306
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,051,515
net_rshares0
author_curate_reward""
vote details (1)
@cryptohazard ·
Steem can exist without a blockchain. I mean, facebook can very well create rewards in their system and even go as far as back it by the shares of facebook Inc (you like, you get some shares). You really don't need a blockchain for that.

This raise the question, does Steem need a blockchain? 
I value a lot the censorship resistance and I think we will see a newspaper on steem at some point. Does anyone else care about that? I think Nope.
Decentralization is another issue. I view the witness production more decentralize than Bitcoin/Ethereum with less than 10 pools that decide everything. As for the access to the blockchain, that is where I am uncomfortable. We are building a system where the main entry point will be steemit(website, api, ...). It bothers me but it doesn't seem to bother much people around here. 
But users care about the reward system, more than anything. The reward system doesn't need a blockchain or doesn't need *everything* to be on the blockchain.
👍  
properties (23)
authorcryptohazard
permlinkre-roadscape-re-cryptohazard-re-steemitblog-update-communities-hivemind-20180415t141551066z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-15 14:15:54
last_update2018-04-15 14:15:54
depth3
children8
last_payout2018-04-22 14:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length982
author_reputation17,111,780,434,071
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,205,761
net_rshares0
author_curate_reward""
vote details (1)
@culgin ·
Totally excited about this update! Looking forward to it!
properties (22)
authorculgin
permlinkre-steemitblog-update-communities-hivemind-20180404t160649088z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 16:06:48
last_update2018-04-04 16:06:48
depth1
children0
last_payout2018-04-11 16:06:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation170,100,255,531,223
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,325,916
net_rshares0
@debiandeb ·
Great to hear. Anticipating what this will look like and in the event that it can reduce a portion of the present issues by building the genuine group this place could be.
👍  ,
properties (23)
authordebiandeb
permlinkre-steemitblog-update-communities-hivemind-20180402t221145229z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 22:11:45
last_update2018-04-02 22:11:45
depth1
children0
last_payout2018-04-09 22:11:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation17,998,673,510
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,008,278
net_rshares159,084,983
author_curate_reward""
vote details (2)
@dhouse ·
$0.25
this is awesome, looking forward. any ballpark ETA? Are we talking this week, this month, 6 months? what's "very close"?
👍  
properties (23)
authordhouse
permlinkre-steemitblog-update-communities-hivemind-20180403t194342790z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 19:43:42
last_update2018-04-03 19:43:42
depth1
children0
last_payout2018-04-10 19:43:42
cashout_time1969-12-31 23:59:59
total_payout_value0.186 HBD
curator_payout_value0.061 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length120
author_reputation4,150,202,158,075
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,173,099
net_rshares82,055,534,340
author_curate_reward""
vote details (1)
@donkeypong ·
Thanks for a terrific update! Very informative and exciting.
👍  ,
properties (23)
authordonkeypong
permlinkre-steemitblog-update-communities-hivemind-20180402t182640264z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:26:42
last_update2018-04-02 18:26:42
depth1
children0
last_payout2018-04-09 18:26:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation431,667,636,679,304
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,980,369
net_rshares1,909,528,141
author_curate_reward""
vote details (2)
@dragosroua ·
Congrats! These kind of posts are like fresh air for the majority of the followers of this project. And we need a lot of fresh air these days!

If I can contribute in some way, I'd be happy to do it!
👍  ,
properties (23)
authordragosroua
permlinkre-steemitblog-update-communities-hivemind-20180402t201328646z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 20:13:27
last_update2018-04-02 20:13:27
depth1
children1
last_payout2018-04-09 20:13:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation372,798,229,806,288
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,994,541
net_rshares612,006,515
author_curate_reward""
vote details (2)
@andrarchy ·
$0.36
Glad you liked it!
👍  ,
properties (23)
authorandrarchy
permlinkre-dragosroua-re-steemitblog-update-communities-hivemind-20180402t204149751z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 20:41:51
last_update2018-04-02 20:41:51
depth2
children0
last_payout2018-04-09 20:41:51
cashout_time1969-12-31 23:59:59
total_payout_value0.343 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation230,168,201,522,782
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,997,980
net_rshares118,344,325,828
author_curate_reward""
vote details (2)
@drakos ·
https://i.imgflip.com/dp3oj.jpg
👍  
properties (23)
authordrakos
permlinkre-steemitblog-update-communities-hivemind-20180402t191431910z
categorysteem
json_metadata{"tags":["steem"],"image":["https://i.imgflip.com/dp3oj.jpg"],"app":"steemit/0.1"}
created2018-04-02 19:14:33
last_update2018-04-02 19:14:33
depth1
children0
last_payout2018-04-09 19:14:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation112,280,226,665,329
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,986,893
net_rshares0
author_curate_reward""
vote details (1)
@edicted ·
$0.07
There are two features I would desperately like to be able to access:

1. Average post payout for a user

2. Post priority

2 is moot because it doesn't exist yet.  I was thinking users need another sliding bar when creating posts so they can give their own posts a priority.  That way you can flood the feed and people have a way to sort through it.
👍  , , ,
properties (23)
authoredicted
permlinkre-steemitblog-update-communities-hivemind-20180402t185732363z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:57:36
last_update2018-04-02 18:57:36
depth1
children0
last_payout2018-04-09 18:57:36
cashout_time1969-12-31 23:59:59
total_payout_value0.067 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length350
author_reputation3,495,391,131,377,506
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,984,615
net_rshares22,844,444,894
author_curate_reward""
vote details (4)
@ejemai ·
This here is an update that is as explanatory as it is educative. Looking forward to see how we can use these new features to grow the Steem  network.
👍  
properties (23)
authorejemai
permlinkre-steemitblog-update-communities-hivemind-20180402t214006626z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 21:40:12
last_update2018-04-02 21:40:12
depth1
children0
last_payout2018-04-09 21:40:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length150
author_reputation265,163,230,573,530
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,004,823
net_rshares0
author_curate_reward""
vote details (1)
@ender ·
$0.05
This comes just as Reddit is ramPing up censorship! Perfect timing. I think steem should dominate the market for providing coin specific delayed discussion on crypto (telegram has real time discussion) . Just get it out ASAP! Should have been out last year.
👍  ,
properties (23)
authorender
permlinkre-steemitblog-update-communities-hivemind-20180403t174700309z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 17:47:03
last_update2018-04-03 17:47:03
depth1
children0
last_payout2018-04-10 17:47:03
cashout_time1969-12-31 23:59:59
total_payout_value0.049 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length257
author_reputation1,104,157,879,002
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,157,137
net_rshares16,878,346,126
author_curate_reward""
vote details (2)
@ervin-lemark ·
Good work :)

Where are the tags / categories hidden in the announcement above?

Will API calls to filter posts by tag still hide past posts like they do now? Or will *ALL* posts that use a tag searched for be returned?

Thank you very much for your reply.
👍  
properties (23)
authorervin-lemark
permlinkre-steemitblog-update-communities-hivemind-20180403t125058898z
categorysteem
json_metadata{"tags":["steem"],"community":"busy","app":"busy/2.4.0"}
created2018-04-03 12:51:06
last_update2018-04-03 12:51:06
depth1
children5
last_payout2018-04-10 12:51:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length256
author_reputation470,453,746,932,587
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,112,723
net_rshares0
author_curate_reward""
vote details (1)
@roadscape ·
Hive currently stores up to the first 5 tags per post, but right now the API only queries the first. There is no limit on age of posts. We can improve tag support, but I think it's more important to focus on communities for organization. Tags are better suited for a search engine (probably a separate service, but could be integrated with hive).
👍  
properties (23)
authorroadscape
permlinkre-ervin-lemark-re-steemitblog-update-communities-hivemind-20180405t045114887z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:51:15
last_update2018-04-05 04:51:15
depth2
children4
last_payout2018-04-12 04:51:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length346
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,418,402
net_rshares0
author_curate_reward""
vote details (1)
@cambridgeport90 ·
Lucene.net, anyone?
properties (22)
authorcambridgeport90
permlinkre-roadscape-re-ervin-lemark-re-steemitblog-update-communities-hivemind-20180422t154842652z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-22 15:48:42
last_update2018-04-22 15:48:42
depth3
children0
last_payout2018-04-29 15:48:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation1,401,167,981,030
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,508,039
net_rshares0
@ervin-lemark ·
Thank you very much for your reply. Understood - hive is for communities :)

Besides, my question wasn't clear enough.

What I am saying is that NOW API calls for any 'tags' queries don't return all the posts with the tags, queried by. The results don't include every post with specific tag. Is this by design?
properties (22)
authorervin-lemark
permlinkre-roadscape-re-ervin-lemark-re-steemitblog-update-communities-hivemind-20180405t214251561z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 21:42:54
last_update2018-04-05 21:42:54
depth3
children2
last_payout2018-04-12 21:42:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length310
author_reputation470,453,746,932,587
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,554,915
net_rshares0
@ferow ·
This is absolutely the best news thus far on the platform. Lately we’ve been waiting for a light of hope, this is exactly what i was waiting for. Thank you so much!!
👍  , , ,
properties (23)
authorferow
permlinkre-steemitblog-update-communities-hivemind-20180402t190741821z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 19:07:42
last_update2018-04-02 19:07:42
depth1
children0
last_payout2018-04-09 19:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation1,140,907,914,839
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,985,944
net_rshares3,912,139,152
author_curate_reward""
vote details (4)
@fitzgibbon ·
$0.35
This is hopefully going to make and filtering a LOT easier! I'm not a developer, so I can't directly build on it or review it, but I'm VERY excited to see what the community is going to do with these powerful new tools!
👍  
properties (23)
authorfitzgibbon
permlinkre-steemitblog-update-communities-hivemind-20180402t195424574z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 19:54:24
last_update2018-04-02 19:54:24
depth1
children0
last_payout2018-04-09 19:54:24
cashout_time1969-12-31 23:59:59
total_payout_value0.260 HBD
curator_payout_value0.086 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation11,307,019,423,785
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,992,095
net_rshares113,746,238,799
author_curate_reward""
vote details (1)
@forykw ·
Eager for the upcoming of this.

If matches with my plans, I am going to buy some more memory for the test node and give it a go again... this time on a non-NAS server.
👍  
properties (23)
authorforykw
permlinkre-steemitblog-update-communities-hivemind-20180403t080351990z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 08:03:51
last_update2018-04-03 08:03:51
depth1
children0
last_payout2018-04-10 08:03:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation93,033,167,481,214
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,076,346
net_rshares0
author_curate_reward""
vote details (1)
@geekorner ·
$3.31
Someone on Discord (@didic) asked me to explain this in layman terms. Since I suspect others might appreciate that, here is my response:

It's quite simple. It's basically going to be a database that tracks certain things on Steemit, and which will be "pingable" for information. Rather than requiring you to always ping the current nodes, which are sometimes slow, overworked, and that you can't make changes to. Hive will actually allow rapid developer changes, because it won't be hosted on nodes that basically mirror witness functions.

So if someone has an idea for a change in hive, they could suggest it, and code it, and it's in. Rather than requiring a witness micro-fork.

And it'll be faster, because it'll also be limited in ignoring the money side of Steemit.
It sounds like they are hoping a new UI/UX will be built off of the features they offer. And I can see that happening, based on this post.

@didic then had the following to say:

>So that all sounds good. I am not used to seeing you respond positively to Steem dev related stuff.

That all sounds good.

My issues with Steem Dev stuff is mostly that it's... slow and bad.
This looks like a great step in the right direction.

I mean. The witness situation (both lack of knowledge and the consensus required, and lack of a central leadership) leads to things happening way too slowly on the development front.

This will allow interested parties to bypass it.

And hopefully finally give Steemit what were basic expected features to any such site about a decade ago.

Nothing bad I see here. All good.

<hr>

So, following the above. About damned time. Good to see this coming. Looking forward to new condensers built off of it, or integration into busy.org.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorgeekorner
permlinkre-steemitblog-update-communities-hivemind-20180402t204805364z
categorysteem
json_metadata{"tags":["steem"],"users":["didic"],"app":"steemit/0.1"}
created2018-04-02 20:48:03
last_update2018-04-02 20:48:03
depth1
children19
last_payout2018-04-09 20:48:03
cashout_time1969-12-31 23:59:59
total_payout_value2.676 HBD
curator_payout_value0.631 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,731
author_reputation5,138,544,146,869
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,998,725
net_rshares1,083,472,081,407
author_curate_reward""
vote details (37)
@andrarchy ·
Thanks for this really thoughtful comment. You're clearly unbiased and willing to call us out when you feel we're not living up to expectations. Thanks for all you do for the Steem blockchain!
👍  , , , ,
properties (23)
authorandrarchy
permlinkre-geekorner-re-steemitblog-update-communities-hivemind-20180403t154450607z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 15:44:51
last_update2018-04-03 15:44:51
depth2
children1
last_payout2018-04-10 15:44:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length192
author_reputation230,168,201,522,782
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,139,533
net_rshares3,130,362,776
author_curate_reward""
vote details (5)
@geekorner ·
I'd say that it's the opposite. Since I've put so many hours into Steemit, and am one of the people taking care of a Steemit-based community (on Discord), I'm quite biased *towards* the platform. So yeah, when I think things are bad, you guys should listen :P

And am glad to see things finally looking very promising :)
👍  ,
properties (23)
authorgeekorner
permlinkre-andrarchy-re-geekorner-re-steemitblog-update-communities-hivemind-20180403t170605139z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 17:06:03
last_update2018-04-03 17:06:03
depth3
children0
last_payout2018-04-10 17:06:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length320
author_reputation5,138,544,146,869
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,151,644
net_rshares1,045,071,600
author_curate_reward""
vote details (2)
@forexbrokr ·
Cheers for the simple summary mate. The community appreciates it.
👍  
properties (23)
authorforexbrokr
permlinkre-geekorner-re-steemitblog-update-communities-hivemind-20180403t013629034z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 01:36:30
last_update2018-04-03 01:36:30
depth2
children1
last_payout2018-04-10 01:36:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation423,122,348,693,842
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,029,995
net_rshares1,411,196,419
author_curate_reward""
vote details (1)
@geekorner ·
It's nice that it had! I'm usually sitting there sad when longer comments (yes, often mine, but that's what I tend to post) sit at the bottom. So it was nice to see some appreciation from the community <3
properties (22)
authorgeekorner
permlinkre-forexbrokr-re-geekorner-re-steemitblog-update-communities-hivemind-20180403t170829855z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 17:08:30
last_update2018-04-03 17:08:30
depth3
children0
last_payout2018-04-10 17:08:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation5,138,544,146,869
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,151,971
net_rshares0
@igster ·
Have you tried busy.org?
properties (22)
authorigster
permlinkre-geekorner-re-steemitblog-update-communities-hivemind-20180403t065132853z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:51:36
last_update2018-04-03 06:51:36
depth2
children3
last_payout2018-04-10 06:51:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation17,415,198,441,969
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,068,063
net_rshares0
@geekorner ·
I mostly use busy.org, but it still lacks most of the functionality discussed. It just presents most of the same functionality in a nicer way. They also currently are again having issues with image previews of posts made there on Discord, which is quite a hassle.
properties (22)
authorgeekorner
permlinkre-igster-re-geekorner-re-steemitblog-update-communities-hivemind-20180403t081035971z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 08:10:33
last_update2018-04-03 08:10:33
depth3
children2
last_payout2018-04-10 08:10:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length263
author_reputation5,138,544,146,869
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,077,101
net_rshares0
@pieter87 ·
Nicely explained.

People keep shouting that steem will replace Facebook and other social media but as you mention, it lacks a lot of expected functionality to even compete with those platforms not to mention the head start and funding they have.  
Lets hope these developments are a step in the right direction to maintain the growth in users and also to keep the new users here.
👍  
properties (23)
authorpieter87
permlinkre-geekorner-re-steemitblog-update-communities-hivemind-20180403t064321020z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:43:21
last_update2018-04-03 06:43:21
depth2
children5
last_payout2018-04-10 06:43:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length380
author_reputation756,077,106,384
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,067,047
net_rshares2,443,779,165
author_curate_reward""
vote details (1)
@geekorner ·
Not to mention social networks in particular need people on them to convince people to come. Why post here when there are 60,000 active daily users, and of which, say, 5% are interested in what you want to discuss, while if say, on reddit 5% of the active users are interested in the topic, you still get *millions* of active users.

But yes, the basic structure definitely has to be put in place first, not just so people will come here, but so we wouldn't bleed users so quickly, just because they can't make heads or tails of this site.
👍  
properties (23)
authorgeekorner
permlinkre-pieter87-re-geekorner-re-steemitblog-update-communities-hivemind-20180403t171613063z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 17:16:12
last_update2018-04-03 17:16:12
depth3
children0
last_payout2018-04-10 17:16:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length539
author_reputation5,138,544,146,869
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,153,084
net_rshares446,863,138
author_curate_reward""
vote details (1)
@littlenewthings ·
I think this could happen, but not immediately.
properties (22)
authorlittlenewthings
permlinkre-pieter87-re-geekorner-re-steemitblog-update-communities-hivemind-20180403t073402215z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 07:34:03
last_update2018-04-03 07:34:03
depth3
children1
last_payout2018-04-10 07:34:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation174,670,461,685,159
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,073,018
net_rshares0
@retiredinsamar ·
$0.11
[SteemThat](https://steemthat.com) already has a good jump on a good UI. Check it out!
👍  
properties (23)
authorretiredinsamar
permlinkre-pieter87-re-geekorner-re-steemitblog-update-communities-hivemind-20180404t020241042z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemthat.com"],"app":"steemit/0.1"}
created2018-04-04 02:02:45
last_update2018-04-04 02:02:45
depth3
children1
last_payout2018-04-11 02:02:45
cashout_time1969-12-31 23:59:59
total_payout_value0.085 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation3,026,823,327,143
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,215,763
net_rshares38,006,332,266
author_curate_reward""
vote details (1)
@r351574nc3 ·
$0.39
> So if someone has an idea for a change in hive, they could suggest it, and code it, and it's in. Rather than requiring a witness micro-fork.

Like all of it. LOL
👍  , ,
properties (23)
authorr351574nc3
permlinkre-geekorner-re-steemitblog-update-communities-hivemind-20180409t035432955z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-09 03:54:36
last_update2018-04-09 03:54:36
depth2
children1
last_payout2018-04-16 03:54:36
cashout_time1969-12-31 23:59:59
total_payout_value0.298 HBD
curator_payout_value0.093 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length163
author_reputation169,747,269,306,049
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,069,554
net_rshares86,104,477,866
author_curate_reward""
vote details (3)
@geekorner ·
What?
properties (22)
authorgeekorner
permlinkre-r351574nc3-re-geekorner-re-steemitblog-update-communities-hivemind-20180409t052909907z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-09 05:29:15
last_update2018-04-09 05:29:15
depth3
children0
last_payout2018-04-16 05:29:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation5,138,544,146,869
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,079,184
net_rshares0
@valth ·
Thanks for explaining it to those of us who are not too technical!
👍  
properties (23)
authorvalth
permlinkre-geekorner-re-steemitblog-update-communities-hivemind-20180403t102053560z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 10:20:54
last_update2018-04-03 10:20:54
depth2
children2
last_payout2018-04-10 10:20:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation74,218,254,347,006
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,092,883
net_rshares1,411,196,419
author_curate_reward""
vote details (1)
@geekorner ·
$0.02
I definitely feel like Steemit is often overly convoluted and there's always room for more people spreading correct and clearly-written information, especially since misinformation spreads so quickly on the platform, so I'm glad to hear it helped :)
👍  ,
properties (23)
authorgeekorner
permlinkre-valth-re-geekorner-re-steemitblog-update-communities-hivemind-20180403t170701571z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 17:07:00
last_update2018-04-03 17:07:00
depth3
children1
last_payout2018-04-10 17:07:00
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length249
author_reputation5,138,544,146,869
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,151,768
net_rshares8,554,472,350
author_curate_reward""
vote details (2)
@gioint ·
great share. thank you so much
properties (22)
authorgioint
permlinkre-steemitblog-update-communities-hivemind-20180404t013500401z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 01:35:00
last_update2018-04-04 01:35:00
depth1
children0
last_payout2018-04-11 01:35:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation1,228,048,024
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,212,704
net_rshares0
@gladysob ·
mil gracias por esta información, te sigo
👍  
properties (23)
authorgladysob
permlinkre-steemitblog-update-communities-hivemind-20180402t202539544z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 20:24:15
last_update2018-04-02 20:24:15
depth1
children0
last_payout2018-04-09 20:24:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation50,649,267,643
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,995,800
net_rshares0
author_curate_reward""
vote details (1)
@gofice ·
I'm really happy that this is happening in steemit platform. I really belive in this ideas and projects. Hope for the best!
properties (22)
authorgofice
permlinkre-steemitblog-update-communities-hivemind-20180403t124637473z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 12:46:42
last_update2018-04-03 12:46:42
depth1
children0
last_payout2018-04-10 12:46:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation2,486,932,460
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,112,156
net_rshares0
@grey580 ·
Where can I RTFM?

And will this all be json? Please tell me it will be json.
👍  
properties (23)
authorgrey580
permlinkre-steemitblog-update-communities-hivemind-20180402t185927748z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:59:27
last_update2018-04-02 18:59:27
depth1
children1
last_payout2018-04-09 18:59:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation11,869,709,267,081
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,984,827
net_rshares0
author_curate_reward""
vote details (1)
@andrarchy ·
https://github.com/steemit/hivemind
👍  
properties (23)
authorandrarchy
permlinkre-grey580-re-steemitblog-update-communities-hivemind-20180402t191831533z
categorysteem
json_metadata{"tags":["steem"],"links":["https://github.com/steemit/hivemind"],"app":"steemit/0.1"}
created2018-04-02 19:18:30
last_update2018-04-02 19:18:30
depth2
children0
last_payout2018-04-09 19:18:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation230,168,201,522,782
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,987,425
net_rshares0
author_curate_reward""
vote details (1)
@hasbydiaz ·
Excellent update @roadscape! Pleased to discover this type of proposals from the community. Greetings from Venezuela and continue the work so great that you do
👍  
properties (23)
authorhasbydiaz
permlinkre-steemitblog-update-communities-hivemind-20180402t211841672z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-02 20:46:39
last_update2018-04-02 20:46:39
depth1
children0
last_payout2018-04-09 20:46:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation926,109,590,764
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,998,550
net_rshares0
author_curate_reward""
vote details (1)
@headchange ·
Can't wait to see how the community features work. Will stay tuned for sure.  Thanks for the update
properties (22)
authorheadchange
permlinkre-steemitblog-update-communities-hivemind-20180402t175948088z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 17:59:48
last_update2018-04-02 17:59:48
depth1
children0
last_payout2018-04-09 17:59:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation904,096,029,719
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,976,553
net_rshares0
@hilladigahackles ·
this is damn fine! looking forward
properties (22)
authorhilladigahackles
permlinkre-steemitblog-update-communities-hivemind-20180409t083436569z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-09 08:34:39
last_update2018-04-09 08:34:39
depth1
children0
last_payout2018-04-16 08:34:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation27,242,391,794,632
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,099,990
net_rshares0
@hiroyamagishi ·
$1.11
Glad to see this and more and more community platform is being built on Steem blockchain. Cant wait see this in fully function in the near future great post @steemitblog
👍  , ,
👎  
properties (23)
authorhiroyamagishi
permlinkre-steemitblog-update-communities-hivemind-20180403t105942814z
categorysteem
json_metadata{"tags":["steem"],"users":["steemitblog"],"app":"steemit/0.1"}
created2018-04-03 10:59:45
last_update2018-04-03 10:59:45
depth1
children0
last_payout2018-04-10 10:59:45
cashout_time1969-12-31 23:59:59
total_payout_value1.108 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation71,901,302,671,995
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,097,869
net_rshares363,736,204,506
author_curate_reward""
vote details (4)
@hmushtaq ·
Awesome. This is a developer's dream come true :)
👍  
properties (23)
authorhmushtaq
permlinkre-steemitblog-update-communities-hivemind-20180403t075031293z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 07:50:33
last_update2018-04-03 07:50:33
depth1
children0
last_payout2018-04-10 07:50:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation5,954,376,833,183
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,074,841
net_rshares0
author_curate_reward""
vote details (1)
@inertia ·
$7.44
properties (23)
authorinertia
permlinkre-steemitblog-update-communities-hivemind-20180402t182110059z
categorysteem
json_metadata{"tags":["steem"],"image":["https://img.youtube.com/vi/L2zqTYgcpfg/0.jpg"],"links":["https://www.youtube.com/watch?v=L2zqTYgcpfg"],"app":"steemit/0.1"}
created2018-04-02 18:21:09
last_update2018-04-02 18:21:09
depth1
children2
last_payout2018-04-09 18:21:09
cashout_time1969-12-31 23:59:59
total_payout_value5.592 HBD
curator_payout_value1.844 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation346,568,901,399,561
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,979,640
net_rshares2,425,652,157,336
author_curate_reward""
vote details (21)
@acidyo ·
$0.02
This really is what it must feel like building on a blockchain.
👍  , ,
properties (23)
authoracidyo
permlinkre-inertia-re-steemitblog-update-communities-hivemind-20180402t185409793z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:54:12
last_update2018-04-02 18:54:12
depth2
children0
last_payout2018-04-09 18:54:12
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation3,333,765,401,066,364
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,984,180
net_rshares7,397,803,862
author_curate_reward""
vote details (3)
@surfyogi · (edited)
$0.18
THANKS MAN!
OMG
GOD! I LOVE THIS JOB!!
👍  , , , , ,
properties (23)
authorsurfyogi
permlinkre-inertia-re-steemitblog-update-communities-hivemind-20180402t214055558z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 21:40:54
last_update2018-04-02 21:41:12
depth2
children0
last_payout2018-04-09 21:40:54
cashout_time1969-12-31 23:59:59
total_payout_value0.142 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation31,155,045,810,316
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,004,909
net_rshares60,697,660,546
author_curate_reward""
vote details (6)
@intelliguy ·
$0.20
Some actual "use" cases of hivemind in production mode would be nice to see... who is using it, and what they think of it.

Demonstrating it app-wise will help people see it working and get them even more excited.

Which projects do you know of, that are currently planning on using hivemind?
👍  
properties (23)
authorintelliguy
permlinkre-steemitblog-update-communities-hivemind-20180404t145516764z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 14:55:12
last_update2018-04-04 14:55:12
depth1
children1
last_payout2018-04-11 14:55:12
cashout_time1969-12-31 23:59:59
total_payout_value0.196 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length292
author_reputation62,276,657,564,898
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,314,142
net_rshares64,978,260,268
author_curate_reward""
vote details (1)
@roadscape ·
Many devs are interested in evaluating hive; we will put out a call for testers after internal QA is complete. Hive should be good enough to become a standard.
properties (22)
authorroadscape
permlinkre-intelliguy-re-steemitblog-update-communities-hivemind-20180405t043213304z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:32:12
last_update2018-04-05 04:32:12
depth2
children0
last_payout2018-04-12 04:32:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,416,086
net_rshares0
@jassennessaj ·
$0.68
This literally made me more excited about the platform! Thanks @roadscape for being an amazing and inspiring person. Thanks for clearing doubts! :)
👍  
properties (23)
authorjassennessaj
permlinkre-steemitblog-update-communities-hivemind-20180403t042014227z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-03 04:20:15
last_update2018-04-03 04:20:15
depth1
children0
last_payout2018-04-10 04:20:15
cashout_time1969-12-31 23:59:59
total_payout_value0.679 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length147
author_reputation158,167,711,482,591
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,049,102
net_rshares222,500,872,287
author_curate_reward""
vote details (1)
@jm90mm ·
Thanks for the update, looking forward to this!
👍  
properties (23)
authorjm90mm
permlinkre-steemitblog-update-communities-hivemind-20180402t192402460z
categorysteem
json_metadata{"tags":["steem"],"community":"bsteem","app":"bsteem"}
created2018-04-02 19:24:03
last_update2018-04-02 19:24:03
depth1
children0
last_payout2018-04-09 19:24:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation6,703,389,694,751
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,988,161
net_rshares0
author_curate_reward""
vote details (1)
@johngiver ·
I'd love to see this implemented in the near future eventho I've only just joined steemit . I'd like to see the community transition once we get those API and go into beta.
👍  
properties (23)
authorjohngiver
permlinkre-steemitblog-update-communities-hivemind-20180402t194813686z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 19:48:15
last_update2018-04-02 19:48:15
depth1
children0
last_payout2018-04-09 19:48:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation85,098,381
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,991,315
net_rshares0
author_curate_reward""
vote details (1)
@jpphotography ·
Thanks for this update @roadscape. I believe that Hivemind will pave the way for Steemit to become a major community platform. With the right features, Steemit communities could eventually not only replace Reddit, but even become a replacement for Facebook groups (which are the only reason that I still have a Facebook account!).

We at @travelfeed are desperately awaiting these features as they will make our curation job so much easier as well as help to grow the travel community on Steemit! I would love to see some features that would make steemit.chat/discord/skype groups like our Steemit Travellers Discord obsolete and bring many of the features that Discord groups are currently used for to the Steem Blockchain (e.g. a community calender for organising meetups and community posts managed by multiple mods e.g. for collecting contests relevant to the community), eventually even an integrated community chat (maybe outside the blockchain since I am not sure how a chat could work on a Blockchain with 3 seconds between blocks).

Is there any ETA for Hivemind 1.5 (I know you said in an earlier post that you won't set dates, but roughly maybe?)? We are thinking about developing a steem-python bot for @travelfeed to make our curation work easier, but Hivemind would make most if not all of it obsolete, so there is no point in putting a lot of time into developing a bot if Hivemind will be available soon!
👍  ,
properties (23)
authorjpphotography
permlinkre-steemitblog-update-communities-hivemind-20180402t222119709z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape","travelfeed"],"app":"steemit/0.1"}
created2018-04-02 22:21:18
last_update2018-04-02 22:21:18
depth1
children1
last_payout2018-04-09 22:21:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,420
author_reputation130,520,405,558,348
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,009,327
net_rshares3,083,004,655
author_curate_reward""
vote details (2)
@roadscape ·
Yes, I'm excited for hivemind to strengthen the community's ability to organize. I hope it will make old tools obsolete so devs can focus on building even more powerful ones. I can say we'll provide another update when 1.0 is ready for testers (soon as we finish the initial test) with an outlook for 1.5.
👍  ,
properties (23)
authorroadscape
permlinkre-jpphotography-re-steemitblog-update-communities-hivemind-20180405t044018834z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:40:24
last_update2018-04-05 04:40:24
depth2
children0
last_payout2018-04-12 04:40:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length305
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,417,123
net_rshares2,870,716,647
author_curate_reward""
vote details (2)
@jungleonion ·
This was a really exciting  post :)
👍  
properties (23)
authorjungleonion
permlinkre-steemitblog-update-communities-hivemind-20180403t001653641z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 00:16:54
last_update2018-04-03 00:16:54
depth1
children0
last_payout2018-04-10 00:16:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation4,875,597,435,967
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,021,482
net_rshares0
author_curate_reward""
vote details (1)
@kamran600 ·
Nice
properties (22)
authorkamran600
permlinkre-steemitblog-201844t133124733z
categorysteem
json_metadata{"tags":["steem","communities","hivemind","hive"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-04-04 08:31:33
last_update2018-04-04 08:31:33
depth1
children0
last_payout2018-04-11 08:31:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation62,134,034,150
root_title"Update: Communities/Hivemind"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,260,245
net_rshares0
@kingscrown ·
cant wait for hivemidn to kick in
👍  
properties (23)
authorkingscrown
permlinkre-steemitblog-update-communities-hivemind-20180405t024553634z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 02:45:54
last_update2018-04-05 02:45:54
depth1
children0
last_payout2018-04-12 02:45:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation2,114,606,667,003,741
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,403,372
net_rshares853,728,307
author_curate_reward""
vote details (1)
@kommienezuspadt ·
Congratulations on this achievement! I can imagine how many late nights and peppermints you’ve burned through to implement this. I can’t wait to see the adoption.
👍  
properties (23)
authorkommienezuspadt
permlinkre-steemitblog-update-communities-hivemind-20180402t212049497z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 21:20:48
last_update2018-04-02 21:20:48
depth1
children0
last_payout2018-04-09 21:20:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length162
author_reputation969,862,093,724,440
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,002,643
net_rshares0
author_curate_reward""
vote details (1)
@kwarteng88 ·
Is really  a good project you guys are embarking on to increase the interaction rate of the steem community at large,just continue working on the accuracy and efficiency. .
Will be waiting for your next update..thank you
properties (22)
authorkwarteng88
permlinkre-steemitblog-update-communities-hivemind-20180813t114425238z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-08-13 11:44:27
last_update2018-08-13 11:44:27
depth1
children0
last_payout2018-08-20 11:44:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length220
author_reputation117,157,559,828
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,049,676
net_rshares0
@lakey123 ·
Thanks; for the update; A lot of people have been waiting to hear from the team I m excited to see what communities will bring? We need ways for more people to get attention for good
👍  
properties (23)
authorlakey123
permlinkre-steemitblog-update-communities-hivemind-20180402t181842737z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:18:51
last_update2018-04-02 18:18:51
depth1
children0
last_payout2018-04-09 18:18:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation-364,129,202
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,979,334
net_rshares0
author_curate_reward""
vote details (1)
@lanmis ·
Honestly, how do you manage to build all of this.
I'm no coder and from my point of view this looks super hard thing to do.
I have more chances to go out on a date with Adriana Lima than learning how to do this what you do
properties (22)
authorlanmis
permlinkre-steemitblog-update-communities-hivemind-20180529t010821891z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-05-29 01:08:24
last_update2018-05-29 01:08:24
depth1
children0
last_payout2018-06-05 01:08:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length222
author_reputation100,989,919,796
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,196,992
net_rshares0
@lemouth ·
Glad to read this! I can't wait anymore :)
👍  
properties (23)
authorlemouth
permlinkre-steemitblog-update-communities-hivemind-20180402t213954472z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 21:39:54
last_update2018-04-02 21:39:54
depth1
children0
last_payout2018-04-09 21:39:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation338,011,164,701,274
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,004,785
net_rshares0
author_curate_reward""
vote details (1)
@liberosist · (edited)
$0.30
I've been waiting for Communities for more than a year now. For me, it's an essential piece of the social networking puzzle that'll make Steem usable. I've been following progress on GitHub. Look forward to Hive 1.5. Thanks for all the hard work over the many months. 

I'm also quite intrigued by the stuff in 2.0+ - gamification, rep score replacement etc. Hope to see those in 2019. 

Unless I'm mistaken, it seems like community names will be directly tied to Steem accounts. Sadly, a lot of high value, universally popular community names are owned by account name squatters. It'd be a shame to have stuff like "science", "movies", "gaming", or "france" run by random abusers. Do we have a solution for this?
👍  , , , , , , ,
properties (23)
authorliberosist
permlinkre-steemitblog-update-communities-hivemind-20180402t184408904z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:44:12
last_update2018-04-02 18:46:03
depth1
children4
last_payout2018-04-09 18:44:12
cashout_time1969-12-31 23:59:59
total_payout_value0.233 HBD
curator_payout_value0.070 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length713
author_reputation177,167,275,265,899
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,982,824
net_rshares99,421,274,793
author_curate_reward""
vote details (8)
@glenalbrethsen ·
I would be very interested in knowing this too. If accounts are the only way to form a community, how will we also interact? Does that mean one account for a community and one account for say, posting and commenting? Anyway, I appreciate you @liberosist asking the question.
properties (22)
authorglenalbrethsen
permlinkre-liberosist-re-steemitblog-update-communities-hivemind-20180403t034554384z
categorysteem
json_metadata{"tags":["steem"],"users":["liberosist"],"app":"steemit/0.1"}
created2018-04-03 03:45:33
last_update2018-04-03 03:45:33
depth2
children0
last_payout2018-04-10 03:45:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length274
author_reputation123,853,032,378,097
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,044,976
net_rshares0
@roadscape ·
$2.01
👍communities are absolutely essential and needed ASAP.  As I mentioned in another comment, it’s amazing to see how far we’ve come with such primitive tools. Can only imagine where the next generation might take us..

Wrt names, it's a concern but there's a lot of plain words on other platforms which are reserved or closed off. A lot of the best content is niche to some extent, with names reflecting that. If it's truly an issue we *can* implement a 2nd layer namespace.
👍  , , , ,
properties (23)
authorroadscape
permlinkre-liberosist-re-steemitblog-update-communities-hivemind-20180405t050644626z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 05:06:45
last_update2018-04-05 05:06:45
depth2
children1
last_payout2018-04-12 05:06:45
cashout_time1969-12-31 23:59:59
total_payout_value1.513 HBD
curator_payout_value0.498 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length472
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,420,286
net_rshares662,886,775,948
author_curate_reward""
vote details (5)
@therealwolf ·
I'm quite happy with my name, but 2nd layer namespace sounds interesting!
properties (22)
authortherealwolf
permlinkre-roadscape-re-liberosist-re-steemitblog-update-communities-hivemind-20180407t184344031z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-07 18:43:42
last_update2018-04-07 18:43:42
depth3
children0
last_payout2018-04-14 18:43:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation581,693,011,827,252
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,864,176
net_rshares0
@surfyogi · (edited)
Let a MILLION community account names bloom?
I currently buy from blocktrades..
properties (22)
authorsurfyogi
permlinkre-liberosist-re-steemitblog-update-communities-hivemind-20180403t063858682z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:38:57
last_update2018-04-03 06:39:33
depth2
children0
last_payout2018-04-10 06:38:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation31,155,045,810,316
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,066,510
net_rshares0
@limabeing ·
I'm very excited to see if this can help @teamgirlpowa and @feminism reach their goals !! Thanks for your gard work. I need to find a developer to help me with the hive hehe
👍  
properties (23)
authorlimabeing
permlinkre-steemitblog-update-communities-hivemind-20180404t071040910z
categorysteem
json_metadata{"tags":["steem"],"users":["teamgirlpowa","feminism"],"app":"steemit/0.1"}
created2018-04-04 07:10:39
last_update2018-04-04 07:10:39
depth1
children0
last_payout2018-04-11 07:10:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation3,088,840,635,985
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,250,903
net_rshares1,963,516,326
author_curate_reward""
vote details (1)
@lordneroo · (edited)
$0.03
Thanks for everything you're doing @roadscape! I'm really looking forward to using Hivemind, Communities will be the best thing to ever happen on the Steem blockchain and projects like this add value to the platform.

Stay awesome!
👍  , ,
properties (23)
authorlordneroo
permlinkre-steemitblog-update-communities-hivemind-20180402t185934923z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-02 18:59:36
last_update2018-04-02 20:12:36
depth1
children0
last_payout2018-04-09 18:59:36
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length231
author_reputation266,559,244,769,431
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,984,844
net_rshares10,361,484,977
author_curate_reward""
vote details (3)
@lukestokes ·
$0.07
Excellent update! Thank you so much.

>  It’s akin to upgrading an airplane engine mid-flight while making sure there are no hiccups and all controls work as usual.

That's a perfect description to help people understand the complexities involved here. Thank you.

Communications like this, though they take time and effort away form doing the actual work of coding, are critically important to the community of investors, authors, witnesses, and participants who support all the underlying value which makes this worth doing in the first place. Thank you for demonstrating how much you value us by spending your limited, valuable time on this communication.
👍  , , ,
properties (23)
authorlukestokes
permlinkre-steemitblog-update-communities-hivemind-20180402t212211233z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 21:22:12
last_update2018-04-02 21:22:12
depth1
children4
last_payout2018-04-09 21:22:12
cashout_time1969-12-31 23:59:59
total_payout_value0.059 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length658
author_reputation555,771,080,901,562
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,002,815
net_rshares23,413,230,987
author_curate_reward""
vote details (4)
@mejustandrew ·
Indeed, that was a great comparison! I hope this plane will keep on flying without any shuddered :D
👍  
properties (23)
authormejustandrew
permlinkre-lukestokes-re-steemitblog-update-communities-hivemind-20180402t214334306z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 21:43:33
last_update2018-04-02 21:43:33
depth2
children0
last_payout2018-04-09 21:43:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation6,245,491,946,485
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,005,189
net_rshares0
author_curate_reward""
vote details (1)
@surfyogi · (edited)
So Luke, you tell me please, about the last issue Dan raised on STEEM I am aware of?
Someone owns 51% of the STEEM chain, is that true?

AT THIS POINT SEEMS LIKE THE ELEPHANT IN THE ROOM 2 ME
👍  
properties (23)
authorsurfyogi
permlinkre-lukestokes-re-steemitblog-update-communities-hivemind-20180403t064357243z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:43:57
last_update2018-04-03 06:44:27
depth2
children2
last_payout2018-04-10 06:43:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length191
author_reputation31,155,045,810,316
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,067,133
net_rshares0
author_curate_reward""
vote details (1)
@lukestokes ·
Can you clarify what you mean by “owns the STEEM chain”? Steemit, inc does own quite a bit of STEEM tokens and they aren’t currently voting for any witnesses though, technically, nothing prevents them from doing so (other than economic rational self-interest).

This has been discussed at length by witnesses so I wouldn’t call it the elephant in the room. Some ideas thrown around include making their accounts non-voting accounts and adjusting the savings system to have a variable lock-up time so their tokens could be locked up via smart contract. There’s talk of them using their holdings to support SMT launches, but that’s speculation at this point. The main reason for the funds (as far as I know) was to pay for the onboarding faucet, but now that we have delegation (and the possibility of some form of account mining in the future), it’s a little less clear what the funds are for.
👍  
properties (23)
authorlukestokes
permlinkre-surfyogi-re-lukestokes-re-steemitblog-update-communities-hivemind-20180403t110537170z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 11:05:36
last_update2018-04-03 11:05:36
depth3
children1
last_payout2018-04-10 11:05:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length892
author_reputation555,771,080,901,562
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,098,552
net_rshares0
author_curate_reward""
vote details (1)
@mariska.lubis ·
$0.04
We need to make Steemian understand the importance of having a strong communities, inspite of all differences we all need to support Steem, blockchain technology and crypto to grow, and accepted by the world as a changes toward a better life and future. I think Steemit should also consider about Steemians that are "far away" from investors abd can not afford to invest, we need to keep on the track that Steemit is social media that are not for capitalist, but social character. I hope this program will lead us back to this character as 1ned always said in the beginning.
👍  ,
properties (23)
authormariska.lubis
permlinkre-steemitblog-update-communities-hivemind-20180403t015110684z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 01:51:24
last_update2018-04-03 01:51:24
depth1
children0
last_payout2018-04-10 01:51:24
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length574
author_reputation50,200,784,399,702
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,031,507
net_rshares14,861,187,398
author_curate_reward""
vote details (2)
@masterthematrix ·
Great job@roadscape we all are very appreciating your time and work. Maybe you could also tell us something about the support you have gotten from Steemit inc.? Please also report us what could be done better in terms of developer support, communication with the steemit community and the overall experience you had to develop this amazing tool in full flight!!!
👍  
properties (23)
authormasterthematrix
permlinkre-steemitblog-update-communities-hivemind-20180403t015831487z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 01:58:30
last_update2018-04-03 01:58:30
depth1
children0
last_payout2018-04-10 01:58:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length362
author_reputation9,868,666,626,842
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,032,286
net_rshares0
author_curate_reward""
vote details (1)
@maverickinvictus ·
Thank you for the update and will look forward how this will change the aspect of communities in Steem!
👍  
properties (23)
authormaverickinvictus
permlinkre-steemitblog-update-communities-hivemind-20180402t185158172z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:52:00
last_update2018-04-02 18:52:00
depth1
children0
last_payout2018-04-09 18:52:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation49,890,876,340,190
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,983,912
net_rshares0
author_curate_reward""
vote details (1)
@maya222 ·
your work just mindblowing
👍  
properties (23)
authormaya222
permlinkre-steemitblog-update-communities-hivemind-20180403t042358800z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 04:24:03
last_update2018-04-03 04:24:03
depth1
children0
last_payout2018-04-10 04:24:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation-87,069,346,487
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,049,556
net_rshares0
author_curate_reward""
vote details (1)
@meditateonthat ·
@blackpimple another steem blockchain project to look into. Dev-friendly, community-oriented 
👍  
properties (23)
authormeditateonthat
permlinkre-steemitblog-update-communities-hivemind-20180403t151142816z
categorysteem
json_metadata{"tags":["steem"],"community":"busy","app":"busy/2.4.0"}
created2018-04-03 15:11:48
last_update2018-04-03 15:11:48
depth1
children0
last_payout2018-04-10 15:11:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation783,553,378,276
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,134,354
net_rshares0
author_curate_reward""
vote details (1)
@mejustandrew ·
This is great to hear, can't wait to see them and hopefully this release will increase the value of Steem. I am actually confident that the intrinsic value of Steem will increase with this one!

I just habe a question, how is performance improvements of the STeem blockchain going? I mean full nodes require more thn 256 GB of RAM right now, if I understand correctly, and that is a lot!
👍  ,
properties (23)
authormejustandrew
permlinkre-steemitblog-update-communities-hivemind-20180402t184925829z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:44:42
last_update2018-04-02 18:44:42
depth1
children3
last_payout2018-04-09 18:44:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length387
author_reputation6,245,491,946,485
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,982,898
net_rshares1,794,995,023
author_curate_reward""
vote details (2)
@timcliff ·
@andrarchy recently mentioned on a podcast interview that they plan to do a post about this topic soon.
👍  ,
properties (23)
authortimcliff
permlinkre-mejustandrew-re-steemitblog-update-communities-hivemind-20180402t194419855z
categorysteem
json_metadata{"tags":["steem"],"users":["andrarchy"],"app":"steemit/0.1"}
created2018-04-02 19:44:21
last_update2018-04-02 19:44:21
depth2
children2
last_payout2018-04-09 19:44:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation272,954,445,077,789
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,990,803
net_rshares1,794,995,023
author_curate_reward""
vote details (2)
@andrarchy ·
Yup! ^
👍  
properties (23)
authorandrarchy
permlinkre-timcliff-re-mejustandrew-re-steemitblog-update-communities-hivemind-20180402t194907320z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 19:49:06
last_update2018-04-02 19:49:06
depth3
children0
last_payout2018-04-09 19:49:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation230,168,201,522,782
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,991,414
net_rshares1,794,995,023
author_curate_reward""
vote details (1)
@mejustandrew ·
I have listened to that podcast, it was on steem witness forum on msp waves. It still cocernes me and I have seen a lot of witnesses worried about this so this is why I was asking. I want to hear that this is addressed and it is a priority, as many people here think.

Thank you for takimg the time to answer my comment, I hope we will hear more updates from you guys soon!
👍  ,
properties (23)
authormejustandrew
permlinkre-timcliff-re-mejustandrew-re-steemitblog-update-communities-hivemind-20180402t200606786z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 20:01:24
last_update2018-04-02 20:01:24
depth3
children0
last_payout2018-04-09 20:01:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length373
author_reputation6,245,491,946,485
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,993,026
net_rshares1,794,995,023
author_curate_reward""
vote details (2)
@memobi ·
black mirron dizisi gibi
properties (22)
authormemobi
permlinkre-steemitblog-update-communities-hivemind-20180404t102138365z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 10:21:42
last_update2018-04-04 10:21:42
depth1
children0
last_payout2018-04-11 10:21:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation744,664,187,957
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,274,191
net_rshares0
@mindtrap · (edited)
$0.03
Your work is just amazing @roadscape. and i assume that this is gonna be equally good with steemd.If only everyone contributed as much as you do for the growth and further development of the platform.Communities is what will help users to find their identities.I can't really think of something better right now
Cheers brother
👍  , ,
properties (23)
authormindtrap
permlinkre-steemitblog-update-communities-hivemind-20180402t190752571z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-02 19:07:48
last_update2018-04-02 19:10:39
depth1
children0
last_payout2018-04-09 19:07:48
cashout_time1969-12-31 23:59:59
total_payout_value0.031 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length326
author_reputation321,424,717,682,467
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,985,959
net_rshares11,117,599,652
author_curate_reward""
vote details (3)
@msp3k ·
This post has been curated by MSP3k.com
<center>![](https://i.imgur.com/GU9jFP9.png)</center>

This post has been resteemed from MSP3K courtesy of @aggroed from the Minnow Support Project ( @minnowsupport ).

Bots Information:
- @lovejuice
- @nettybot
- @netuoso
- @minnowsupport
- @msp-lovebot
- @msp-waves
- @msp-nomad
- @msp-shanehug

[Join the P.A.L. Discord](https://discord.gg/tuJsjYk) | [Check out MSPSteem](https://www.mspsteem.com) | [Listen to MSP-Waves](http://mspwaves.com)
👍  
properties (23)
authormsp3k
permlinkthis-post-has-been-curated-by-msp3k-com-1522694335
categorysteem
json_metadata{"tags":["minnowsupport","msp3k","minnowsupportproject","steemit","minnowsunite"],"app":"msp3k/1.0","format":"markdown+html","community":"minnowsupport"}
created2018-04-02 18:39:09
last_update2018-04-02 18:39:09
depth1
children0
last_payout2018-04-09 18:39:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length445
author_reputation13,793,178,213,594
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,982,146
net_rshares484,753,861
author_curate_reward""
vote details (1)
@musicmojonez ·
Great news and some truly needed advances are now possible. Resteemed.
Particularly looking forward to see these options being implemented:

"reactions, bookmarks
comment on resteems
indexing of custom profile data
reorganizing of old posts (categorize, filter, hide/show)
voting/polls (democratic or burn/send to vote)"
👍  
properties (23)
authormusicmojonez
permlinkre-steemitblog-update-communities-hivemind-20180405t194042920z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 19:40:42
last_update2018-04-05 19:40:42
depth1
children0
last_payout2018-04-12 19:40:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length320
author_reputation78,994,207,865
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,541,007
net_rshares249,395,210
author_curate_reward""
vote details (1)
@nafestw ·
$0.03
Sounds really great, but I just had a look on the GitHub repo of hivemind and there hasn’t been a single commit for more than two weeks.

There seem to be a lot of talented developers in the STEEM community, so why don’t you try to move development more in the open?
👍  ,
properties (23)
authornafestw
permlinkre-steemitblog-update-communities-hivemind-20180403t053302909z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 05:33:03
last_update2018-04-03 05:33:03
depth1
children1
last_payout2018-04-10 05:33:03
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length266
author_reputation2,113,027,036,393
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,058,018
net_rshares10,930,777,768
author_curate_reward""
vote details (2)
@roadscape ·
Development is all open. I'm currently assisting with a few other projects while ops works on getting hive launched in production.
👍  
properties (23)
authorroadscape
permlinkre-nafestw-re-steemitblog-update-communities-hivemind-20180405t044728608z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:47:27
last_update2018-04-05 04:47:27
depth2
children0
last_payout2018-04-12 04:47:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,417,956
net_rshares0
author_curate_reward""
vote details (1)
@nameless-berk ·
$0.25
Still
>nearing completion

4 months later, are you? How's it going, very rapidly, I suppose?
👍  , ,
properties (23)
authornameless-berk
permlinkre-steemitblog-update-communities-hivemind-20180727t225622943z
categorysteem
json_metadata{"community":"busy","app":"busy/2.5.3","format":"markdown","tags":["steem"],"users":[],"links":[],"image":[]}
created2018-07-27 22:56:24
last_update2018-07-27 22:56:24
depth1
children0
last_payout2018-08-03 22:56:24
cashout_time1969-12-31 23:59:59
total_payout_value0.194 HBD
curator_payout_value0.060 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length92
author_reputation7,902,785,300,195
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,212,715
net_rshares140,035,742,678
author_curate_reward""
vote details (3)
@negativer ·
$0.71
Some beautiful, long clamored for features in here. The way you describe it, it almost sounds like everything with steemit.com will turn out...just fine.

Soon.

Hopefully the steemit core of quality content producing people can hold themselves together that long against the barrage of negativity that seems to be choking up my feed lately. (Anti bots, anti whale, anti bernie, anti self-vote, etc).

Just...gotta...hang...in there.

Thanks for taking time out of your busy schedule to update us muddy folks in the trenches with this progress report.
👍  , , , , ,
properties (23)
authornegativer
permlinkre-steemitblog-update-communities-hivemind-20180402t175804974z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 17:58:06
last_update2018-04-02 17:58:06
depth1
children1
last_payout2018-04-09 17:58:06
cashout_time1969-12-31 23:59:59
total_payout_value0.545 HBD
curator_payout_value0.163 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length551
author_reputation15,437,925,547,686
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,976,296
net_rshares231,899,701,888
author_curate_reward""
vote details (6)
@geekorner ·
Though, some of that negativity is warranted, and a bit funny to hear you, with your username of all people, saying it, heh.

I mean, on this platform, it's up to us to fix what we find to be an issue. That starts with identifying it and convincing others of it. I think that the bot situation is literally killing bots. But it won't get better if we ignore it. It's only gotten worse month over month this year.

And while the stuff mentioned in this post is great, it doesn't undo all the other stuff that needs fixing. That negativity is not actually negativity for its own sake, but a call to action.
👍  ,
properties (23)
authorgeekorner
permlinkre-negativer-re-steemitblog-update-communities-hivemind-20180402t205044438z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 20:50:42
last_update2018-04-02 20:50:42
depth2
children0
last_payout2018-04-09 20:50:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length604
author_reputation5,138,544,146,869
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,999,049
net_rshares3,049,331,971
author_curate_reward""
vote details (2)
@onetin84 ·
$0.33
The high level support for a better user experience is something i can relate to and i'm excited to see it coming for Steemit! Currently i'm using steemit.com most of the time but there is a natural urge for things like unresteem.. if you think "i made a mistake, please undo!" and i think there are many other things which developers can now provide more easily to handle the big data created by millions of Steemians soon. Maybe it will support also things like:
- finding appropriate user profiles to follow (interests, topics, behaviour) as recommendations "it looks like user x has similar interests like you. Visit his blog now!"
- to get a better access to something like "channels" topic-related
- reputation profiles which reveal user behaviour for better understanding
- gamification with level-up (rep, rewards,..) achievements integrated in one sleak UI like Steemitboard
- recommendations for topics, posts of interest (filter bubble)

..to make Steemit to a more natural extension of daily life.
👍  , ,
properties (23)
authoronetin84
permlinkre-steemitblog-update-communities-hivemind-20180402t234703227z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 23:47:00
last_update2018-04-02 23:47:00
depth1
children1
last_payout2018-04-09 23:47:00
cashout_time1969-12-31 23:59:59
total_payout_value0.251 HBD
curator_payout_value0.080 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,009
author_reputation14,311,794,737,668
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,018,321
net_rshares109,666,705,499
author_curate_reward""
vote details (3)
@surfyogi ·
Cool suggestions!
properties (22)
authorsurfyogi
permlinkre-onetin84-re-steemitblog-update-communities-hivemind-20180403t063704308z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:37:03
last_update2018-04-03 06:37:03
depth2
children0
last_payout2018-04-10 06:37:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation31,155,045,810,316
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,066,262
net_rshares0
@paksylus ·
Hello, are you looking to earn extra cash? Earn money by paid surveys and etc. I recommend Clixsense. Free to sign up by clicking below link.

http://www.clixsense.com/?8172285
👍  
👎  
properties (23)
authorpaksylus
permlinkre-steemitblog-update-communities-hivemind-20180402t213619456z
categorysteem
json_metadata{"tags":["steem"],"links":["http://www.clixsense.com/?8172285"],"app":"steemit/0.1"}
created2018-04-02 21:33:42
last_update2018-04-02 21:33:42
depth1
children0
last_payout2018-04-09 21:33:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length176
author_reputation-159,898,225,077
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,004,120
net_rshares-12,762,517,221
author_curate_reward""
vote details (2)
@paulag ·
this is brilliant.  The list of features rocks.  Glad to see analytics in there

I believe communities to be core in Steemit, unfortunately all of these communities gather off steemit at the moment.  This is a welcome and anticipated change and I will be there to champion it.

I wonder in the more part will it include direct messaging???
👍  
properties (23)
authorpaulag
permlinkre-steemitblog-update-communities-hivemind-20180402t221318097z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 22:13:21
last_update2018-04-02 22:13:21
depth1
children2
last_payout2018-04-09 22:13:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length339
author_reputation274,264,287,951,003
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,008,454
net_rshares0
author_curate_reward""
vote details (1)
@roadscape ·
Direct/group messaging itself isn't well-suited for blockchain storage but it could definitely be a steemd side protocol!
👍  
properties (23)
authorroadscape
permlinkre-paulag-re-steemitblog-update-communities-hivemind-20180405t044416099z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:44:15
last_update2018-04-05 04:44:15
depth2
children1
last_payout2018-04-12 04:44:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,417,581
net_rshares0
author_curate_reward""
vote details (1)
@paulag ·
if we want really communities to be formed on steemit then someone should look at creating this side protocol.  Thank you for the update @roadscape
👍  
properties (23)
authorpaulag
permlinkre-roadscape-re-paulag-re-steemitblog-update-communities-hivemind-20180405t092133353z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-05 09:21:36
last_update2018-04-05 09:21:36
depth3
children0
last_payout2018-04-12 09:21:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length147
author_reputation274,264,287,951,003
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,450,671
net_rshares0
author_curate_reward""
vote details (1)
@paulavg ·
I'm glad to see this post, very useful!
👍  
properties (23)
authorpaulavg
permlinkre-steemitblog-update-communities-hivemind-20180402t194636885z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 19:46:39
last_update2018-04-02 19:46:39
depth1
children0
last_payout2018-04-09 19:46:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation2,247,178,691,414
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,991,112
net_rshares0
author_curate_reward""
vote details (1)
@phoenixwren · (edited)
Commenting on resteems and organizing old posts - THANK YOU! 😃
properties (22)
authorphoenixwren
permlinkre-steemitblog-update-communities-hivemind-20180403t055948835z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:00:00
last_update2018-04-03 06:00:36
depth1
children0
last_payout2018-04-10 06:00:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation257,164,421,568,167
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,061,655
net_rshares0
@pnc ·
Congrat @roadscape and team for the advancement of HiveMind project. It's hard to build something and I remenber the introduction of these projects at our last Steemfest. Many things have been going on in various part of the world around Steem and making sure we have a strong technology is not an easy task. Hive will sustain and empower different communities with different need. Communication is important and i appreciate the time taken to give an update of the advancement of Hive.  Thks for the updates!
properties (22)
authorpnc
permlinkre-steemitblog-update-communities-hivemind-20180507t150339819z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-05-07 15:03:36
last_update2018-05-07 15:03:36
depth1
children0
last_payout2018-05-14 15:03:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length509
author_reputation31,743,007,487,651
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id54,397,439
net_rshares0
@preparedwombat ·
$0.29
>We anticipate that the Steem blockchain will become *the* place to be to discuss everything and anything under the sun.

If that were to come to pass, it would have immense implications that we can only begin to guesstimate. A new world emerging.
👍  ,
properties (23)
authorpreparedwombat
permlinkre-steemitblog-update-communities-hivemind-20180403t005608180z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 00:56:09
last_update2018-04-03 00:56:09
depth1
children4
last_payout2018-04-10 00:56:09
cashout_time1969-12-31 23:59:59
total_payout_value0.222 HBD
curator_payout_value0.070 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation865,002,108,198,564
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,025,593
net_rshares96,165,012,824
author_curate_reward""
vote details (2)
@surfyogi ·
IF you buy the account name for the community, OR IF registration gets fixed and I don't think this post speaks to that... so it's scattered in that regard. HF 20 fixes registration issues or no?
properties (22)
authorsurfyogi
permlinkre-preparedwombat-re-steemitblog-update-communities-hivemind-20180403t064620470z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:46:21
last_update2018-04-03 06:46:21
depth2
children2
last_payout2018-04-10 06:46:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length195
author_reputation31,155,045,810,316
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,067,416
net_rshares0
@preparedwombat ·
>HF 20 fixes registration issues or no?

As I understand it, yes.
properties (22)
authorpreparedwombat
permlinkre-surfyogi-re-preparedwombat-re-steemitblog-update-communities-hivemind-20180403t154029283z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 15:40:30
last_update2018-04-03 15:40:30
depth3
children1
last_payout2018-04-10 15:40:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation865,002,108,198,564
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,138,834
net_rshares0
@surfyogi ·
but only IF u buy the subject name?!
properties (22)
authorsurfyogi
permlinkre-preparedwombat-re-steemitblog-update-communities-hivemind-20180403t185734044z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 18:57:33
last_update2018-04-03 18:57:33
depth2
children0
last_payout2018-04-10 18:57:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation31,155,045,810,316
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,166,982
net_rshares0
@r351574nc3 · (edited)
$0.88
:/ I love that communities are coming to steemit and some of the features sound good too, but I would rather see communities integrated as tenants on the steemit platform. 

I would like more support for community driven tools. I see support for bots, but really? Bots?  There's so much more that has been made. This feels more like a monolith than a microservice. It would be nice if there were hooks that allowed users to link applications by tenant.

I'd like to see identity management instead of normalized profile data. 

I dunno. I like the features, but I feel like I'm shopping at goodwill instead of macy's. Like I'm being teased by what this could be in another year.
👍  , , , , , , ,
properties (23)
authorr351574nc3
permlinkre-steemitblog-update-communities-hivemind-20180402t194220089z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 19:42:18
last_update2018-04-08 15:10:54
depth1
children12
last_payout2018-04-09 19:42:18
cashout_time1969-12-31 23:59:59
total_payout_value0.668 HBD
curator_payout_value0.213 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length678
author_reputation169,747,269,306,049
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,990,523
net_rshares289,117,496,597
author_curate_reward""
vote details (8)
@lextenebris ·
Here's the thing: any API tool that could be used to make something interesting can also be used by a bot. That's how we got all the bots we have. Any tool which can be used for insight and interaction can be used for automation.

If you want to remove the ability to automate, you have to remove the ability to interact. You don't want that. That is exactly the opposite of what you want.

Personally, my disappointment with this is that it is intended to only cover some of the social network side of the database and not, explicitly, the rest of the available public information on the blockchain which is specifically about wallets and transactions and money. That's going to be a real problem for people who are currently doing things like research into the interaction between the social network and fiscal/financial transactions on the blockchain.

And before you go and look at some of my recent work, yes, that means some forms of automated detection of bot-like behavior in order to make it easier for people to filter out those accounts.

I'm curious as to what the API for content-access is going to look like for building new discovery systems for content off the top of it. It looks like Hive will be a great boon for that kind of research. I'm looking forward to that part and of the fact that it should be easily accessible in Python.

I'm a little discontent that I will continue to have to go through a third party database provider to continue to have access to some of the most important data on the blockchain. That is more than a little annoying.

It is, however, good to see any kind of real development going on. Finally.
👍  
properties (23)
authorlextenebris
permlinkre-r351574nc3-re-steemitblog-update-communities-hivemind-20180403t033549839z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 03:35:48
last_update2018-04-03 03:35:48
depth2
children11
last_payout2018-04-10 03:35:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,645
author_reputation19,924,972,401,084
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,043,735
net_rshares402,227,326
author_curate_reward""
vote details (1)
@r351574nc3 ·
$0.20
I'm not really opposed to bots or automation. Bots are IMHO intended for convenience. I don't want to make this political though. There's lots of software out there, and for better or worse, it comes down to people.

I just know that because bots are automated that they can only give superficial interactions with data, users, etc... Basically, it's software that's...not a high priority for a lot of people. We have a large set of data and potential to build really meaningful software from it. 

1000% agree with you though. I think we all were hoping for more and we get treated like kids in a toys-r-us.
👍  , ,
properties (23)
authorr351574nc3
permlinkre-lextenebris-re-r351574nc3-re-steemitblog-update-communities-hivemind-20180403t040147066z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 04:01:45
last_update2018-04-03 04:01:45
depth3
children3
last_payout2018-04-10 04:01:45
cashout_time1969-12-31 23:59:59
total_payout_value0.168 HBD
curator_payout_value0.035 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length608
author_reputation169,747,269,306,049
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,046,939
net_rshares67,251,911,321
author_curate_reward""
vote details (3)
@roadscape ·
$0.71
Hive has a tight focus on social and ignores financial only because they are two different use cases with quite different performance/integrity requirements. You may be interested in [SBDS](https://github.com/steemit/sbds) which is concerned with all raw operations and account histories.
👍  
properties (23)
authorroadscape
permlinkre-lextenebris-re-r351574nc3-re-steemitblog-update-communities-hivemind-20180405t051320150z
categorysteem
json_metadata{"tags":["steem"],"links":["https://github.com/steemit/sbds"],"app":"steemit/0.1"}
created2018-04-05 05:13:21
last_update2018-04-05 05:13:21
depth3
children2
last_payout2018-04-12 05:13:21
cashout_time1969-12-31 23:59:59
total_payout_value0.530 HBD
curator_payout_value0.176 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length288
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,421,116
net_rshares233,380,655,536
author_curate_reward""
vote details (1)
@teknow ·
That'a what I'm wondering too.. on where that data lives.
It appears that it will NOT be part of the blockchain.
>Much of the information that app developers want to leverage is not consensus-critical; that is, it either does not belong in a blockchain node or it doesn’t need to be accessed directly from one. Instead, we can store all the relevant information in a traditional database and keep it in sync with the blockchain, while adding new custom layers of logic and features. 

How can they boast that they have a superior blockchian when their solutions is to add layers where the bulk of the data will live. Databases which ARE NOT decentralized and worse, the features which separate a blockchain from a regular system WON'T be part of that layer...

I don't see this as a good thing.
Fragmentation DOES NOT make a system superior.
👍  
properties (23)
authorteknow
permlinkre-lextenebris-re-r351574nc3-re-steemitblog-update-communities-hivemind-20180404t062757079z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 06:27:54
last_update2018-04-04 06:27:54
depth3
children3
last_payout2018-04-11 06:27:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length841
author_reputation1,338,108,277,063
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,245,913
net_rshares723,709,553
author_curate_reward""
vote details (1)
@rashley01 ·
Good idea my friend! :)
__________________________________________________
Your simple UPVOTE can help feed Completely abandoned street children, click link below for further information.
[Your UPVOTES and DONATION matters to the less fortunate street children of Manila.](https://steemit.com/donation/@rashley01/saving-and-feeding-street-child-2018-4-6-10-24-48)
![street.children](https://i.imgur.com/lCmRHd7.jpg)
properties (22)
authorrashley01
permlinkre-steemitblog-update-communities-hivemind-20180513t101436509z
categorysteem
json_metadata{"tags":["steem"],"image":["https://i.imgur.com/lCmRHd7.jpg"],"links":["https://steemit.com/donation/@rashley01/saving-and-feeding-street-child-2018-4-6-10-24-48"],"app":"steemit/0.1"}
created2018-05-13 10:13:03
last_update2018-05-13 10:13:03
depth1
children0
last_payout2018-05-20 10:13:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length415
author_reputation565,026,695,378
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id55,440,454
net_rshares0
@resteemable ·
**Your Post Has Been Featured on @Resteemable!** <br> Feature any Steemit post using resteemit.com! <br> **How It Works:** <br> 1. Take Any Steemit URL <br> 2. Erase `https://` <br> 3. Type `re`<br> Get Featured Instantly & Featured Posts are voted every 2.4hrs <br>[Join the Curation Team Here](https://goo.gl/forms/4sr0InoTxcyPRQSj2) | [Vote Resteemable for Witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=resteemable&approve=1)
👍  
properties (23)
authorresteemable
permlinkre-resteemable-update-communities-hivemind-20180403t062304189z
categorysteem
json_metadata""
created2018-04-03 06:23:03
last_update2018-04-03 06:23:03
depth1
children0
last_payout2018-04-10 06:23:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length453
author_reputation711,299,530,826
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,064,563
net_rshares0
author_curate_reward""
vote details (1)
@retiredinsamar ·
$0.10
I'm no techie by a long shot, but where does this leave SMT's? I'm not sure how it all ties in together.
👍  ,
properties (23)
authorretiredinsamar
permlinkre-steemitblog-update-communities-hivemind-20180404t020535898z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 02:05:45
last_update2018-04-04 02:05:45
depth1
children1
last_payout2018-04-11 02:05:45
cashout_time1969-12-31 23:59:59
total_payout_value0.099 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation3,026,823,327,143
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,216,121
net_rshares32,689,384,229
author_curate_reward""
vote details (2)
@roadscape ·
$0.05
They are in parallel development, and can eventually be used together
👍  ,
properties (23)
authorroadscape
permlinkre-retiredinsamar-re-steemitblog-update-communities-hivemind-20180405t043418102z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:34:18
last_update2018-04-05 04:34:18
depth2
children0
last_payout2018-04-12 04:34:18
cashout_time1969-12-31 23:59:59
total_payout_value0.041 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,416,371
net_rshares17,920,084,125
author_curate_reward""
vote details (2)
@rob-mclean ·
Interesting stuff, thanks for getting word out.
properties (22)
authorrob-mclean
permlinkre-steemitblog-update-communities-hivemind-20180402t234002740z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 23:40:30
last_update2018-04-02 23:40:30
depth1
children0
last_payout2018-04-09 23:40:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation1,151,884,372
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,017,638
net_rshares0
@sajib7 ·
$0.10
Thanks for your updates. we love steemit a lot.
👍  ,
properties (23)
authorsajib7
permlinkre-steemitblog-update-communities-hivemind-20180402t214134621z
categorysteem
json_metadata{"tags":["steem"],"community":"busy","app":"busy/2.4.0"}
created2018-04-02 21:41:39
last_update2018-04-02 21:41:39
depth1
children0
last_payout2018-04-09 21:41:39
cashout_time1969-12-31 23:59:59
total_payout_value0.076 HBD
curator_payout_value0.025 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation4,272,505,969,958
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,004,984
net_rshares34,028,480,243
author_curate_reward""
vote details (2)
@santamorillo ·
Excelente post, creo que todos deseamos estar dentro de esa colmena de conocimientos y aprendizajes continuos gracias por compartir.
👍  
properties (23)
authorsantamorillo
permlinkre-steemitblog-update-communities-hivemind-20180403t002230356z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 00:22:33
last_update2018-04-03 00:22:33
depth1
children0
last_payout2018-04-10 00:22:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation22,347,706,471,665
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,022,122
net_rshares0
author_curate_reward""
vote details (1)
@sequentialvibe ·
$0.18
Awesome work! Can't wait!
👍  ,
properties (23)
authorsequentialvibe
permlinkre-steemitblog-update-communities-hivemind-20180402t175910991z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 17:59:12
last_update2018-04-02 17:59:12
depth1
children0
last_payout2018-04-09 17:59:12
cashout_time1969-12-31 23:59:59
total_payout_value0.134 HBD
curator_payout_value0.044 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation58,071,622,698,770
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,976,446
net_rshares58,825,235,903
author_curate_reward""
vote details (2)
@sharminwadud ·
happy to see this.
properties (22)
authorsharminwadud
permlinkre-steemitblog-update-communities-hivemind-20180404t114123617z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 11:41:36
last_update2018-04-04 11:41:36
depth1
children0
last_payout2018-04-11 11:41:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation171,335,157,417
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,284,602
net_rshares0
@smokeasare165 ·
you write plenty comments to get $0.1 hmmmm... this is serious...thanks for the update
properties (22)
authorsmokeasare165
permlinkre-steemitblog-update-communities-hivemind-20180403t214857844z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 21:49:00
last_update2018-04-03 21:49:00
depth1
children0
last_payout2018-04-10 21:49:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation514,137,420,082
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,188,652
net_rshares0
@sndbox ·
$0.23
Thank you @steemitblog team and @roadscape for the exciting update! We appreciate the transparency and can't wait for `hivemind 1 & 1.5`. Thank you for developing new tools to empower Steem growth and communities! **Steem on :)**

ps... looking forward to *unresteeming*... and even more so for *reunresteeming* hopefully in the near future ;)
👍  , , , , , ,
properties (23)
authorsndbox
permlinkre-steemitblog-update-communities-hivemind-20180402t175643866z
categorysteem
json_metadata{"tags":["steem"],"users":["steemitblog","roadscape"],"app":"steemit/0.1"}
created2018-04-02 17:56:42
last_update2018-04-02 17:56:42
depth1
children0
last_payout2018-04-09 17:56:42
cashout_time1969-12-31 23:59:59
total_payout_value0.197 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length343
author_reputation633,122,316,798,067
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,976,117
net_rshares74,987,786,984
author_curate_reward""
vote details (7)
@steamdan ·
Thank you for adressing our future steps. It means a lot to be included into a project and many more, but most important, how we decide to build everything as a team, as a real "society". 

I have this problem around my steemd, keeps showing me twice and even three times every activity log, is that happening right now to others, or is it something that can be fixed on mine?

Again, thank you for taking the time to explain even more, and to let us be a part of the team. Cheers!
properties (22)
authorsteamdan
permlinkre-steemitblog-update-communities-hivemind-20180408t045728584z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-08 04:57:48
last_update2018-04-08 04:57:48
depth1
children0
last_payout2018-04-15 04:57:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length481
author_reputation7,748,725,134,961
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,917,288
net_rshares0
@steevc ·
$0.05
Thanks for the update. A lot of people have been waiting to hear from the team. I'm excited to see what communities will bring. We need ways for more people to get attention for good content without having to buy it. Trending is just useless as it stands.
👍  , ,
properties (23)
authorsteevc
permlinkre-steemitblog-update-communities-hivemind-20180402t180358743z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:04:00
last_update2018-04-02 18:04:00
depth1
children3
last_payout2018-04-09 18:04:00
cashout_time1969-12-31 23:59:59
total_payout_value0.049 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length255
author_reputation1,380,635,968,441,450
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,977,190
net_rshares18,205,284,148
author_curate_reward""
vote details (3)
@surfyogi ·
$0.09
TRENDING IS VERY HELPFUL as it let's us know who is raping the rewards pool?
👍  , ,
properties (23)
authorsurfyogi
permlinkre-steevc-re-steemitblog-update-communities-hivemind-20180403t064223693z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:42:24
last_update2018-04-03 06:42:24
depth2
children2
last_payout2018-04-10 06:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.076 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation31,155,045,810,316
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,066,943
net_rshares29,629,018,935
author_curate_reward""
vote details (3)
@cambridgeport90 ·
You can say that again LOL. It ain't me. I'm just trying to get a foothold, and for some reason, I can't suspecting it's because I can't use images without a sighted assistant?
properties (22)
authorcambridgeport90
permlinkre-surfyogi-re-steevc-re-steemitblog-update-communities-hivemind-20180422t151915307z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-22 15:19:12
last_update2018-04-22 15:19:12
depth3
children0
last_payout2018-04-29 15:19:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length176
author_reputation1,401,167,981,030
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,503,294
net_rshares0
@valued-customer ·
XD
properties (22)
authorvalued-customer
permlinkre-surfyogi-re-steevc-re-steemitblog-update-communities-hivemind-20180404t210740889z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 21:07:45
last_update2018-04-04 21:07:45
depth3
children0
last_payout2018-04-11 21:07:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation356,431,390,808,797
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,366,675
net_rshares0
@street.yoga ·
>reorganizing of old posts (categorize, filter, hide/show)

Now that is what I'm excited about, finaly some structure, hopefully steemit.com will implement that.
properties (22)
authorstreet.yoga
permlinkre-steemitblog-update-communities-hivemind-20180402t175447724z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 17:54:48
last_update2018-04-02 17:54:48
depth1
children0
last_payout2018-04-09 17:54:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation2,738,791,069,636
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,975,850
net_rshares0
@surfyogi ·
I am an impatient MOFO!
👍  
properties (23)
authorsurfyogi
permlinkre-steemitblog-update-communities-hivemind-20180403t063520318z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 06:35:21
last_update2018-04-03 06:35:21
depth1
children0
last_payout2018-04-10 06:35:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation31,155,045,810,316
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,066,042
net_rshares0
author_curate_reward""
vote details (1)
@tarazkp ·
$0.72
Good to hear. Looking forward to what all this will look like and if it can alleviate some of the current issues by helping to build the real community this place could be. Hopefully it will encourage more engagement and manual curation again.
👍  , , , , , , ,
properties (23)
authortarazkp
permlinkre-steemitblog-update-communities-hivemind-20180402t181353113z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 18:13:54
last_update2018-04-02 18:13:54
depth1
children0
last_payout2018-04-09 18:13:54
cashout_time1969-12-31 23:59:59
total_payout_value0.583 HBD
curator_payout_value0.134 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length243
author_reputation5,877,429,285,255,621
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,978,679
net_rshares234,597,566,790
author_curate_reward""
vote details (8)
@tarekadam ·
That is awesome news, thank you for the update on hivemind!
👍  
properties (23)
authortarekadam
permlinkre-steemitblog-update-communities-hivemind-20180403t043844927z
categorysteem
json_metadata{"tags":["steem"],"community":"busy","app":"busy/2.4.0"}
created2018-04-03 04:38:45
last_update2018-04-03 04:38:45
depth1
children0
last_payout2018-04-10 04:38:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation50,131,776,387,207
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,051,300
net_rshares0
author_curate_reward""
vote details (1)
@teamsteem ·
$0.05
This is really exciting1 I can only imagine how much work you have put into this.
👍  , ,
properties (23)
authorteamsteem
permlinkre-steemitblog-update-communities-hivemind-20180402t231221024z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 23:12:21
last_update2018-04-02 23:12:21
depth1
children0
last_payout2018-04-09 23:12:21
cashout_time1969-12-31 23:59:59
total_payout_value0.037 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation284,804,541,406,803
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,014,711
net_rshares15,552,671,375
author_curate_reward""
vote details (3)
@teamsteem ·
This is really exciting! I can only imagine how much work you have put into this.
👍  
properties (23)
authorteamsteem
permlinkre-steemitblog-update-communities-hivemind-20180402t231249808z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 23:12:51
last_update2018-04-02 23:12:51
depth1
children0
last_payout2018-04-09 23:12:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation284,804,541,406,803
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,014,749
net_rshares360,403,864
author_curate_reward""
vote details (1)
@techslut ·
Finally something happening! And an informative update about it!!! My prayers have been answered! :P
👍  
properties (23)
authortechslut
permlinkre-steemitblog-update-communities-hivemind-20180402t210709281z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 21:07:12
last_update2018-04-02 21:07:12
depth1
children0
last_payout2018-04-09 21:07:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation111,778,832,002,739
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,001,074
net_rshares0
author_curate_reward""
vote details (1)
@thegoldenphoenix ·
$0.20
#### We anticipate that the Steem blockchain will become the place to be to discuss everything and anything under the sun ####
no one like to walk in the dark and no one is comfortable when somebody else is trying to still his data without his knowledge ..... and i hope that someday we will be able to be free
👍  , , , , ,
properties (23)
authorthegoldenphoenix
permlinkre-steemitblog-update-communities-hivemind-20180402t230931538z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 23:09:45
last_update2018-04-02 23:09:45
depth1
children0
last_payout2018-04-09 23:09:45
cashout_time1969-12-31 23:59:59
total_payout_value0.195 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length310
author_reputation10,798,378,750,231
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,014,457
net_rshares65,091,677,586
author_curate_reward""
vote details (6)
@therealwolf ·
Amazing progress @roadscape. Really excited to see it in action!
👍  
properties (23)
authortherealwolf
permlinkre-steemitblog-update-communities-hivemind-20180402t194946345z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-02 19:49:45
last_update2018-04-02 19:49:45
depth1
children0
last_payout2018-04-09 19:49:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation581,693,011,827,252
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,991,497
net_rshares0
author_curate_reward""
vote details (1)
@troyvandeventer ·
* It’s designed to be a developer-friendly layer on top of the Steem blockchain that will enable any developer to access a database containing all the social information stored on the Steem blockchain without having to rely on minimalistic core blockchain APIs. 

How does this affect the 'Decentralized' aspect of STEEM?  If the information is in a database is it not then 'Centralized'?  This is probably a dumb question, but I am not a Code Geek.
👍  
properties (23)
authortroyvandeventer
permlinkre-steemitblog-update-communities-hivemind-20180402t233928465z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 23:39:30
last_update2018-04-02 23:39:30
depth1
children4
last_payout2018-04-09 23:39:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length449
author_reputation85,611,991,768
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,017,507
net_rshares0
author_curate_reward""
vote details (1)
@roadscape ·
Hive only reads from the blockchain, and simply provides a convenient way to query the same underlying data.
👍  
properties (23)
authorroadscape
permlinkre-troyvandeventer-re-steemitblog-update-communities-hivemind-20180405t044606696z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 04:46:06
last_update2018-04-05 04:46:06
depth2
children0
last_payout2018-04-12 04:46:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,417,815
net_rshares0
author_curate_reward""
vote details (1)
@timcliff ·
Anyone who wants to can run their own local instance of Hivemind and have their own copy of the data.
👍  
properties (23)
authortimcliff
permlinkre-troyvandeventer-re-steemitblog-update-communities-hivemind-20180403t044708699z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 04:47:09
last_update2018-04-03 04:47:09
depth2
children2
last_payout2018-04-10 04:47:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation272,954,445,077,789
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,052,283
net_rshares0
author_curate_reward""
vote details (1)
@nafestw ·
$0.04
How will this work with things not stored on the blockchain such as bookmarks?
👍  ,
properties (23)
authornafestw
permlinkre-timcliff-re-troyvandeventer-re-steemitblog-update-communities-hivemind-20180403t053531456z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 05:35:30
last_update2018-04-03 05:35:30
depth3
children1
last_payout2018-04-10 05:35:30
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation2,113,027,036,393
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,058,355
net_rshares12,813,836,814
author_curate_reward""
vote details (2)
@tsnaks ·
Jesus this looks amazing

But always when new things come out i am so scared of testing them.
I am scared of being scammed or phished.

If you could get some big people to use the system i will use it too :)


Good luck !
👍  
properties (23)
authortsnaks
permlinkre-steemitblog-update-communities-hivemind-20180402t203127320z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 20:31:27
last_update2018-04-02 20:31:27
depth1
children0
last_payout2018-04-09 20:31:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation64,970,776,884,394
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,996,668
net_rshares0
author_curate_reward""
vote details (1)
@tts ·
To listen to the audio version of this article click on the play image.
[![](https://s18.postimg.org/51o0kpijd/play200x46.png)](http://ec2-52-72-169-104.compute-1.amazonaws.com/steemitblog__update-communities-hivemind.mp3)
Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvote this reply.
👍  
properties (23)
authortts
permlinkre-update-communities-hivemind-20180402t180126
categorysteem
json_metadata""
created2018-04-02 18:01:27
last_update2018-04-02 18:01:27
depth1
children0
last_payout2018-04-09 18:01:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length348
author_reputation-4,535,154,553,995
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,976,813
net_rshares0
author_curate_reward""
vote details (1)
@twq-ip2pglobal ·
We are an extraordinary new upcoming Personal Financing Lending Platform that’s currently in Pre-ICO stage!! If you think this will help you then please hit that follow @twq-ip2pglobal or give us an upvote🙆‍♂️🙆‍♂️🙆‍♂️!! Thanks and happy steeming
👎  
properties (23)
authortwq-ip2pglobal
permlinkre-steemitblog-update-communities-hivemind-20180403t081628308z
categorysteem
json_metadata{"tags":["steem"],"users":["twq-ip2pglobal"],"app":"steemit/0.1"}
created2018-04-03 08:16:27
last_update2018-04-03 08:16:27
depth1
children0
last_payout2018-04-10 08:16:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length245
author_reputation-29,193,946,676
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,077,825
net_rshares-50,853,524,223
author_curate_reward""
vote details (1)
@warsishah ·
https://steemit.com/natureloverss/@warsishah/remember-follow-up

Dear,
Plz upvote quickly, thank you
properties (22)
authorwarsishah
permlinkre-steemitblog-update-communities-hivemind-20180409t154011280z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/natureloverss/@warsishah/remember-follow-up"],"app":"steemit/0.1"}
created2018-04-09 15:40:15
last_update2018-04-09 15:40:15
depth1
children0
last_payout2018-04-16 15:40:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation56,357,733,193
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,156,718
net_rshares0
@wencela40 ·
thanks for the infomation ,very good
👍  
properties (23)
authorwencela40
permlinkre-steemitblog-update-communities-hivemind-20180402t230319510z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 22:28:30
last_update2018-04-02 22:28:30
depth1
children0
last_payout2018-04-09 22:28:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation1,395,675,103
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,010,114
net_rshares0
author_curate_reward""
vote details (1)
@whatamidoing ·
$0.04
Some great things for the average user mentioned here:

- bookmarks
- caregorizing of old posts and filters 
- mentions indexing
- rich statistics

polls and comments on resteemed could be interesting too!

Question :  what are follow lists?  Will we be able to make categories of users from our list of follows, for example filter out our favorite users to check their posts or filter out users who post certain kinds of material that we organize into our own lists?  This would be the king of all updates to how we interact on steemit!
👍  ,
properties (23)
authorwhatamidoing
permlinkre-steemitblog-update-communities-hivemind-20180403t083335333z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 08:33:39
last_update2018-04-03 08:33:39
depth1
children0
last_payout2018-04-10 08:33:39
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length537
author_reputation186,276,751,633,766
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,079,717
net_rshares14,861,187,398
author_curate_reward""
vote details (2)
@wil1liam ·
I'm looking forward to all the amazing stuff we as a community will build with this...
👍  
properties (23)
authorwil1liam
permlinkre-steemitblog-update-communities-hivemind-20180402t222658158z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-02 22:27:12
last_update2018-04-02 22:27:12
depth1
children0
last_payout2018-04-09 22:27:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation1,063,086,811,817
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,009,981
net_rshares0
author_curate_reward""
vote details (1)
@yabapmatt ·
$1.66
Thank you for this great update @roadscape! I can't tell you how excited I am for all of this to be available and how appreciative I am of the hard work you're doing to make it happen!

Please let me know if there is anything I can do to help.
👍  , , , , , , , , , , , , , ,
properties (23)
authoryabapmatt
permlinkre-steemitblog-update-communities-hivemind-20180402t180520425z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-02 18:05:18
last_update2018-04-02 18:05:18
depth1
children22
last_payout2018-04-09 18:05:18
cashout_time1969-12-31 23:59:59
total_payout_value1.355 HBD
curator_payout_value0.303 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length243
author_reputation160,224,638,135,630
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,977,378
net_rshares541,396,792,610
author_curate_reward""
vote details (15)
@gofice ·
Yeah i feel in the same way. All depends on thinking that you can do every think and this guy is going forward.
👍  
properties (23)
authorgofice
permlinkre-yabapmatt-re-steemitblog-update-communities-hivemind-20180403t124414279z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-03 12:44:18
last_update2018-04-03 12:44:18
depth2
children0
last_payout2018-04-10 12:44:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation2,486,932,460
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,111,845
net_rshares391,583,981
author_curate_reward""
vote details (1)
@roadscape ·
$9.77
It’s my intention that hive creates the infrastructure which helps ALL contribute much more effectively. It’s amazing to see how far we’ve come with such primitive tools. But it’s time for a major upgrade.

Hive core gives developers a flexible layer which allows them to create more powerful tools and interfaces.

Hive communities give everyone the ability to ORGANIZE around a set of values, and the power to do so effectively. It also introduces a new dynamic of influence which does not have anything to do with SP. Minnows can mute whales. Unlike other platforms the moderation log will be fully transparent.

Such a system will be far more effective than anything we have today for **connecting creators and curators**. Curators will be attracted to communities which are well-organized: focused, high-quality, low-noise.

Easier to curate good content = easier to get paid for good content. Curators influence the flow of rewards, but their tools are crude. Now the power will be in your hands.
👍  , , , , , , , , , , , ,
properties (23)
authorroadscape
permlinkre-yabapmatt-re-steemitblog-update-communities-hivemind-20180404t232034402z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 23:20:36
last_update2018-04-04 23:20:36
depth2
children20
last_payout2018-04-11 23:20:36
cashout_time1969-12-31 23:59:59
total_payout_value7.338 HBD
curator_payout_value2.433 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,002
author_reputation27,406,317,697,121
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,380,380
net_rshares3,224,293,612,102
author_curate_reward""
vote details (13)
@ackza ·
Wubalubadub dub...... Rick

were goin to bendigo
properties (22)
authorackza
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180419t052227982z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-19 05:22:30
last_update2018-04-19 05:22:30
depth3
children0
last_payout2018-04-26 05:22:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation287,776,574,693,472
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,882,779
net_rshares0
@bitrocker2020 ·
that's indeed the way to go. Communities should take the responsibility to curate within their own communities thus strengthening the bond within. So looking forward to this to launch !
properties (22)
authorbitrocker2020
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180406t025218425z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-06 02:52:18
last_update2018-04-06 02:52:18
depth3
children0
last_payout2018-04-13 02:52:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length185
author_reputation974,750,896,734,572
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,588,293
net_rshares0
@denmarkguy ·
$0.04
**@roadscape,** this all looks good and sounds promising, and.... well, I'm with **@surfermarly** in saying that "connecting creators and curators" sounds great!

The reason that makes me happy is that it has often seemed like almost everything that comes from STINC is about developers and apps and SMTs... which is all good and fine, but there's a large population of us who live down here at what you might call the "retail level" of Steemit. 

Our concern isn't what we can *develop* but how we can interact with the site, with the content, and with each other. The biggest challenge we face is that content discovery is difficult and often clumsy. We have few fundamental social content tools to make the curation process easier. Even on Farcebook and twatter, you can (for example) sort the people you follow into "groups" from which you can create custom feeds. 

I feel hopeful that hivemind/communities will allow for better categorization of content... and NOT ONLY for those who speak fluent C++. php or whatever technical underpinnings run this place. We need tools on Steemit that work along the lines of *"explain this to me like I'm a five-year old."*

Yes, it IS amazing how far we've come with "primitive tools!" (Thank God I still remember how to speak HTML!) and kudos for that. On the other hand, to gain ANY sort of mass market following, this needs to become a slickly coded, user-friendly, intuitive user interface. 

I hope that's at least PART of what's on the way!
👍  ,
properties (23)
authordenmarkguy
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180406t033934406z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape","surfermarly"],"app":"steemit/0.1"}
created2018-04-06 03:39:36
last_update2018-04-06 03:39:36
depth3
children2
last_payout2018-04-13 03:39:36
cashout_time1969-12-31 23:59:59
total_payout_value0.033 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,490
author_reputation1,151,937,885,442,492
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,593,287
net_rshares15,120,123,968
author_curate_reward""
vote details (2)
@ehiboss · (edited)
Curators are the future of community building and if this happens according to your comment, then steem will not only be the first of it's kind, it will be the best. The thought of the ability of any empowered curator to reward good content gives inexplicable joy.
properties (22)
authorehiboss
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t155710945z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 15:57:12
last_update2018-04-05 15:57:39
depth3
children0
last_payout2018-04-12 15:57:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length264
author_reputation75,757,423,428,302
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,508,543
net_rshares0
@ejemai ·
Now this here is something that gets you excited and hopeful. **Creators and Curators getting Connected** is the way communities should function, and no other way.  
When influence comes based on how well we are and not what amount of SP we wield, the system will get the respects it deserves and the users the reward.

Thanks @roadscape for the time put into this project.
properties (22)
authorejemai
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t224622734z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-05 22:46:27
last_update2018-04-05 22:46:27
depth3
children0
last_payout2018-04-12 22:46:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length373
author_reputation265,163,230,573,530
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,561,546
net_rshares0
@gokulnk ·
``It’s amazing to see how far we’ve come with such primitive tools.`` I felt the same when I first came across steem around nine months ago. Though there were many tools created by the community they were not easily accessible to the new entrants on Steem blockchain. People generally join the platform thinking it is like any other social media/blogging platforms. But when they see that there is a learning curve that they were not aware of earlier, many people hang their boots. So it is important to make sure that these tools reach the hands of the right people who are in need of them.

From my experience in running a welcome bot @steemladder I have realised that just directing the people to the Steem Blue Paper has helped them a lot and they are better aware of the platform, difference between Steem/Steemit and how to navigate the platform.  Once the dev tools get better we will have more people from community addressing these issues and onboarding of new users should become much smoother. All the best.

On a side note we are currently working on a platform that will enable running publications like Medium currently does. People can start a publication by creating a separate account for the publication. Then users can create posts as a part of that publication(the posts will be published by publication steem account) and the rewards will be shared with authors based on the pre-defined agreement.  Do you think it is better to go ahead with the development or is it better to wait for the hive to be released. Also would love if you can give some suggestions so that it will be easier for us switch from the current endpoints to hive based API endpoints. If we have some insights we can prepared :P
properties (22)
authorgokulnk
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t090819692z
categorysteem
json_metadata{"tags":["steem"],"users":["steemladder"],"app":"steemit/0.1"}
created2018-04-05 09:08:21
last_update2018-04-05 09:08:21
depth3
children2
last_payout2018-04-12 09:08:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,720
author_reputation17,871,219,215,380
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,448,966
net_rshares0
@gringalicious ·
"Hive communities give everyone the ability to ORGANIZE around a set of values, and the power to do so effectively. It also introduces a new dynamic of influence which does not have anything to do with SP. Minnows can mute whales. "   Can you elaborate more?
properties (22)
authorgringalicious
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180406t080049124z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-06 08:00:57
last_update2018-04-06 08:00:57
depth3
children1
last_payout2018-04-13 08:00:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length258
author_reputation891,790,531,250,553
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,621,493
net_rshares0
@hanshotfirst ·
It is so awesome to hear that the encouragement of quality content is part of the focus of these upcoming additions. I love that this will make it easier for curators to find and encourage the creation of engaging content.
properties (22)
authorhanshotfirst
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t145832635z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 14:58:33
last_update2018-04-05 14:58:33
depth3
children0
last_payout2018-04-12 14:58:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length222
author_reputation682,981,652,409,931
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,498,533
net_rshares0
@immarojas ·
Am sure a lot of people are looking forward to this, thank you! Quality is still an integral part of this platform, this is great news.
Kudos!!
properties (22)
authorimmarojas
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t165652880z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 16:56:54
last_update2018-04-05 16:56:54
depth3
children0
last_payout2018-04-12 16:56:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation71,298,853,656,503
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,517,830
net_rshares0
@justtryme90 ·
$0.51
I truly look forward to the future and the coming technology you describe. The current environment just doesn't end up being sufficient to attract and maintain committment from excellent content creators in each niche field. There are so many users and groups out there who are dedicated to keeping the quality of content on steemit as good as it possibly can be. Attracting top talent requires the face of the platform they arrive to see to be an extremely appealing one. One in which they can see themselves having success and building a strong following. 

Better connecting creators and curators will (hopefully) go a long way to aiding in the building and development the of this environment. 

I am, excited for what you all have and continue to develop. It sounds like exactly what this platform needs to make the jump to the next level.
👍  , , , , , ,
properties (23)
authorjusttryme90
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t221925978z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 22:19:27
last_update2018-04-05 22:19:27
depth3
children0
last_payout2018-04-12 22:19:27
cashout_time1969-12-31 23:59:59
total_payout_value0.391 HBD
curator_payout_value0.120 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length844
author_reputation140,118,479,939,905
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,558,708
net_rshares170,519,180,924
author_curate_reward""
vote details (7)
@lemouth ·
$0.14
I can only join my voice to those of all Steemians focusing on quality content on top of anything else. I am so happy to read your words and the fact that content still matters for the people up there. 

I am as well very excited to try all new functionalities as soon as they will appear!
👍  
properties (23)
authorlemouth
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t164251819z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 16:42:54
last_update2018-04-05 16:42:54
depth3
children0
last_payout2018-04-12 16:42:54
cashout_time1969-12-31 23:59:59
total_payout_value0.142 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length289
author_reputation338,011,164,701,274
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,515,743
net_rshares47,747,216,460
author_curate_reward""
vote details (1)
@surfermarly · (edited)
$0.23
**The fact that you wrote these four words in bold characters, gives us hope.** 

Ask any of the (established) creators and curators in this network what's the most important thing to them in the process of content production and evaluation, and I bet at least 90% will reply: quality.

You can either build a blockchain where value is defined through speculation or a blockchain where value is backed by a product in top quality. An outstanding product is also the no. 1 driver to a stable user retention. 

Looking forward!
👍  , , , ,
properties (23)
authorsurfermarly
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t162853516z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-05 16:28:54
last_update2018-04-05 16:30:18
depth3
children1
last_payout2018-04-12 16:28:54
cashout_time1969-12-31 23:59:59
total_payout_value0.197 HBD
curator_payout_value0.032 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length525
author_reputation318,958,646,866,746
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,513,588
net_rshares76,446,482,935
author_curate_reward""
vote details (5)
@the-alien ·
@roadscape I guess the community has spoken. :) Thank you for all the great work and the hours spent and the care you've put on this.
properties (22)
authorthe-alien
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180406t032707183z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape"],"app":"steemit/0.1"}
created2018-04-06 03:27:03
last_update2018-04-06 03:27:03
depth3
children0
last_payout2018-04-13 03:27:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation251,563,251,411,297
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,591,926
net_rshares0
@uwelang · (edited)
Great to read about the quality focus and progress in general @roadscape. I was owning and moderating communities in other social networks that paid in the past and it was a game changer - positive as well as negative - hence i was so curious from the first announcement to hear more details on how that will work from the tech side and group / community structure - ownership / moderators - separate accounts to be created or not. Think I annoyed @andrarchy a lot with bombarding questions long ago. I can't wait to get that live soon but i learned to be patient - keep them coming!
properties (22)
authoruwelang
permlinkre-roadscape-re-yabapmatt-re-steemitblog-update-communities-hivemind-20180405t193327195z
categorysteem
json_metadata{"tags":["steem"],"users":["roadscape","andrarchy"],"app":"steemit/0.1"}
created2018-04-05 19:33:27
last_update2018-04-05 19:34:12
depth3
children0
last_payout2018-04-12 19:33:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length583
author_reputation826,956,293,467,887
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,540,047
net_rshares0
@yasu24 ·
Interesting! I resteemed this post. Thank you.
👍  
properties (23)
authoryasu24
permlinkre-steemitblog-update-communities-hivemind-20180409t133127918z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-09 13:31:30
last_update2018-04-09 13:31:30
depth1
children0
last_payout2018-04-16 13:31:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation92,815,616,501,543
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,136,576
net_rshares0
author_curate_reward""
vote details (1)
@yesaye ·
$0.03
![U5drN85PytpgTrfpQjFvCJsRe5UQLR7_1680x8400.png](https://steemitimages.com/DQmYzRmpKFDYfJ6fhm1mwEukQRJfaV2ZqQjQ5euDwZ25Wei/U5drN85PytpgTrfpQjFvCJsRe5UQLR7_1680x8400.png)
Hopefully that's how Steem chart looks like after this is implemented.
👍  , , ,
properties (23)
authoryesaye
permlinkre-steemitblog-update-communities-hivemind-20180402t195247310z
categorysteem
json_metadata{"tags":["steem"],"image":["https://steemitimages.com/DQmYzRmpKFDYfJ6fhm1mwEukQRJfaV2ZqQjQ5euDwZ25Wei/U5drN85PytpgTrfpQjFvCJsRe5UQLR7_1680x8400.png"],"app":"steemit/0.1"}
created2018-04-02 19:52:48
last_update2018-04-02 19:52:48
depth1
children3
last_payout2018-04-09 19:52:48
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length240
author_reputation1,433,134,594,082
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,991,884
net_rshares11,884,157,671
author_curate_reward""
vote details (4)
@happysmileyman ·
That's an impressive wave @yesaye time to get the surf board out 😊
👍  
properties (23)
authorhappysmileyman
permlinkre-yesaye-re-steemitblog-update-communities-hivemind-20180404t111326861z
categorysteem
json_metadata{"tags":["steem"],"users":["yesaye"],"app":"steemit/0.1"}
created2018-04-04 11:13:30
last_update2018-04-04 11:13:30
depth2
children2
last_payout2018-04-11 11:13:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation802,725,033,256
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,280,932
net_rshares0
author_curate_reward""
vote details (1)
@yesaye ·
I hope you don't mean "surf board" as an innuendo.
👍  
properties (23)
authoryesaye
permlinkre-happysmileyman-re-yesaye-re-steemitblog-update-communities-hivemind-20180404t183908523z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-04 18:39:09
last_update2018-04-04 18:39:09
depth3
children1
last_payout2018-04-11 18:39:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation1,433,134,594,082
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,348,088
net_rshares0
author_curate_reward""
vote details (1)
@zaky1 ·
Nek followed by
properties (22)
authorzaky1
permlinkre-steemitblog-update-communities-hivemind-20180730t180959066z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-07-30 18:10:06
last_update2018-07-30 18:10:06
depth1
children0
last_payout2018-08-06 18:10:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation6,412,683,477
root_title"Update: Communities/Hivemind"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id66,545,253
net_rshares0