a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by ll
ll  ·  3235 days ago  ·  link  ·    ·  parent  ·  post: Reddit changes community guideliness, bans subreddits.

One thing that I really miss is having a way to aggregate posts from writers and condence them into longer texts. Right now the community volunteers are working on an archive that is a separate website where you can see all of the posts of a story in one place, but they are facing issues with that.

They still want people to visit the subreddit to upvote and comment on the stories to show appreciation for the stories, but the reddit API is a little awkward at that. There is no good way of documenting the universes from the stories expect for Wiki pages. Also the only way to find stories from a universe is to search through a user or the wiki. There are no tags or anything even remotely functional in reddit itself.

I would love to see support for something like following a tag that is the universe and a story sequence. Something like #jenkinsverse for the universe and #billybob for the story. I could then look at my feed and see the stories from those tags whenver they get posted. Maybe I could even have a way to trigger a daily digest of the stories from a tag that would be emailed/pushbulleted/IFTTT/sent to my kindle. Also there is no way to financially help out the writers. One or two of them set up a Patreon account and help, but there is no way to make that built into the subreddit without some crazy CSS magic.

Honestly, if Hubski would like to bring back some of the features for writers, I definitely recommend the subreddit /r/shutupandwrite and it's creator, awk(or awkisopen). He has built an incredible feedback system that ties in the subreddit and IRC to create a way for writers to improve.

EDIT: Sorry for the word vomit, I accidentally took 2 caffeine pills instead of my vitamins. send help





insomniasexx  ·  3235 days ago  ·  link  ·  

I'm on mobile. Pardon my brevity.

Are all the universes by the same person or different people?

ll  ·  3235 days ago  ·  link  ·  

There is one universe where there were at least wo people writing in it. It was hard to keep track of it sometimes, especially since the only way to track posts is by a users submitted list.

insomniasexx  ·  3235 days ago  ·  link  ·  

So we used to have these things called personal tags. Basically it was a tag that was tied to your username. ie: #insomniasexx.goodlongread You could see, ignore, follow, etc by both the user and the tag. It seems like it might work for what you are talking about (too bad we ditched it).

The reason for implementing them was to give people the ability to see (and not see) exactly what they wanted—super granular control. The problem was (as seen in the comments of the hubski update post above), they weren't actually being used. Everyone generally agreed that it was a good concept but, for whatever reason, the implementation wasn't good.

We do still have lists. Example:

https://hubski.com/list?id=1,111921,105134,151313,81519,104022,122420,160552,100957,57650,55796,198468,140041,103903,102546,105375,94303,140041,136556,129011,103594,92964,131429,128846,200623,201834,215061,59396,49317,149662,205902,200151,215061,194662,203357,174121,109072,185214,185594,208309,118145,114724,108495,102546,101449,59754,146684,96333,95326,86371,145445,86155,81949,76798,72253,64416,140604,168325,208187,103537,152267,151535,64774,59754,125341,53181,51930,205044

Basically, you put these together manually by stringing together pub id numbers separated by commas. Obviously though, it's not optimal because it is manual. We never saw much love for them so we never coded up a way to do them easier but if you had any ideas of a sweeter implementation, we're literally all ears.

We also allow some "URL hacking" (aka query strings) as announced here:

So you could generate a "personal tag" still by doing something like this:

https://hubski.com/tag?id=poetry&author=lil

Or, for your universe/story example by doing:

    https://hubski.com/tag?id=UNIVERSE&author=AUTHOR1
We don't have an "or" command do something like "show posts tagged this by this author or that author. It also doesn't seem that stacking tags works (ie: https://hubski.com/tag?id=goodlongread&tag=crimestories)

mk or forwardslash could certainly code those up in a jiffy though, right guys? (don't kill me).

kleinbl00  ·  3235 days ago  ·  link  ·  

The functionality you discuss is kind of hacker-level stuff, though. One problem is that lots of deep stuff is possible within the UI... if you know the magic word. And unless you know the magic word, you don't even really know you can do that, and if you don't really know you can do that, it doesn't occur to you to fish around to see if it's possible.

mk  ·  3235 days ago  ·  link  ·  

Actually, I think the thing fs is working on atm will enable that kind of functionality.

But we are also open to suggestions, ll. We've been talking about how to make Hubski more writer friendly