69 votes

Daily Tildes discussion - what missing/broken things are the most "shocking"?

Normally I've been trying to use the Monday post to do a general "what's planned for the week?", but with all the attention and unexpectedly-quick growth last week I didn't get the main thing (open-sourcing) finished anyway, so this one wouldn't be much different.

Instead, I want to ask for input on what are the current missing or broken things that are the most surprising? That is, I don't want to talk about "this would be nice" things here; I want to focus on, "Is this really not there? Am I doing something wrong?"

Here are three examples that will hopefully make it a little more clear:

  • User pages currently have no pagination (should I just bump them up from 20 items to 50 or 100 for now, until they do?)
  • Username mentions don't send a notification
  • There's not even a basic search function

That's the level of things I want. Let me know what others are out there, I'm sure there are more. And two more quick things while I have your attention:

Thanks!

129 comments

  1. [9]
    Comment deleted by author
    Link
    1. SaucedButLeaking
      Link Parent
      Agreed that search is the biggest feature that's missing, but I think finishing the open-sourcing would add a lot of dev cycles to missing features

      Agreed that search is the biggest feature that's missing, but I think finishing the open-sourcing would add a lot of dev cycles to missing features

      27 votes
    2. [4]
      Caelic
      Link Parent
      Well, isn’t google going to perpetually do a better job than an internal search? Or more accurately, a better job than a search that could be easily implemented?

      Well, isn’t google going to perpetually do a better job than an internal search?

      Or more accurately, a better job than a search that could be easily implemented?

      10 votes
      1. [4]
        Comment deleted by author
        Link Parent
        1. [2]
          Axord
          Link Parent
          If that's so, it seems that the majority of sites experience significant difficulty in reaching proper implementations.

          If internal search is implemented properly, the answer’s “generally not”.

          If that's so, it seems that the majority of sites experience significant difficulty in reaching proper implementations.

          7 votes
          1. [2]
            Comment deleted by author
            Link Parent
            1. sid
              Link Parent
              Can you give an example of a site that has particularly good search?

              Can you give an example of a site that has particularly good search?

        2. Caelic
          Link Parent
          Well, if we can get a better-than-google search I'd love to see it! A good search makes life a thousand times better. I'd put the open sourcing as a higher priority so that extra people can be...

          Well, if we can get a better-than-google search I'd love to see it! A good search makes life a thousand times better.

          I'd put the open sourcing as a higher priority so that extra people can be recruited to work on things like the search!

          1 vote
    3. [2]
      Edes
      Link Parent
      On that note, filtering by tags could be really good too, unless I haven't found how to do it.

      On that note, filtering by tags could be really good too, unless I haven't found how to do it.

      4 votes
    4. crius
      Link Parent
      Agreed, and also a suggestion for similar topics when creating a new one. Especially lately there are tons of new topics about already discussed ones.

      Agreed, and also a suggestion for similar topics when creating a new one.

      Especially lately there are tons of new topics about already discussed ones.

      3 votes
  2. [6]
    SaucedButLeaking
    Link
    Open-sourcing may be the biggest feature missing here, given the direction you have for the site. We have a lot of programming talent that could be useful in addressing other feature...

    Open-sourcing may be the biggest feature missing here, given the direction you have for the site. We have a lot of programming talent that could be useful in addressing other feature discrepancies.

    Barring that, a search feature would probably be the biggest one. There are already a few repeat topics coming up that might have been avoided (along with the subsequent dilution of conversation) by use of a search

    56 votes
    1. Caelic
      Link Parent
      Strongly agree. Adding the ability to add features faster because of additional talent should be a higher priority than individual feature fixes.

      Strongly agree. Adding the ability to add features faster because of additional talent should be a higher priority than individual feature fixes.

      14 votes
    2. [2]
      teaearlgraycold
      Link Parent
      And for open-sourcing, the most important part of that is a good review process. We need a number of people who are approved reviewers that are familiar with the code base. I know GitHub has code...

      And for open-sourcing, the most important part of that is a good review process. We need a number of people who are approved reviewers that are familiar with the code base. I know GitHub has code reviews built into their PR UI. GitLab probably does as well.

      6 votes
      1. SaucedButLeaking
        Link Parent
        Definitely. Unreviewed (or underreviewed) code would be a nightmare. Tests and reviews are, I would assume, the bulk of the work @Deimos is doing to prepare for releasing the source.

        Definitely. Unreviewed (or underreviewed) code would be a nightmare. Tests and reviews are, I would assume, the bulk of the work @Deimos is doing to prepare for releasing the source.

        4 votes
    3. sqew
      Link Parent
      I 100% agree about open sourcing! This would be my first time really contributing to an open source project (always been a bit scared to try before), but there's something about the idea of...

      I 100% agree about open sourcing!

      This would be my first time really contributing to an open source project (always been a bit scared to try before), but there's something about the idea of helping with features for this site that has me super excited for when it's open sourced. I have a feeling a lot of other people feel similarly.

      4 votes
  3. [10]
    Comment deleted by author
    Link
    1. [9]
      Comment deleted by author
      Link Parent
      1. [6]
        Comment deleted by author
        Link Parent
        1. [5]
          tan
          Link Parent
          Adding something as a setting solves everything, but makes the settings page incredibly cluttered and makes it exponentially more complex to figure out bugs. I'd prefer some things were just decided.

          Adding something as a setting solves everything, but makes the settings page incredibly cluttered and makes it exponentially more complex to figure out bugs. I'd prefer some things were just decided.

          4 votes
          1. [5]
            Comment deleted by author
            Link Parent
            1. [3]
              Deimos
              Link Parent
              The (somewhat) tricky part with this is that the notifications page currently removes the comments when you mark them as read. This is nice so that you don't have to scroll, you can just sit at...

              The (somewhat) tricky part with this is that the notifications page currently removes the comments when you mark them as read. This is nice so that you don't have to scroll, you can just sit at the top and clear all your notifications by clicking in (usually) the same spot.

              But if you start attaching this to replying or some other actions, how does it work? For example, does the comment disappear after you reply? What if you were planning to reply and then vote on it (or vice versa, if vote triggers it to be read). Should it just be marked read in the background, but not actually disappear from the page?

              It's certainly not unsolvable or anything, just little details that aren't always straightforward.

              6 votes
              1. Michael
                Link Parent
                I like the idea of separating the action into "mark read" and "clear" The current mark read button would be changed to 'clear" and replying or voting marks the comment as read, and could reduce...

                I like the idea of separating the action into "mark read" and "clear"

                The current mark read button would be changed to 'clear" and replying or voting marks the comment as read, and could reduce the opacity as a visual indicator

                2 votes
              2. panic
                (edited )
                Link Parent
                Here's another possible solution: add a "mark as read/unread" action to the bottom of every comment. Then you could mark replies as read without going all the way back to the notifications page....

                Here's another possible solution: add a "mark as read/unread" action to the bottom of every comment. Then you could mark replies as read without going all the way back to the notifications page. Clicking again would let you undo your mark-as-read action. You could also mark other comments as unread that you want to come back to later (even if they weren't originally replies).

                I think this would fix the main problem everyone is complaining about (having to go all the way back to the notifications page to clear the flag for the comment they were just reading), would clarify the way read/unread works (by exposing it explicitly), and would make the interface more forgiving and learnable (by allowing undo).

                2 votes
            2. tan
              Link Parent
              Yeah, agreed that that makes the most sense.

              Yeah, agreed that that makes the most sense.

      2. Fires
        Link Parent
        @Koan @Kat I personally think it'd be best that if you interested with the notification it'd be marked as read, but easily changable. So if you click the link button, it'll toggle marked as read

        @Koan @Kat I personally think it'd be best that if you interested with the notification it'd be marked as read, but easily changable. So if you click the link button, it'll toggle marked as read

        5 votes
      3. [2]
        dyslexda
        Link Parent
        Why shouldn't it be the other way around, with an option to "Mark as Unread" for each comment? That's how it works in email: by opening an email it's flagged as "read," and I have the option to...

        Why shouldn't it be the other way around, with an option to "Mark as Unread" for each comment? That's how it works in email: by opening an email it's flagged as "read," and I have the option to change it to "unread."

        1 vote
        1. [2]
          Comment deleted by author
          Link Parent
          1. dyslexda
            Link Parent
            I think the question of "which is more unwieldy" comes down to what you want the default to be. Having to manually designate each reply as "read" would be awful; I find it much more common to...

            I think the question of "which is more unwieldy" comes down to what you want the default to be. Having to manually designate each reply as "read" would be awful; I find it much more common to auto-mark as a batch, and only Star (or whatever) the few messages that I want to be reminded of.

            2 votes
    2. Yoshie
      Link Parent
      I'd like it to work the way it does in the Reddit Is Fun app. Opening the notification page doesn't mark things as read, but clicking anywhere on the notification does. It's easier and more...

      I'd like it to work the way it does in the Reddit Is Fun app. Opening the notification page doesn't mark things as read, but clicking anywhere on the notification does. It's easier and more natural than having to click a small "Mark as read" button, and it means replying automatically marks the message as read.

      4 votes
  4. [4]
    elf
    Link
    I think a "report" button is the most urgent thing right now. My understanding is that @deimos wants to deal with this via tagging and reputation, but until that's in a report function could be...

    I think a "report" button is the most urgent thing right now. My understanding is that @deimos wants to deal with this via tagging and reputation, but until that's in a report function could be useful. With invites now being given out more generally, the current system of dm'ing @deimos to report something is going to start being clunky.

    28 votes
    1. merick
      Link Parent
      Oh yea, DMing Deimos will definitely not last very long lol If that keeps up, he'll spend most of his time sifting through messages instead of working on the website

      Oh yea, DMing Deimos will definitely not last very long lol If that keeps up, he'll spend most of his time sifting through messages instead of working on the website

      8 votes
    2. Gyrfalcon
      Link Parent
      I do think a report function would be useful in the interim. That said, we should as a community make sure not to keep kicking the reputation system down the road because the report function works...

      I do think a report function would be useful in the interim. That said, we should as a community make sure not to keep kicking the reputation system down the road because the report function works okay.

      8 votes
    3. acr
      Link Parent
      I'd like something like, when a person hits a threshold they get a trouble maker tag.

      I'd like something like, when a person hits a threshold they get a trouble maker tag.

      1 vote
  5. [3]
    tan
    Link
    Markdown preview for comments and posts

    Markdown preview for comments and posts

    27 votes
    1. [2]
      Eug
      Link Parent
      Also a brief markdown guide somewhere on page when you are writing would be a good addition, provided it doesn't take too much space.

      Also a brief markdown guide somewhere on page when you are writing would be a good addition, provided it doesn't take too much space.

      5 votes
      1. tildesatwindmills
        Link Parent
        I'd be happy with a little "formatting help" link under the comment box that brought up/opened in a new tab and gave me common formatting help.

        I'd be happy with a little "formatting help" link under the comment box that brought up/opened in a new tab and gave me common formatting help.

        5 votes
  6. [4]
    Soptik
    Link
    Don't forget to send the notification even when user edits and adds metion after the comment/post is created, I've seen several websites with this mechanic that didn't do that. Could you possibly...

    Username mentions don't send a notification

    Don't forget to send the notification even when user edits and adds metion after the comment/post is created, I've seen several websites with this mechanic that didn't do that.

    Could you possibly add autocomplete for usernames and tildes when someone is typing it?

    And please add an option to mark as read reply when you just click on the link. Maybe do notifications in simmilar way that gmail does it with emails? Keep showing the new notifications, click on it to mark it as read and show read notifications (greyed out, below <hr/>), so people can easily get to older notifications without having to find it in menu.

    17 votes
    1. [3]
      merick
      Link Parent
      I could see this getting out of hand as the community grows. Maybe limited to the people in the current comment thread or maybe post?

      Could you possibly add autocomplete for usernames and tildes when someone is typing it?

      I could see this getting out of hand as the community grows. Maybe limited to the people in the current comment thread or maybe post?

      9 votes
      1. Tetracyclic
        Link Parent
        Reddit Enhancement Suite has user autocomplete across all Reddit users, however it prioritises the person you're replying to and then anyone else in that thread before I'm not sure exactly what it...

        Reddit Enhancement Suite has user autocomplete across all Reddit users, however it prioritises the person you're replying to and then anyone else in that thread before

        I'm not sure exactly what it does to look up the usernames, but it's very responsive, presumably searching the Reddit API, however it also does fuzzy matching on people in the same thread.

        2 votes
      2. Eug
        Link Parent
        I think this is how it works on reddit (it may need RES).

        I think this is how it works on reddit (it may need RES).

  7. Zeerph
    Link
    Two things that I find the site lacking at the moment hiding posts that I don't want to see, yet keep appearing at the top of the feed an easy way to find unread posts in a mostly read thread, yes...

    Two things that I find the site lacking at the moment

    • hiding posts that I don't want to see, yet keep appearing at the top of the feed

    • an easy way to find unread posts in a mostly read thread, yes the marking is nice, but scrolling to find them isn't

    14 votes
  8. [2]
    nothis
    Link
    There still not being proper moderation. I guess it still works because of the low user count, but if growth continues at this rate, we're soon reaching numbers where things can get nasty. We're...

    There still not being proper moderation.

    I guess it still works because of the low user count, but if growth continues at this rate, we're soon reaching numbers where things can get nasty. We're already seeing the first bans. And to be honest, I'm still skeptical about the planned automated "trust" system, especially since it still doesn't seem very fleshed out, not even on paper.

    I've long been a believer in strict moderation (based on sane rulesets) to counter negative trends, not just in terms of actively dangerous things like preventing witch hunts and whatnot, but even things as simple as "only one post quoting the same news item at a time" or "do not editorialize headlines". From what I have seen, good subreddits absolutely need an organizational structure (which, for better or worse, came from the mod teams) to agree on a set of rules and how to enforce them. And Tildes currently doesn't have one, at all.

    11 votes
    1. Amarok
      Link Parent
      We're probably going to have to 'draft' some people to start out as the first mods by fiat while we build that out. Seems like we've got a pretty badass pool of people here to help with that....

      We're probably going to have to 'draft' some people to start out as the first mods by fiat while we build that out. Seems like we've got a pretty badass pool of people here to help with that.

      Also, kinda all of you will be in position to be the first mods once the trust system is live. You're here first, you've been participating, that's how it goes. Tildes' current invitees are the 'core' group. :)

      4 votes
  9. [2]
    Catt
    Link
    Not sure if everyone would want this - replying to a post doesn't automatically mark it as read.

    Not sure if everyone would want this - replying to a post doesn't automatically mark it as read.

    9 votes
    1. [2]
      Comment deleted by author
      Link Parent
      1. Deimos
        Link Parent
        I think you understood it backwards. They were suggesting that replying should mark it read, because it currently doesn't.

        I think you understood it backwards. They were suggesting that replying should mark it read, because it currently doesn't.

        17 votes
  10. [3]
    Durinthal
    Link
    I can see tags on a post but can't click on them to see other things with the same tag. That and interacting with replies in my notifications doesn't automatically mark them as read, so I usually...

    I can see tags on a post but can't click on them to see other things with the same tag.

    That and interacting with replies in my notifications doesn't automatically mark them as read, so I usually have to go back to my inbox a second time to click the mark as read link after I forget.

    9 votes
    1. [2]
      eladnarra
      Link Parent
      I agree with the lack of clickable tags. I imagine they're planned, probably in conjunction with things like search and filter functions since they're sort of related. And not having them doesn't...

      I agree with the lack of clickable tags. I imagine they're planned, probably in conjunction with things like search and filter functions since they're sort of related. And not having them doesn't break the site. But it's a feature very common to other websites, so I can see someone being confused and thinking they just don't know how to use them.

      7 votes
      1. Eug
        Link Parent
        It does break the site. Until we have subgroups, tags would be the only way to choose what you want to read. It seems to me one of the most urgent things to fix.

        It does break the site. Until we have subgroups, tags would be the only way to choose what you want to read.

        It seems to me one of the most urgent things to fix.

        1 vote
  11. [6]
    SleepyGary
    Link
    ~ discovery is low. I didn't realize until right now that more ~s had been created since I joined (despite posting in one today).

    ~ discovery is low. I didn't realize until right now that more ~s had been created since I joined (despite posting in one today).

    8 votes
    1. [5]
      cfabbro
      (edited )
      Link Parent
      https://tildes.net/groups Which you can access by clicking "Browse the list of groups" in the Home sidebar. Every new group added has been announced in the daily discussions on ~tildes (now...

      https://tildes.net/groups

      Which you can access by clicking "Browse the list of groups" in the Home sidebar. Every new group added has been announced in the daily discussions on ~tildes (now ~tildes.official) as well but I did suggest perhaps using PMs to let people know of new groups too, since not everyone checks the site every day and so probably missed some. That could be seen as a bit annoying/spammy though so, thoughts?

      7 votes
      1. SleepyGary
        Link Parent
        I'm not sure, I've either been thinking of perhaps a cookie based setting that would say X number of tildes added since you last visited the groups page or perhaps simply have a timestamp that...

        I'm not sure, I've either been thinking of perhaps a cookie based setting that would say X number of tildes added since you last visited the groups page or perhaps simply have a timestamp that says the last time the groups were modified. I think having an ~all might be helpful as well to get a view of what's going on site wide without it filtered by your own interests.

        4 votes
      2. unknown user
        Link Parent
        Notifications for new top-level groups, or for new subgroups of groups you're subscribed to, would be pretty useful IMO. (On the other hand I strongly agree that spammy notifications are the...

        Notifications for new top-level groups, or for new subgroups of groups you're subscribed to, would be pretty useful IMO. (On the other hand I strongly agree that spammy notifications are the worst, so maybe that's not such a great idea – I think it would depend on how frequently new groups get created, and potentially they should even be opt-in.)

        3 votes
      3. talklittle
        Link Parent
        Maybe simply putting the number of groups on the button? "Browse the list of 45 groups"

        Maybe simply putting the number of groups on the button? "Browse the list of 45 groups"

        3 votes
      4. Amarok
        Link Parent
        We could maybe do something to make the overall groups list a bit more visible/obvious... and maybe even some kind of update/notification when new groups are added.

        We could maybe do something to make the overall groups list a bit more visible/obvious... and maybe even some kind of update/notification when new groups are added.

        1 vote
  12. [2]
    tan
    Link
    Site navigation feels a bit weird on mobile. For example, when browsing a thread there's no sidebar button - I need to go through my user or the site logo. To a lesser extent, it can take some...

    Site navigation feels a bit weird on mobile. For example, when browsing a thread there's no sidebar button - I need to go through my user or the site logo. To a lesser extent, it can take some navigation to find the list of subscribed groups.

    8 votes
    1. Parliament
      Link Parent
      My mobile view has a sidebar button in the top right. It’s only a problem when I’m towards the bottom of a long thread, but at least I can click the top of the browser bar to quickly revert to the...

      My mobile view has a sidebar button in the top right. It’s only a problem when I’m towards the bottom of a long thread, but at least I can click the top of the browser bar to quickly revert to the top.

      1 vote
  13. [2]
    DonQuixote
    Link
    Someday an 'open in new tab' option would be good. For example if I click on a post it can open a new tab in say, Firefox. Not a shocker or priority, just a preference here. Also putting...

    Someday an 'open in new tab' option would be good. For example if I click on a post it can open a new tab in say, Firefox. Not a shocker or priority, just a preference here.

    Also putting (Markdown) found in new post window may put some people off. I had to Google it to make sure I knew what you meant, turns out I was using it in Reddit without knowing what it was. I think somewhere they have it in a sidebar or whatever.

    7 votes
  14. [4]
    not
    Link
    I think one of the biggest issues right now is the default subscriptions, or lack of separation between tildes. Since currently everyone posts on all tildes, the average standard of discussion is...

    I think one of the biggest issues right now is the default subscriptions, or lack of separation between tildes. Since currently everyone posts on all tildes, the average standard of discussion is low. I'd like to see it get replaced with an onboarding process where you can select the tildes you are interested in.

    6 votes
    1. [3]
      Halfdeaf
      Link Parent
      That has been discussed and will most likely be that way in the future.

      That has been discussed and will most likely be that way in the future.

      4 votes
      1. [2]
        not
        Link Parent
        I've seen that, but I still wanted to note that I think it's becoming a problem now already, sooner than expected.

        I've seen that, but I still wanted to note that I think it's becoming a problem now already, sooner than expected.

        1. [2]
          Comment deleted by author
          Link Parent
          1. Tetracyclic
            Link Parent
            To clarify, new users are subscribed to all groups besides ~test. It's presumably just existing users that haven't been auto-subscribed to new groups.

            Deimos is adding groups very slowly, and hasn’t auto‐subscribed users to any new ones other than the official one.

            To clarify, new users are subscribed to all groups besides ~test. It's presumably just existing users that haven't been auto-subscribed to new groups.

            2 votes
  15. [4]
    Fires
    Link
    I just joined the other day, what happened to comment tags? My gripes No saving posts, normal bookmarks work, but this would be a nice feature within Tildes Tagging users, privately, similiar to...

    I just joined the other day, what happened to comment tags?

    My gripes

    • No saving posts, normal bookmarks work, but this would be a nice feature within Tildes

    • Tagging users, privately, similiar to RES

    • I mentioned another RES feature, collapsing all child comments under another comment

    • Short/small links to posts?

    • Thoughts on a multiple topic view page?

    • Opening a direct message conversation should really move you to the most recent message, similar to how "link" in the new replies section brings you right to it.

    5 votes
    1. [2]
      Deimos
      Link Parent
      Those are all good suggestions, but I really wouldn't consider the lack of any of them to be "shocking".

      Those are all good suggestions, but I really wouldn't consider the lack of any of them to be "shocking".

      16 votes
      1. Fires
        Link Parent
        Fair point. My bad, didn't see that part.

        Fair point. My bad, didn't see that part.

        5 votes
  16. [5]
    Mumberthrax
    Link
    Only thing I have found myself somewhat surprised by was the pagination on user pages. I assumed it was a design decision though. xD

    Only thing I have found myself somewhat surprised by was the pagination on user pages. I assumed it was a design decision though. xD

    5 votes
    1. [4]
      Eug
      Link Parent
      What do you mean?

      What do you mean?

      1. [3]
        Mumberthrax
        Link Parent
        i mean when i go to view my profile page (or whatever it is called) I cannot see beyond X amount of posts/comments I've made. So for example, if I am trying to find a certain conversation I had,...

        i mean when i go to view my profile page (or whatever it is called) I cannot see beyond X amount of posts/comments I've made. So for example, if I am trying to find a certain conversation I had, or a specific post I made, and it is too old then i won't be able to find it through that page.

        I had assumed this might be intentional, that it was some attempt at increasing privacy or something - but i wasn't 100% certain about that. In this OP post, deimos mentioned user pages lacking pagination - which i assume is this situation I have described.

        4 votes
        1. [2]
          Amarok
          Link Parent
          The site has it all stored and waiting for you, but there isn't a 'pagination' feature so you can bring up more of it yet. Planned but not implemented - welcome to 'alpha' software. :)

          The site has it all stored and waiting for you, but there isn't a 'pagination' feature so you can bring up more of it yet. Planned but not implemented - welcome to 'alpha' software. :)

          4 votes
          1. Mumberthrax
            Link Parent
            Just to be clear, I didn't intend to complain by making my comment - just expressing that it's the only thing I've been somewhat "shocked" (per OP - I thought surprised was a bit milder phrasing...

            Just to be clear, I didn't intend to complain by making my comment - just expressing that it's the only thing I've been somewhat "shocked" (per OP - I thought surprised was a bit milder phrasing :P) isn't here. Other than that it is all quite functional - especially the load times, holy crap.

            3 votes
  17. ajar
    (edited )
    Link
    Definitely mentions and search (we see many repeated questions every day, although I know it's naive to think search would help with that). Regarding user page pagination, I'd prefer it stayed...

    Definitely mentions and search (we see many repeated questions every day, although I know it's naive to think search would help with that).

    Regarding user page pagination, I'd prefer it stayed like this until the trust system is implemented and we can set which level of trusted user can see our history. If you're going to add it for now anyway, at least make it private, so that only the user can see their own paginated history.

    I don't have a problem with paginating the previously read notifications page.

    Also, the warning message when leaving a page when you started writing a reply.

    Edit: Saving comments and posts. Been trying to find a comment I liked. No dice.

    5 votes
  18. [2]
    Comment deleted by author
    Link
    1. unknown user
      Link Parent
      Honestly with the way the comment pages work at the moment, I don't see a need for a specific "context" option - just scroll up :)

      Honestly with the way the comment pages work at the moment, I don't see a need for a specific "context" option - just scroll up :)

  19. [10]
    dyslexda
    Link
    If this already exists somewhere I apologize... But with all the tagging built in, why don't we have the option to filter tags? Either hide anything with a certain tag, or specifically view topics...

    If this already exists somewhere I apologize...

    But with all the tagging built in, why don't we have the option to filter tags? Either hide anything with a certain tag, or specifically view topics with a given tag. The main lack-of-functionality I find here versus Reddit is that the front page doesn't seem very customizable to me. Either I unsubscribe to an entire group, or I get anything and everything from it, mixed up with content I am interested in.

    4 votes
    1. [9]
      Deimos
      Link Parent
      Tag filtering/searching is definitely coming, but it's probably not incredibly urgent yet. Most of the groups are only getting a few posts a day still. Isn't that exactly the same as reddit?

      Tag filtering/searching is definitely coming, but it's probably not incredibly urgent yet. Most of the groups are only getting a few posts a day still.

      The main lack-of-functionality I find here versus Reddit is that the front page doesn't seem very customizable to me. Either I unsubscribe to an entire group, or I get anything and everything from it, mixed up with content I am interested in.

      Isn't that exactly the same as reddit?

      5 votes
      1. [7]
        dyslexda
        Link Parent
        It is, with the caveat that subreddits are much more granular than groups here. I don't have to be subscribed to /r/dnd, I can choose to only subscribe to /r/DnDBehindTheScreen. While that will...

        It is, with the caveat that subreddits are much more granular than groups here. I don't have to be subscribed to /r/dnd, I can choose to only subscribe to /r/DnDBehindTheScreen. While that will get better over time as you allow subgroups here, I'm not sure you'll ever reach the level of granularity that subreddits can (while staying true to your vision about groups/subgroups and avoiding group bloat).

        4 votes
        1. [6]
          Deimos
          Link Parent
          Yeah, I think the tag system will help a ton with that though. So you'd be subscribed to either something like ~games.dnd.dm or ~games.dnd but only showing posts with the "dm" tag (both are pretty...

          Yeah, I think the tag system will help a ton with that though. So you'd be subscribed to either something like ~games.dnd.dm or ~games.dnd but only showing posts with the "dm" tag (both are pretty similar conceptually, which is deliberate).

          6 votes
          1. [5]
            dyslexda
            Link Parent
            How do you plan on getting users to "standardize" tags, for lack of a better word? On reddit, it's easy to see if you're posting in an active community or not just by looking at the sub. Here,...

            How do you plan on getting users to "standardize" tags, for lack of a better word? On reddit, it's easy to see if you're posting in an active community or not just by looking at the sub. Here, though, you'll have to manually inspect all of your tags to make sure they're "popular." An easy example would be "DnD" versus "D&D."

            2 votes
            1. [2]
              Deimos
              Link Parent
              Probably primarily through showing information about popular/common tags and allowing other, more experienced users to edit tags - they can just re-tag posts that weren't tagged correctly.

              Probably primarily through showing information about popular/common tags and allowing other, more experienced users to edit tags - they can just re-tag posts that weren't tagged correctly.

              3 votes
              1. dyslexda
                Link Parent
                The ability to edit tags after the fact would certainly go a long way toward that. Also, just want to remark it's amazing how engaged you are. Despite thousands of users on the site, somehow you...

                The ability to edit tags after the fact would certainly go a long way toward that.

                Also, just want to remark it's amazing how engaged you are. Despite thousands of users on the site, somehow you reply to every comment I've posted! Hopefully that energy will be enough to get Tildes off the ground.

                3 votes
            2. [2]
              Amarok
              Link Parent
              We can teach the site that some tags are synonyms of each other. I expect the curators/editors in each group will be doing a lot of that.

              We can teach the site that some tags are synonyms of each other. I expect the curators/editors in each group will be doing a lot of that.

              2 votes
              1. cfabbro
                Link Parent
                LOL... Yeah, I imagine by the end of this we're going to have an absolutely massive dictionary of synonyms the likes of which Merriam-Webster would be jealous of.

                LOL... Yeah, I imagine by the end of this we're going to have an absolutely massive dictionary of synonyms the likes of which Merriam-Webster would be jealous of.

                3 votes
      2. [2]
        Comment deleted by author
        Link Parent
        1. Deimos
          Link Parent
          Some do, but it's always via the search system or CSS, and the front page can't use either of those.

          Some do, but it's always via the search system or CSS, and the front page can't use either of those.

          4 votes
  20. Algernon_Asimov
    (edited )
    Link
    Even now that I've been here a whole 4 days (!), I still think my original post is the most annoying and most noticeable missing feature: "Clicking on a reply should mark it as "read". Next in...

    Even now that I've been here a whole 4 days (!), I still think my original post is the most annoying and most noticeable missing feature: "Clicking on a reply should mark it as "read".

    Next in line is functioning tags. If we're going to bother to put tags on posts, they should have a use. (I remember having this discussion some years ago in a software project I was working on!) At the very least, I should be able to click on a tag, and see all posts with that same tag. That's the bare minimum functionality for this feature, which is currently missing.

    After that, having user history limited to only 20 items is annoying. Extending that to 50 or 100 items would be a suitable short-term fix, unless pagination for a full history is easy to achieve.

    4 votes
  21. [9]
    crius
    Link
    No matter the priority resulting from this topic, I'd like a roadmap somewhere that we can check. @cfabbro already mentioned it several time. I begun writing a basic web extension, just tonight,...

    No matter the priority resulting from this topic, I'd like a roadmap somewhere that we can check. @cfabbro already mentioned it several time.

    I begun writing a basic web extension, just tonight, that I hope to be able to keep cross browser compatible and will provide feature that you don't want in the core of tildes. It's going to be open source but I'm waiting to have some clean working code to create a topic here.

    A roadmap would help others develop around tides without overlapping features.

    To answer the topic's question: a search function which endpoint can be used to also suggest for similar topics when creating a new one. After that, a bookmark/save functionality. Bonus if I can attach a reminder to it as there are things that I want to come back later and things that I just want to save.

    4 votes
    1. [8]
      Deimos
      Link Parent
      It's definitely not complete, but there's the start of a roadmap here: https://gitlab.com/tildes/tildes/boards What sort of features are you thinking of?

      It's definitely not complete, but there's the start of a roadmap here: https://gitlab.com/tildes/tildes/boards

      I begun writing a basic web extension, just tonight, that I hope to be able to keep cross browser compatible and will provide feature that you don't want in the core of tildes.

      What sort of features are you thinking of?

      3 votes
      1. [7]
        crius
        Link Parent
        Well I'm very rusty with web extension (like years) but I'll begin by just translating what my script does (open links in new tab, button to jump to new comments) and create a basic interface to...

        Well I'm very rusty with web extension (like years) but I'll begin by just translating what my script does (open links in new tab, button to jump to new comments) and create a basic interface to have the user decide the behaviour. Like which links you want opened in new tabs? Comments? Topics? External? Etc etc.


        After I finished moving my script feature into the extension, I'll work on implementing a user tagging system like RES.

        The reasoning is simple:

        I don't usually care to whom I'm talking to because my focus is on the content of the comments.
        But sometimes I've some users I really like discussing with and would like their username to stand out.
        In the same way, sometimes I really don't get along with other users. Their viewpoint are too distant from mine or their way of exposing them is just getting me, so marking them for me only would help me know in advance if I'm going into a discussion with someone I know will be an "hard" exchange.

        About the last part, I'm not really happy with the application but a later exchange I've had made me realize that I'm just human and sometimes I just cannot deal with some arguments. Instead of struggling to end up flaming I'd prefer to be reminded by a tag that I've had already a bad exchange with that user and should thread a little more carefully.

        This is however a thing that is far into the future as I'll need to investigate how to store efficiently things like tags/user in the browser itself. I begun looking around but nothing fixed in stone yet.


        More in general, I would like tildes core to be as lightweight as possible and have the users decide if they want additional feature to add them, knowing it will add on loading time and performance.

        I'm going to host the source code and would like to have others contribute but for now that I'm still working on it, it's too soon (I think you can relate).

        Best thing for me would be to be able to build the "official" plugin, something that you would include as a suggestion on the user settings maybe, instead of having to rely on words of mouth or topics posted on ~tildes.

        To go back to the main point, knowing what you want to implement, even on a long time, world help me know which feature to write for the extension or when create a pull request and help tildes core's code instead :)

        2 votes
        1. [2]
          Deimos
          Link Parent
          Hmm, most (or all?) of those sound like things we'd want to have in the site itself though - we definitely need the opening links in new tabs and better ways to navigate new comments. User tags is...

          Hmm, most (or all?) of those sound like things we'd want to have in the site itself though - we definitely need the opening links in new tabs and better ways to navigate new comments. User tags is probably reasonable if implemented well too.

          A separate extension is fine, I just don't really know if it's going to be worth working on until the site's features get more figured out and stable. Especially once the site is open-source, it would probably be better to have you helping build those things into the site instead of an extension.

          4 votes
          1. crius
            Link Parent
            Well, I like tinkering with things I don't do for work so it's not like I'm going to be sad if they're included in the core's code at some point in the future. My main interest, since the very...

            Well, I like tinkering with things I don't do for work so it's not like I'm going to be sad if they're included in the core's code at some point in the future.

            My main interest, since the very first mail exchange with you, has been to contribute to the main repo of tildes. I'm just doing this on the side :)

            Edit: Another approach could be to use the extensions approach as a way of having "experimental features". Things that who wants can opt-in and then included in the core's code at a later point.

            3 votes
        2. [4]
          thykka
          Link Parent
          I'm working on a userscript too. Current features include: day/night theme switching based on time of day font size adjustment option to move the comment box above comments option to move the vote...

          I'm working on a userscript too. Current features include:

          • day/night theme switching based on time of day
          • font size adjustment
          • option to move the comment box above comments
          • option to move the vote box to the left
          • rudimentary settings ui

          maybe we can join forces? :)

          https://gist.github.com/thykka/67c45d369354bed67c7780854d826e9a

          1 vote
          1. [3]
            crius
            (edited )
            Link Parent
            Awesome, feel free to clone the repo and begin working on it. I hadn't time to write some guidelines but the structure is quite simple, just try and stick to it so we can work on it without too...

            Awesome, feel free to clone the repo and begin working on it. I hadn't time to write some guidelines but the structure is quite simple, just try and stick to it so we can work on it without too much conflicts in pull requests :)

            I'm working to complete a settings page as soon as possible because especially with your features there could be people that don't want everything enabled by default (ex the UI changes).

            Edit: Sorry I thought this was a comment to the web extension I wrote and released just yesterday. Here is a link to it: https://tildes.net/~tildes/1oa/browser_extension_tildes_extended

            2 votes
            1. [2]
              thykka
              Link Parent
              Oh, right. I must've still been half asleep when I read your comment. Somehow assumed you were talking about a userscript ¯\_(ツ)_/¯ Still, the features I mentioned should be easy to port into your...

              Oh, right. I must've still been half asleep when I read your comment. Somehow assumed you were talking about a userscript ¯\_(ツ)_/¯ Still, the features I mentioned should be easy to port into your extension.

              WebExtensions can be powerful, but I'm going to stick with userscripts for now. At least until the tildust has settled and it becomes more clear what extra features are actually needed.

              BTW, I took a quick look and noticed you have a gulp task for building the extension. Does it also get signed this way? The last time I was building an extension, I used web-ext like this.

              1. crius
                Link Parent
                I've didn't delved into signing and used part of a gist I found online. It could be that the "build" also sign the extension but I'm not really sure about it. I don't even know what/why it is....

                I've didn't delved into signing and used part of a gist I found online. It could be that the "build" also sign the extension but I'm not really sure about it.

                I don't even know what/why it is. I'll give it a look, thanks :)

                Edit: just checked the gist. Definitely not. I uploaded the extension manually on the chrome and Firefox markets but I didn't know of web-ext.

                I'll check it out.

  22. [4]
    reseph
    Link
    The comment box being at the bottom still catches me off guard. 40 comments in here already after an hour, so basically I've opened up this thread to respond to the topic of the OP and it starts...

    The comment box being at the bottom still catches me off guard. 40 comments in here already after an hour, so basically I've opened up this thread to respond to the topic of the OP and it starts off with me scroll scroll scroll scroll scroll haha.

    I know this has been discussed before, and I'm used to traditional forums. But still. [EDIT] Okay okay, it's not missing. But this the most shocking thing to me currently.

    3 votes
    1. [3]
      Deimos
      Link Parent
      Right, which would result in you (hopefully) reading the other comments on the way to see if the thing you wanted to post has already been mentioned.

      Right, which would result in you (hopefully) reading the other comments on the way to see if the thing you wanted to post has already been mentioned.

      10 votes
      1. reseph
        Link Parent
        Hmm. In this case, I actually CTRL+F'd for "comment" and moved on. But I guess I missed it! There's 3500+ words in the comments currently, so reading an entire thread can be tough at times. It may...

        Hmm. In this case, I actually CTRL+F'd for "comment" and moved on. But I guess I missed it!

        There's 3500+ words in the comments currently, so reading an entire thread can be tough at times. It may just encourage me to comment less. Maybe it'll be filtering out my lower quality comments! :p

        5 votes
      2. Axord
        Link Parent
        I think if someone is determined to comment then their likely action is to try to scroll faster, not slow down and read. Annoyance-based incentives also feel like the site working against users,...

        I think if someone is determined to comment then their likely action is to try to scroll faster, not slow down and read.

        Annoyance-based incentives also feel like the site working against users, not for them.

        2 votes
  23. [3]
    Neverland
    Link
    Not sure if at least you get mention notifications, so linking here. Should probably disable the submit buttons on first click event. Otherwise duplicate posts and comments are created. Steps to...

    Not sure if at least you get mention notifications, so linking here.

    Should probably disable the submit buttons on first click event. Otherwise duplicate posts and comments are created.

    Steps to reporduce

    note: I still cannot activate my gitlab account, sorry

    3 votes
    1. [2]
      Deimos
      Link Parent
      Thanks. It's already on GitLab and I know how I'll likely fix it, just haven't had a chance to do it yet.

      Thanks. It's already on GitLab and I know how I'll likely fix it, just haven't had a chance to do it yet.

      6 votes
      1. Neverland
        Link Parent
        Oh, sorry, I looked but I did not see it. Guess I did not look enough!

        Oh, sorry, I looked but I did not see it. Guess I did not look enough!

        1 vote
  24. [3]
    acr
    Link
    I'd really like to see who I invited in my sidebar. I really like that we can see who users were invited by but I invited one person and I'd really like to see if they actually joined and what...

    I'd really like to see who I invited in my sidebar. I really like that we can see who users were invited by but I invited one person and I'd really like to see if they actually joined and what their name is so I can see what they're posting.

    3 votes
    1. [2]
      Deimos
      Link Parent
      Well, I'd prefer not to have 1500 people in my sidebar. :b Maybe this could be on your invite page or a new separate one though. There's no way to check their name currently, but you're able to...

      Well, I'd prefer not to have 1500 people in my sidebar. :b

      Maybe this could be on your invite page or a new separate one though. There's no way to check their name currently, but you're able to tell if they did actually join by whether the invite code you sent them is still present on https://tildes.net/invite - if they use it, the box with the code will disappear.

      6 votes
      1. acr
        Link Parent
        I said sidebar but I didn't really mean sidebar I just meant maybe on the invite page or on its own page somewhere. I was more thinking out loud. That's cool about the invite code, thanks for the...

        I said sidebar but I didn't really mean sidebar I just meant maybe on the invite page or on its own page somewhere. I was more thinking out loud. That's cool about the invite code, thanks for the information

        2 votes
  25. Awoo
    Link
    Separating the "new messages" from inbox and automatically marking them as read when you view your new messages. This one bugs me a lot and I constantly make the mistake of not manually marking my...

    Separating the "new messages" from inbox and automatically marking them as read when you view your new messages.

    This one bugs me a lot and I constantly make the mistake of not manually marking my messages as having been read.

    2 votes
  26. Whom
    Link
    The lack of a blocking function or a search function are the top issues for me. The former is a pretty immediate concern for my own use and we're starting to see a lot of treading over the same...

    The lack of a blocking function or a search function are the top issues for me. The former is a pretty immediate concern for my own use and we're starting to see a lot of treading over the same topics so the latter is just standing out more and more for not being there.

    I actually thought not being able to see our full comment history was intentional and I wasn't that huge of a fan of it...imo it's not that much of a priority but it'll be nice to have that.

    2 votes
  27. tiz
    (edited )
    Link
    separation of topics from comments on a user-page tag filtering user distinguishing, hard to tell who is an admin/mod/op etc back to top link whilst scrolling down or in the footer
    • separation of topics from comments on a user-page
    • tag filtering
    • user distinguishing, hard to tell who is an admin/mod/op etc
    • back to top link whilst scrolling down or in the footer
    2 votes
  28. [2]
    abbenm
    (edited )
    Link
    Not exactly a specific feature, but I think the feel of comment threads is not as different from reddit as I was hoping it would be. It's definitely better than reddit, and there are a lot of...

    Not exactly a specific feature, but I think the feel of comment threads is not as different from reddit as I was hoping it would be. It's definitely better than reddit, and there are a lot of great comments here. But I still feel there's plenty of room to get better and have more high effort, thoughtful posts.

    In terms of what I'm not seeing, I'm not seeing a unique, distinctive voice emerging here that distinguishes the culture or way of talking from reddit. By contrast, when I'm on mastodon or hackernews, while they certainly have their own issues, have unique feels to them. There's something in the air, so to speak.

    Hopefully tildes will get there in it's own way, soon. In terms of a constructive suggestion, I do think, as a firm anti-fluff, anti-repost, pro-moderation partisan, there have been lots of great posts on those subjects, so maybe deep thinking on those subjects is emerging as the voice here. I could definitely get behind that.

    2 votes
    1. Deimos
      Link Parent
      I think that makes sense, but keep in mind that the site's really only had a significant number of users for a little over two weeks now. I don't think you can have that much of a culture emerge...

      I think that makes sense, but keep in mind that the site's really only had a significant number of users for a little over two weeks now. I don't think you can have that much of a culture emerge that quickly.

      There's definitely a ton to do, and I think once we start getting some more mechanics in place it'll move more towards that.

      4 votes
  29. notnamed
    (edited )
    Link
    I clicked the logo to go back to the homepage after posting a comment, and my sort options reverted to activity - all time. I think that's a weird way to sort by default in the first place, but I...

    I clicked the logo to go back to the homepage after posting a comment, and my sort options reverted to activity - all time. I think that's a weird way to sort by default in the first place, but I was really surprised when there didn't seem to be a way to set my own default sort preferences. Per group would be ideal, but a global option is needed at least. Was very surprised that I basically have to set my sort preferences every time I finish reading a thread.
    <edit>
    Well, that was fast

    2 votes
  30. [4]
    Dot
    Link
    I find it hard to explore new tildes, this may be because we don't have a variety yet, but the way the dream for Tildes was advertised I thought I'd more easily and freely able to find...

    I find it hard to explore new tildes, this may be because we don't have a variety yet, but the way the dream for Tildes was advertised I thought I'd more easily and freely able to find subgroups... then again I could be wrong and if I then ignore this.

    1 vote
    1. cfabbro
      (edited )
      Link Parent
      There is only one subgroup right now ~tildes.official and you can see the entire group list here: https://tildes.net/groups which you can access by clicking "Browse the list of groups" in the Home...

      There is only one subgroup right now ~tildes.official and you can see the entire group list here:
      https://tildes.net/groups which you can access by clicking "Browse the list of groups" in the Home sidebar.

      The reason there isn’t much variety of subgroups yet is because there just isn’t the user base to justify them. Having too many groups to start is partially what killed Imzy, since they wound up having 10x as many groups as users and so the vast majority remained virtually empty of content which is incredibly unappealing to new users. Better to just slowly grow the groups/subgroups as user levels can support them and interest in the subjects is shown, IMO.

      10 votes
    2. [2]
      Jedi
      Link Parent
      All of the existing groups are listed here: https://tildes.net/groups

      All of the existing groups are listed here: https://tildes.net/groups

      4 votes
      1. Dot
        Link Parent
        OH! Ok my bad, I misunderstood how things work.

        OH! Ok my bad, I misunderstood how things work.

        1 vote
  31. [4]
    ContemplativePanda
    Link
    It might just be me. But, is there no "reply" button at the top? Do I really have to scroll all the way to the bottom to reply? That could get annoying on long topics.

    It might just be me. But, is there no "reply" button at the top? Do I really have to scroll all the way to the bottom to reply? That could get annoying on long topics.

    1 vote
    1. [3]
      Deimos
      Link Parent
      This is mostly deliberate, see here: https://tildes.net/~tildes/ov/we_gotta_move_the_comment_box_from_the_bottom_of_the_comments_to_the_top#comment-335 There are certain types of posts that...

      This is mostly deliberate, see here: https://tildes.net/~tildes/ov/we_gotta_move_the_comment_box_from_the_bottom_of_the_comments_to_the_top#comment-335

      There are certain types of posts that encourage more top-level comments though (like introductions threads and such) where it should probably be at the top instead, along with the comments being sorted by new by default.

      8 votes
      1. tildesatwindmills
        Link Parent
        I really LIKE reply at the bottom! I think it makes people read the thread through before posting a new top level comment. Adding a reply at top option for a post would cause people to use it...

        I really LIKE reply at the bottom! I think it makes people read the thread through before posting a new top level comment.

        Adding a reply at top option for a post would cause people to use it because it feels more "familiar", not realizing that the reply at the bottom is on purpose.

        Stick to your guns on this one, @Deimos !

        7 votes
      2. ContemplativePanda
        Link Parent
        I see, interesting design choice but it achieves it's desired effect so far. If the thread types are implemented like in introduction threads, I could see this being quite good for continuing the...

        I see, interesting design choice but it achieves it's desired effect so far. If the thread types are implemented like in introduction threads, I could see this being quite good for continuing the discussion I suppose.

        2 votes
  32. timtam1us
    Link
    Saving/Bookmarking. I have to use my browser bookmarks which is a teetering tower of forgotten "cool things".

    Saving/Bookmarking. I have to use my browser bookmarks which is a teetering tower of forgotten "cool things".

    1 vote
  33. [5]
    Inothernews1
    Link
    When I come back to a thread after refreshing or something, all of the comments re-open back up and makes browsing the newest responses more hard

    When I come back to a thread after refreshing or something, all of the comments re-open back up and makes browsing the newest responses more hard

    1 vote
    1. [2]
      cfabbro
      Link Parent
      It's coming eventually: https://gitlab.com/tildes/tildes/issues/45 @deimos has just been a bit busy.

      It's coming eventually: https://gitlab.com/tildes/tildes/issues/45

      @deimos has just been a bit busy.

      2 votes
      1. Inothernews1
        Link Parent
        Awesome! I didn't even think to check the GitLab repository. I'll have to browse around there to see what's coming in the future. And yeah, I completely empathize with @deimos and his workload,...

        Awesome! I didn't even think to check the GitLab repository. I'll have to browse around there to see what's coming in the future. And yeah, I completely empathize with @deimos and his workload, it's rough enough expirencing such a rapid shift in popularity overnight.

        2 votes
    2. [3]
      Comment deleted by author
      Link Parent
      1. Zeerph
        Link Parent
        Check your settings. There is a toggle marking new comments option that puts a nice line on the left of new comments.

        Check your settings. There is a toggle marking new comments option that puts a nice line on the left of new comments.

        3 votes
      2. Inothernews1
        Link Parent
        There's a way to enable that though. Go to your settings and it's the fourth option :)

        There's a way to enable that though. Go to your settings and it's the fourth option :)

        1 vote
  34. [2]
    Comment deleted by author
    Link
    1. elf
      Link Parent
      That's nice to have, but imo not urgent since bookmarking something in the browser can be a substitute for this.

      That's nice to have, but imo not urgent since bookmarking something in the browser can be a substitute for this.

      4 votes
  35. meristele
    Link
    I'm probably going to sound really silly, but where do previously read direct messages go? I can't find my conversation with @Kat! I marked it read because I had, and then thought of something I...

    I'm probably going to sound really silly, but where do previously read direct messages go? I can't find my conversation with @Kat!

    I marked it read because I had, and then thought of something I wanted to say. But it was GONE...

    Nevermind. I founds it my precioussssss

  36. [3]
    FrankitoBurrito
    Link
    Very minor compared to the other things mentioned here, but is there a night mode/dark mode on the roadmap?

    Very minor compared to the other things mentioned here, but is there a night mode/dark mode on the roadmap?

    1. [2]
      mir
      Link Parent
      Have you checked out the Solarized Dark/Black themes in Settings?

      Have you checked out the Solarized Dark/Black themes in Settings?

      7 votes
      1. FrankitoBurrito
        Link Parent
        Wow do I feel silly. Thanks! That is awesome and much better for me

        Wow do I feel silly. Thanks! That is awesome and much better for me

        1 vote
  37. [6]
    EWOL
    Link
    I feel like the vote should be on the top row beside the time, not beside the Reply button on the bottom.

    I feel like the vote should be on the top row beside the time, not beside the Reply button on the bottom.

    1. [5]
      Deimos
      Link Parent
      Why? After you read the comment, you're at the bottom of it.

      Why? After you read the comment, you're at the bottom of it.

      3 votes
      1. [4]
        EWOL
        Link Parent
        True but for me vote count is the most important information of a comment and it makes sense to group it with the name and time on top.

        True but for me vote count is the most important information of a comment and it makes sense to group it with the name and time on top.

        1. [3]
          ZaphodBeebblebrox
          Link Parent
          Perhaps the idea is that by putting it at the bottom, people read the comment before they let the vote count bias their opinion of the comment.

          Perhaps the idea is that by putting it at the bottom, people read the comment before they let the vote count bias their opinion of the comment.

          3 votes
          1. [2]
            EWOL
            Link Parent
            Yeah, I could see that as being preferable for the greater good. But since there no downvote, is the voting before reading less problematic?

            Yeah, I could see that as being preferable for the greater good. But since there no downvote, is the voting before reading less problematic?

            1 vote
            1. ZaphodBeebblebrox
              Link Parent
              People are still more likely to agree with a post and upvote it themselves if they see it is well liked. It is a herd mentality thing where people are more likely to like something because lots of...

              People are still more likely to agree with a post and upvote it themselves if they see it is well liked. It is a herd mentality thing where people are more likely to like something because lots of other people agree with it.

              2 votes
  38. Paradoxa
    Link
    Collapsing all comments, or at least being able to collapse entire threads from any point on the screen (see Reddit Comment Collapser addon). i enjoy having the comment box at the bottom. it's a...

    Collapsing all comments, or at least being able to collapse entire threads from any point on the screen (see Reddit Comment Collapser addon).

    i enjoy having the comment box at the bottom. it's a great ideal. but sometimes, you just don't want to scroll through all the child comments.