This is a great development by @jesta. Not only for /f/steemdev, but also in general. I've been using chainbb for the last few days and it's such an excellent format to find interesting posts. I created a steem frontend with lots of filters so as to be able to wade through the crud more easily. But after using chainbb, I think my app is largely unneeded now. The only benefit it has over chainbb at the moment is being able to filter your 'following' feed, and change the sort order of posts.
You are viewing a single comment's thread from:
The follow feed is a mess for sure. What sort of filtering were you doing on it and what did you find useful? I haven't given much thought to the follow feed here on chainBB - I just know I don't really like it yet.
The first thing I implemented (besides filtering by up to 4 custom tags) was to give the option to filter out resteems, so you could see only what the people you follow posted themselves. That seemed to be a common theme I'd read in comments about steemit over the past few months. The latest filter I've added (site wide) was by Reputation. So you can cut out posts below certain reputation levels. When you limit it to say 'above 50', the feed gets a hell of a lot higher quality. But of course, that's not to say that everything posted by someone below that level is crap.
I think the next feature I'm going to add is to arrange any particular members blog wall via the most common tags that member has used on their posts. If a member is like me, they have a couple of common themes they talk about (but which might be totally unrelated). In my case it's mainly photography, steemdev and basic income. I'm sure there's others out there who have different streams to their blog posts.
Those are all awesome ways to look at the posts - glad to see you experimenting with this stuff too! So many people have asked for filtering out resteems so that's a welcome change. Then again, maybe they're just following the wrong people :)
Getting this sort of content filtering down is such a high priority. It's so disheartening to write something awesome and have it get lost.
Also- I really like the idea of tracking what a person talks about and using that to describe an account. That could lead to an area on the site where you could browse popular users looking by topic (when looking for someone to follow). Connect all those people that are into similar things!
That last point is a good idea. I hadn't thought of that. Some food for thought. I'm more than happy if you implement this sort of stuff at chainbb, and I can unplug my app and focus on other stuff. As of now my app is only an aggregator, so to bring it up to a full featured standard I'd need to implement posting and voting capabilities on it. And improve the UI as well. Neither of which are things I really want to do.
Regarding displaying reputation.. Depending on which api feed you get your posts from, the parts needed to calculate rep may or may not be there. In my case, I'm using the getDiscussionsBy* api calls, and they don't include it. I had to do a "parallel" asynchronous series of calls to getAccounts for each author displayed.
Just to add, I can't highlight enough how much better Chainbb is than steemit for finding interesting posts. It's become more of a pleasure to visit the blockchain again, instead of the flow of inanity in the 'new posts' feed on steemit.
Actually, while I've got you here, a couple of questions about chainbb... One thing I miss on chainbb is not being able to see the poster's reputation. Was that a conscious decision to try and allow posts to stand more on their merits than on the 'merit' of the member making the post? If so, I can dig that. The other thing I miss is seeing the expected payout value of a post/comment.
But other than that, I freakin' love it. :) I'm a forum guy from way back, so perhaps I'm biased. But I just think it's the best format for discussion.
Thanks! Glad you're enjoying and I hope we see some more new faces.
Couple answers for ya:
This one just hasn't been added yet. I think the data already exists on the post so it shouldn't be too hard to get on the page. I might do something fun with it though and do some color coating, make people with higher reps pop out a bit.
This one isn't added yet on purpose. The database behind chainBB doesn't actually have up to date information about the pending payout, instead it has a cached value based on the last time the post was upvoted or replied to. So I could display it somehow - but I think I'd get more complaints about it being inaccurate than anything else.
Currently I think I'm going to rework how votes are displayed and show them like they display in the "Inbox" section, in the upper right of the title as a number. When you click that - I think I'm going to have that be the deep dive of post information. You'll be able to see who voted, weights, and current/pending payment information.
The thought behind the popup right now is that during the course of a discussion in a thread, the goal shouldn't be to distract the user with how much a post made, but keep that info easily accessible for those who want to dig.
Totally agreed, and I don't think many of this new generation of social media users realize it.