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

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  ·  3213 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  ·  3213 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