• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. I've been accepted into GitHub Sponsors - if you have a Patreon pledge or other recurring donation to Tildes, I'd really appreciate it if you could move it over

      When GitHub Sponsors was announced back in May, I applied immediately, and have just recently been accepted. This is now, by far, the best way available to make a recurring donation to Tildes:...

      When GitHub Sponsors was announced back in May, I applied immediately, and have just recently been accepted.

      This is now, by far, the best way available to make a recurring donation to Tildes:

      • They aren't currently charging any fees, even for payment processing.
      • They're matching up to $5000 in contributions for the first year.

      On Patreon, about 10% of every donation is taken between processing fees, Patreon's own fees, and PayPal (for transferring the money out to the bank). Even without the matching, donating through GitHub instead means that 10% more of your money (all of what you're donating) will come to Tildes, and until we exhaust the matching it's more like 2.2x. For example, a $5/month donation on Patreon results in Tildes receiving about $4.50, but through GitHub it will be $10.

      So if you have an existing recurring donation (or would like to start donating), I'd really appreciate if you could do it through GitHub Sponsors. Tildes is a non-profit, and its only source of income is user donations—there's no advertising, no investors, and I'm not selling your data or anything else (and none of those will ever change). Donations are what makes it possible for me to keep working on the site. For some more info, please see the Donate page on the Docs site (which I'll update soon with info about GitHub Sponsors).

      The page is here: https://github.com/sponsors/Deimos

      A few quick notes:

      • I believe you'll need a GitHub account to sponsor through here, but it's quick to create one.
      • You have the choice of making your sponsorship private or public.
      • You have to choose one of the pre-defined "tiers", but I tried to create ones that match the most common donations. If you need a different amount that isn't available, let me know and I can probably add it. I still have a couple of slots left for more tiers.
      • If you're currently donating through Patreon, please remember to cancel your pledge through there if you move it over to GitHub. The next Patreon payment will happen on November 1.

      I'm also working on a couple things to make the amount that's currently being donated to Tildes public, and I hope to have that available later this week (and hopefully with a much higher number because of the GitHub matching!).

      Thanks very much, and if there's anything confusing about the process or if you have any questions, please let me know.

      114 votes
    2. Beyond headlines?

      Tildes is much like Hacker News and Reddit in that article previews are limited to just headlines. (Well, there are tags, but they're de-emphasized since they're hidden by default.) While they are...

      Tildes is much like Hacker News and Reddit in that article previews are limited to just headlines. (Well, there are tags, but they're de-emphasized since they're hidden by default.)

      While they are very concise, a problem with headlines is that we rely on them too much. Even good ones don't really tell you what the article is about. In cases where it's hard to read the article (because it's paywalled or whatever) the conversation can be based mostly on the headline rather than the substance of the article. On Hacker News there are often mini-disputes about whether the headline is clickbait or not, and what's a better headline. "Headline is misleading" is a pretty common complaint.

      I'm wondering if we could add a bit more information? One possibility would be a "Subtitle" field. Lots of articles have subtitles that are somewhat more informative, and doing a copy-paste is pretty easy.

      Another would be to have a "pull quote" field. This requires a bit of editorial judgement by the submitter about what's the best pull quote, but I think that's okay. It's still copy-paste so at least they don't have to summarize anything in their own words.

      For the last few days I've been posting a pull quote as the first comment whenever I post an article, and I think it works fairly well, except that the summary says "1 comment" when actually nobody commented - it's just the pull quote. Also, having an explicit field for the pull quote might allow better UI possibilities, like you could put them under the headline in the topic list.

      18 votes
    3. Further split up ~tildes?

      admittedly I should have asked for an invite sooner and posted this on the group request thread instead of here but here we are. ~tildes is the most active sub by far, so it only makes sense it...

      admittedly I should have asked for an invite sooner and posted this on the group request thread instead of here but here we are.

      ~tildes is the most active sub by far, so it only makes sense it should be split up further.

      Maybe split it up to ~tildes.site (for the look of the site.), ~tildes.syntax (for the markdown used in tildes.) and ~tildes.community (for self-awareness, talking about how we could improve this community, what it needs and where it's headed.)

      Any opinions?

      1 vote
    4. Proposal: show link metadata on the post's page itself

      If you look at a given ~--say, ~misc--you'll see wordcount next to article links, and runtime next to video links. But if you go to a specific post--like this one, that information is gone....

      If you look at a given ~--say, ~misc--you'll see wordcount next to article links, and runtime next to video links. But if you go to a specific post--like this one, that information is gone. Generally, the way I use tildes or other link aggregators is to click on a bunch of links and then cycle through them; by the time I got to that particular post, the index page I got it from was long gone and I'd forgotten how long it was. Can we show those metadata on the post itself?

      11 votes
    5. Tildes app ?

      Any plans for a tildes app?. I’m often on mobile and an app would probably run better than the website on browser

      19 votes
    6. New search capabilities available: phrases, excluding terms, alternatives ("or")

      On Sunday, I took the site down for a short downtime to upgrade the database from PostgreSQL version 10 to 12. One of the main reasons I wanted to do that upgrade was to get access to a new search...

      On Sunday, I took the site down for a short downtime to upgrade the database from PostgreSQL version 10 to 12. One of the main reasons I wanted to do that upgrade was to get access to a new search function, and I've updated to using it now, so we have multiple nice new search capabilities available.

      These should all be pretty familiar since a lot of other search systems and search engines have similar capabilities with the same syntax:

      • As before, by default, searching for multiple words will be treated as "all of these terms". So if you search ~games for steam play, you'll get all topics that have both "steam" and "play" in them.
      • Phrases can now be searched for by putting double quotes around them. Searching ~games for "steam play" in quotes will only find topics that specifically have "steam play".
      • Excluding terms can be done by putting a minus sign in front of it. For example, if you wanted to try to find ~games posts about Blizzard and exclude the recent China controversy, you could search for blizzard -china.
      • Alternatives can be searched for by using "or". This changes to "any of these terms" instead of "all of these terms". For example, searching for overwatch or diablo will find any topic with either of those terms, instead of both.
      • These capabilities can be combined, so you can exclude phrases, use "or" with phrases, and so on. For example: blizzard -"hong kong" or diablo.

      This all works both through the main site topic search (at the top of the sidebar) as well as the new search for your own topics/comments.

      I'm going to write a page for the Docs with info about these capabilities, but I think I want to try to find a full specification of what's supported first to make sure I cover it properly. The PostgreSQL docs are pretty vague about it, so I'll probably need to take a look in the actual code.

      Please let me know if you notice any issues with it, or if anything's confusing that I should make sure to document.

      And as usual, I've given everyone 10 invites, accessible on the invite page.

      52 votes
    7. Should Tildes archive links submitted to it?

      We would most likely use a service like archive.org for it but I'm not sure if we should so before making an issue, I thought I'd ask for opinions. It'd be useful to make sure old topics don't...

      We would most likely use a service like archive.org for it but I'm not sure if we should so before making an issue, I thought I'd ask for opinions.

      It'd be useful to make sure old topics don't become obsolete but it could also be undesirable behaviour for privacy reasons.

      16 votes
    8. Is there a reason I cannot have a tag people.doing.something

      I usually don't mind my tags getting erased and someone putting a more appropriate tag, but I want to know what is wrong with people.doing.something, or someone doing something, or...

      I usually don't mind my tags getting erased and someone putting a more appropriate tag, but I want to know what is wrong with people.doing.something, or someone doing something, or someone.doing.something. I tried various ways today, and each one got removed, and I would like to know why.

      5 votes
    9. Group suggestion: tech support

      Right now ~comp and ~tech are getting these kinds of posts, but I personally feel a ~tech_support ~tech.support (or ~tech_help? ~tech.help) group would be a better alternative. People who love to...

      Right now ~comp and ~tech are getting these kinds of posts, but I personally feel a ~tech_support ~tech.support (or ~tech_help? ~tech.help) group would be a better alternative.

      People who love to help would flock to the group, and people who need it would feel safer to ask for help without receiving straight up LMGTFY (Let Me Google That For You) kind of answers.

      There could be also a ~help group, wich a much broader scope (probably about Tildes itself).

      What you think?

      14 votes
    10. You can now search your own topics and comments, and a theme preview page is available

      Two updates today: Theme Preview page This is another contribution from @deing, who's been working on this one for a while. It ended up being more complicated than it originally seemed and still...

      Two updates today:

      Theme Preview page

      This is another contribution from @deing, who's been working on this one for a while. It ended up being more complicated than it originally seemed and still has a few minor oddities, but I think it ended up coming out quite well.

      When you're on the Settings page, there's now a "View theme previews" link just below the theme-selection dropdown near the top. That will take you to this new Theme Preview page. The blocks with the theme names at the top give you a quick idea of each theme's color scheme, and you can click them to change the whole page's theme and see what it looks like on the example topics and comments below.

      I should also mention that Gruvbox themes (with Light and Dark variants) were added about a month ago by @lugubris. I don't think I ever announced those being added, but you can easily check them out here now.

      Search your own posts

      @mrbig's recent post with multiple suggestions reminded me to work on this one. You know the drill: it's minimal, the interface is a little weird, etc. but you can now search your own topics and comments (separately).

      To use it, go to your own user page and click into either "Topics" or "Comments" from the top, you can't still be on the default "All posts" view. When you go into either of the individual post types, there will be a search box at the top, and you can use that to search your own posts.

      Just like the overall site search, the search always works as "look for all of these words", so only include multiple words if you want to find posts that contain all of them. I'm hoping to upgrade the PostgreSQL version that I'm using fairly soon, which should make for some easy enhancements to search, so hopefully soon we'll have some more capabilities there.

      Let me know if you notice any strangeness with the search results.

      And as usual, I've given everyone 10 invites, accessible on the invite page

      40 votes
    11. My Thoughts and Ideas For Tildes

      I have lots of thoughts about Tildes that I end up forgetting. This post is my attempt to put them to good use. Some of those were already stated elsewhere. Introduction Just to make it very...

      I have lots of thoughts about Tildes that I end up forgetting. This post is my attempt to put them to good use. Some of those were already stated elsewhere.

      Introduction

      Just to make it very clear: I am extremely happy with the way things are going on Tildes. If that was not the case, instead of drawing criticism I would simply not be here. So, please, let's be civil and avoid taking things personally ;)

      I'm also a regular user, so please be gentle with my ignorance regarding the technical reasons why some things are either impossible or unpractical.

      1. An Answer To A Common Objection

      Some of these suggestions may encounter the following answer: "this should be an extension, not a core feature". To which I might respond:

      1. Extensions impact performance and it's good practice to keep them at a minimum
      2. Not everyone uses the same browser.
      3. Features implemented by the actual developers will probably be of a better quality

      2. Golden Rule

      Unless explicit or clearly unpractical, all suggestions should be interpreted as to be as optional (and preferably opt-in) as possible for the user. I'll also make frequent use of the imperative mood: please understand that those are still suggestions. The imperative mood is just more practical. Also, notice that this is not my first language.

      3. Suggestions

      3.1 Keyboard Shortcuts

      The majority of Tildes users would probably welcome a good set of keyboard shortcuts. I apologize if such keyboard shortcuts already exist: if they do, there should be a page listing them all.

      3.1.1 Vim-like and Emacs-like keybindings

      There should be Vim-like and Emacs-like (you could choose which one!) keys all around. Even with things like Vimium, not everyone uses them, and a well-thought-out set of keybindings would be extremely beneficial.

      This also applies to text fields.

      4. Open Calls For Moderators

      Right now, I'm not sure what criteria are being used to give someone moderator powers. I think being a developer or contributor is the main criterion, which makes a lot of sense. But other participants might be up to the task, and giving them a chance could be beneficial.

      5. Moderation Action Should Always Present Reason

      This may seem obvious and even unfair, but I think when a moderator is in no condition to dedicate the time to justify their moderation action (such as locking threads, removing contents or banning users), then the moderator should wait until this condition is met in order to take action.

      6. Heated Discussions Should Be Allowed in More Circumstances

      I understand Tildes is, and should always be, a place for politeness, even affectionate discussion, but sometimes heated language, including irony and sarcasm, are necessary to stress a point and take the discussion forward. I understand that's a fine line, and that is usually better err on the side of caution, but I also feel the need to caution my fellow Tilders and Tildes administration against excessive moderation, which could stifle the discussion of sensitive subjects

      7. There Should Be a Page Explaining How to Collaborate

      This page should be short and to the point, with lots of links. I, for instance, wanna collaborate in the documentation, but the information telling how to do so was in a comment I cannot find anymore.

      8. Table of Contents

      Tildes markdown should support the automated creation of a simple table of contents, which would be very useful for longer posts. Preferably, there should be a limited set of options, such as:

      • title of the table of contents ("TOC", "Table of Contents", "Contents" etc)
      • numbered vs unnumbered
      • depth of the numbering

      9. Search own content

      I find very hard to search my own content. Sometimes I must reference something I said earlier, or adapt a previous response to a question I already answered. On these occasions, I have to manually Ctrl+f page after page of my user page, which is tedious and inefficient.

      10. Sort my own content

      I wish I could sort my own content in the same manner I can with other pages. This would help with item 9, and also help answer faster to comments that were recently made.

      11. Notifications

      I wish it was possible to op-in desktop notifications for Tildes to show me whenever I get an answer to a thread, a comment or a private message.

      Correction: I'm not referring to Email notifications, but desktop notifications. The ones that appear occasionally on your browser or screen.

      12. There Should Be Space for Comedy

      I'm not saying Tildes should become a place for lazy memes and endless puns, but comedy is valuable content and I don't like the idea of Tildes being a more conversational version of Stack Overflow. I fully agree with @deimos vision for a website for meaningful interactions with a focus on privacy. I just don't think comedy is necessarily a menace to this and all the other Tildes' stated goals. Right now, we're a very serious bunch of folks. There should be a place for humor in Tildes. How would that work? IDK. I leave this open for discussion.

      13. Link to Excerpt

      It would be awesome being able to link not just to a particular comment, but to a selection of that particular comment. After linking to the excerpt, I would go to the full comment, but the excerpt would be highlighted.

      Conclusion

      This is more of a collection of thoughts than an article, therefore I cannot offer a proper conclusion. But I'd like to kindly ask my fellow Tilders to give some considerations to my ideas. And please understand that they are not complaints. It's just may to contribute to this great community.

      Cheers ;)

      18 votes
    12. "1 new" text is displayed for replies to hidden comments

      If a top-level comment is collapsed by default (presumably due to "noise" tags), replies to that comment will still trigger the "1 new" text on the topic, but won't be visible when you visit the...

      If a top-level comment is collapsed by default (presumably due to "noise" tags), replies to that comment will still trigger the "1 new" text on the topic, but won't be visible when you visit the thread - and there's not even any indication that you should expand the noise-tagged comment to see a reply.

      Would it be possible(/desirable) to show the red indicator next to collapsed comments if there's a new comment underneath them?

      14 votes
    13. In deeply nested discussions, it's frequently hard to know to which comment someone is answering

      IDK if this is just me, but, in some cases, the dotted lines are not enough. I become easily lost, and have to "manually" retrace the discussion. I'd like to suggest for Tildes to use even more...

      IDK if this is just me, but, in some cases, the dotted lines are not enough. I become easily lost, and have to "manually" retrace the discussion.

      I'd like to suggest for Tildes to use even more colors on these lines, kinda like color-schemes do for Org Mode on Emacs.

      I could go even further and suggest a major "Org-Modization" of Tildes: IMHO, Org Mode has nailed this kind of structure. I know it's a bold suggestion, but there it is! ;)

      Cheers!

      16 votes
    14. I think I may be out of the loop

      I wasn't sure if there had been some changes lately or if it was my head, but I thought there used to be a politics group within Tildes. Regardless, it seems that I've noticed a culpible decline...

      I wasn't sure if there had been some changes lately or if it was my head, but I thought there used to be a politics group within Tildes. Regardless, it seems that I've noticed a culpible decline in the number of posts that are related to politics and especially US politics. I also noticed that it seems that some more prominent users got banned or left? Obviously I can understand if the people here were tired of hearing about it and wanted to give other groups some more room for the front page, but I just wanted to make sure it wasn't a fluke or my imagination. I don't come here as often as I should, but it just seemed a little different. Hopefully this doesn't spark any massive outcry or anger or anything, I'm just out of the loop, and don't want to cause any trouble. I like this place. I like you all.

      Edit: Wow this seems to have really gotten out of control and spread to discussions about moderation logs and how much we should pay attention to US politics in relation to world politics or even how much we should catastrophize over recent political developments. I almost feel like I shouldn't have brought this up and I apologize. I really didn't intend on causing any ire for those in charge or for massive debates.

      28 votes
    15. What are some good design patterns for "still developing stories"

      I apologize if this is a topic that has been covered before. I haven't really been able to find anything and I'm not really sure what a good search keyword is. But I noticed this as part of the...

      I apologize if this is a topic that has been covered before. I haven't really been able to find anything and I'm not really sure what a good search keyword is. But I noticed this as part of the Hearthstone player ban thread.

      On a traditional bulletin board forum it's not really an issue because the conversations unfold chronologically anyway. When you have the atemporality of threaded comment chains that gets disorganized fast.

      Basically, it's a "still developing" story where more events and news keep happening that's germane to the discussion. As the news comes up, people who already read the thread might not see the comments being posted about subsequent developments and be able to follow it because each piece of additional news or info. ends up happening in a comment/sub-thread that ends up arranged in fairly arbitrary, rather than chronological order.

      The Democratic Debate threads have been similar, where the reactions and consequences of the topics being discussed can keep a discussion going for a long time, but it all happens in sub threads that people are unlikely to see. Many of these developments don't really merit a thread of their own, but after a few days or so it gets hard to actually have a big-picture discussion because the news has overtaken the scope of the discussion thread.

      In a thread with an active OP, I've noticed what tends to happen is the OP will steadily edit new developments into the main post to update it. I think this has actually worked pretty well BUT edits don't bump posts as far as I can tell. Also, the people posting the updates aren't necessarily getting as much credit (in terms of votes, exemplary labels, or whatever) and, insofar as that matters to people that's a thing. Do you think this is adequate as things scale or would some novel design or subcomment system be needed?

      6 votes
    16. Looking for someone to take over the unofficial #tildes matrix room

      A little over a year ago I created an unofficial matrix room for the tildes community. I believed at the time, and still do, that the infrastructure supporting the community should be founded on...

      A little over a year ago I created an unofficial matrix room for the tildes community. I believed at the time, and still do, that the infrastructure supporting the community should be founded on open, sustainable software, and matrix was an interesting new solution in this space similar to the Discords and Slacks of the world. Though the room is bridged with the IRC chat activity has remained relatively low compared to Discord.

      Unfortunately I haven't had the time to properly moderate this channel. Though the community's involvement there has remained civil I do not think I'm active enough to ensure things stay that way.

      As such I am looking for an interested person or persons to take over this channel over the next week or so and if no suitable replacements are found will be shutting the room down until further notice.

      Thanks everyone,

      10 votes
    17. Lets trade advertisement for something else and start a new trend?

      Hi I think we could start a new trend to make the world better by trading advertisement for tips and how to behave in a society. The important thing is not to be invasive or change the user...

      Hi

      I think we could start a new trend to make the world better by trading advertisement for tips and how to behave in a society. The important thing is not to be invasive or change the user experience in any way.

      So do you see the top bar where we don't have nothing? I think it would be a great place to have a new phrase on every refresh like this:
      "A bottle of plastic is to put in the yellow trash can".
      "Open Source is important so we don't rely on company's for everything"
      "If you smoke please don't throw butts in to the ground, buy a cheap portable ashtray"
      "Remember that not everyone is having good day"
      "Don't throw cotton swab in to the toilet"
      "When brushing your teeth turn of the water in the dead times or better use a cup to use less water"
      "2OATH is always important to have"
      "Password manager is a must have now a days (having the same password in everything defeats the purpose)"
      "Read more than the titles before you make conclusions"
      "When driving don't forget to use the lights when turning/changing lanes"
      "Think twice when using paper"
      "Beverages are not water"
      "Focus a distant point from time to time if you are long hours in front of the monitor)"
      "When you are putting music in public you are invading the other space"
      "Wait for the people to exit the train before entering"
      "If you drink don't drive not because of you but because of the other people"
      "Put the phone down while driving, everyone says that can do that before hitting someone"

      Before of witch phrase it would say the topic.

      I think for this phrases we can't have nothing political, religious or other topics that could change people views or that could offend.
      Maybe we could have topics for country's because of the costumes.

      Little things like this, I hope I could express the idea(more directs and simple maybe?). And if this is welcome maybe the correct way of doing this is making a repository on gitlab(every file would be a topic maybe) so everyone could add new phrases and use the list for other sites. Of course we would need to get a few trust worthy people that have a good sense of witch phrases to accept or create rules for them.
      Maybe there is a better way of creating a public DB but I don't know any at least.
      And if people wanted could select the topics they wanted(all or some or none).

      This could also show the importance of donating and support open projects so we don't need to get money from third party's in any way and better yet, use the empty space to make the world a better place.

      8 votes
    18. Reward system?

      Could a reward system be added similar to Reddit coins but instead of buying them you earn them from being active on the website and from the quality of your content maybe by using the voting...

      Could a reward system be added similar to Reddit coins but instead of buying them you earn them from being active on the website and from the quality of your content maybe by using the voting system and you could buy rewards for posts with them, it could be a bit like tildes own currency in a way, I’m personally a big fan of the Reddit coins but just don’t like how you have to buy them I think they should be something that is earn from using the website

      5 votes
    19. Adding native scheduled/recurring topics, let's figure out which ones we want to have

      I've just pushed up a commit that adds the backend for configuring and posting topics automatically on a schedule. I'm still working on the UI to be able to set them up through the site, but I can...

      I've just pushed up a commit that adds the backend for configuring and posting topics automatically on a schedule. I'm still working on the UI to be able to set them up through the site, but I can add them manually pretty easily now.

      So first, thanks very much to the people that have been manually posting these recurring topics for months. They've been a source of lots of great conversation, and I really appreciate people making sure to keep posting them regularly. Thanks also to @hungariantoast and @deing specifically for doing the work of writing a script to do automatic posting, and the kinda-API-wrapper that it uses. That made sure that multiple of those topics were posted consistently for quite a while before I got around to implementing this.

      I'd like to start setting up all of the recurring topics "properly" in the new system, so let's talk about which ones we already have, and potentially some others that we'd want to add. We should probably also try to space them out a little, so there's not a dump of them at the same times. Here are some of the ones that come to mind immediately for me, but I'm sure I'm missing some, and if there are others that you think would be good to have, let me know. I know there are other ones that have dropped off and it would probably be good to resurrect them:

      Group Topic
      ~anime What have you been watching/reading this week?
      ~books What are you reading these days?
      ~comp Fortnightly programming Q&A
      ~creative What creative projects have you been working on?
      ~games What games have you been playing, and what's your opinion on them?
      ~talk What are you doing this weekend?
      ~talk What are you doing this week?

      There are also some others that vary every week, so I probably won't be able to set those up yet (like @aphoenix's recent ~games.tabletop weekly discussions), but once there's a UI we should be able to start configuring them ahead of time.

      Any thoughts on those existing recurring topics, suggestions for new ones to add, or old ones to bring back?

      62 votes
    20. Some layout adjustments and de-emphasizing topic tags a little

      Updates have been slow lately—I've been working on some larger projects that have ended up with me getting lost down some rabbit-holes that I probably should have stayed away from. Hopefully there...

      Updates have been slow lately—I've been working on some larger projects that have ended up with me getting lost down some rabbit-holes that I probably should have stayed away from. Hopefully there will be some progress to show from those before too much longer.

      Anyway, I've just deployed an update that re-arranges a few elements, with the most major change being that most topic tags are no longer shown by default on the "listing pages", such as the home page and when you're inside a specific group. The tags added a ton of clutter to the page for information that wasn't important at all most of the time, and multiple people have told me that they found them intimidating and confusing.

      I'll come back to the reasoning behind it, but first: if you want to continue seeing tags on topics in listings, there's a new setting for that near the top of the Settings page: "Show topic tags in listing pages". I've also already enabled this setting for anyone that has the permission to tag other users' topics, since I think those users clearly care more about tagging (and if you'd like that permission to help with tagging topics, send me a message and let me know and I can give it to you).

      For more about why, I think this old page by Cory Doctorow from 18 years ago does a good job of explaining why detailed metadata systems often have a lot of issues. Even though some users (including me) care a lot about trying to organize and label everything, most users really don't, and it's intimidating to try to figure out how to tag "properly".

      This will only get worse as the site continues to grow and more tagging conventions and history are built up, so I wanted to try addressing this now, before it gets too bad. Not having the tags on listings will also have some other benefits like not needing to worry so much about adding "too many" tags to topics, potentially being able to come up with some new special uses for tags in the future, and so on.

      Various other minor tweaks were made to the layout as part of this and some upcoming changes (like being able to hide/ignore topics from the listing page). Just a quick list:

      • "nsfw" and "spoiler" tags will still be shown in listings. Other "important" tags will be enabled eventually to continue showing in listings, probably even on a per-group level.
      • On a topic's comments page, tags are now displayed below the title instead of being in the sidebar
      • On the new topic page, the "add tags" field is hidden (collapsed, requires a click) by default. Once a user shows interest in tagging—either by submitting a new topic with tags or changing tags on a topic—it will be shown in the future. I enabled it for a lot of existing users that have done any tagging recently, so most of you probably won't even notice this.
      • The "content metadata" such as word count and publication date is now shown in listings next to a topic's group, instead of in parentheses after its title. Without the tags, we have more room for this and can probably do some more with this soon.
      • Link topic favicons (the site logos) are now shown next to the site's name, instead of before the title.

      That should mostly cover it for now. Let me know if you have feedback or questions.

      And as usual, I've given every 10 invites, accessible on the invite page

      54 votes
    21. I made a (very, very) basic Tildes scraper and cli browser ruby gem

      Here's the ruby gem page and here's the github. Right now it comes with a command line browser that can browse the front page and group pages with no sorting options, and you can view the contents...

      Here's the ruby gem page and here's the github. Right now it comes with a command line browser that can browse the front page and group pages with no sorting options, and you can view the contents of a topic (link or text) aswell as the comments. The methods defined in lib/tilde-scraper/api.rb can be used to scrape tildes pages into Group, Page, Topic, and Comment objects.

      Right now it's super basic and messy, but I figured if anyone was interested in it it would be the people here.

      9 votes
    22. Why is Tildes not on Github?

      Let me make a possibly unpleasant question: why is Tildes only on Gitlab? Do you self-host? Is it because of Microsoft? Or idealistic reasons (that I would totally 100% respect)? Github and...

      Let me make a possibly unpleasant question: why is Tildes only on Gitlab? Do you self-host? Is it because of Microsoft? Or idealistic reasons (that I would totally 100% respect)?

      Github and Microsoft may be "evil", but that's where everybody is. I'm 99% more prone to post an issue on Github than on Gitlab. I know it's "wrong", but that's also true and not just for me. Couldn't Tildes have at least some presence on Github? Is it possible for a mirror to get issues? (I really don't know, honest question). And why not just move to Github, mirror to Gitlab and have some super-reliable backup?

      This would give Tildes more exposure (maybe Tildes doesn't want more exposure right now. That's entirely understandable). But Github is where things happen, and I really want Tildes to happen. And, even if Github ever turns evil (or already is), couldn't we just fork/transfer/whatever to someplace else? Or just use the backup? What's the downside?

      9 votes
    23. Count the overall time someone spends on Tildes

      1. The Idea Counting overall time would be awesome already. In order to avoid overloading the servers, you could just count every 5, 10 hours or something like that. As a plus (I have no idea how...

      1. The Idea

      Counting overall time would be awesome already. In order to avoid overloading the servers, you could just count every 5, 10 hours or something like that.

      As a plus (I have no idea how hard this is, please forgive me), there could be graphs showing how much time you spent by day, week, month, year, etc.

      This would be a good way to help Tilders prevent Tildes addiction (on the other hand, there would have to be some mechanic to prevent people from gamyfying this...).

      This time count would be entirely private to each user by default, but there would the option to display it.

      2. The Reason

      I find that knowing how much time I spent on something helps me be more productive. It's the entire reason for the existence of tools such Rescue Time, Waka Time and Toggl. If I know how much I spend on a platform, it's easier to control my addiction to it. These other tools are heavy and focused on billing hours. That's not my use case. I know this might seem silly, but it makes a lot of difference for some people. 7.2% of the world's population has ADHD. I happen to be one of them.

      2 votes
    24. Make the collapse/expand all option persistent

      In such a fashion that all my threads will open either collapsed and expanded. Ideally, there should be a setting for that. Some people might prefer to always open expanded regardless of their...

      In such a fashion that all my threads will open either collapsed and expanded. Ideally, there should be a setting for that. Some people might prefer to always open expanded regardless of their last choice.

      3 votes
    25. How do we want to handle Podcasts?

      So, when we want to link to a podcast , should we link to the webpage or preferred aggregator, or directly to the MP3? Should we have an embedded object for playing audio built into Tildes, or is...

      So, when we want to link to a podcast , should we link to the webpage or preferred aggregator, or directly to the MP3? Should we have an embedded object for playing audio built into Tildes, or is that out of scope?

      6 votes
    26. Have "whispers" been implemented?

      I'm really curious if they have, because on this thread, there's a bunch of comments from "unknown user." If whispers have been implemented, how do I use them? I can't seem to find any information...

      I'm really curious if they have, because on this thread, there's a bunch of comments from "unknown user." If whispers have been implemented, how do I use them? I can't seem to find any information about them.

      11 votes
    27. Unofficial Weekly Discussion #3 - Argument de-escalation and disengagement brainstorming session

      IMO one of the major issues with online debates, arguments and heated discussions is that they often tend to escalate rather steadily over time, and as each side gets more frustrated with the...

      IMO one of the major issues with online debates, arguments and heated discussions is that they often tend to escalate rather steadily over time, and as each side gets more frustrated with the other they also tend to slowly get more personal as well. I am admittedly guilty of falling into this trap occasionally myself too, which has got me thinking about ways that Tildes (the site and the users here) can potentially help deescalate unproductive arguments and allow people to disengage more effectively from them. To this end I thought it might be a good idea to have a brainstorming session regarding that.

      To start things off, here are most of the ideas I could find related to this issue that have previously been proposed and are already on Tildes Gitlab (click to read the full details):

      Add ability to hide topics (and view/unhide ones users have previously hidden) self explanatory
      Add community based thread locking We have labels now, which help moderation and can help hide comments that hurt the discussion. But maybe we need some sort of similar function for locking or temp-locking threads when they get out of hand due to drama or something. As long as we only really have Deimos doing the moderating, that can help avoid things blowing up when he is unavailable.
      Add "block user" feature This would more effectively allow people to avoid arguments but has some potential downsides worth considering as well, e.g. users getting trapped in a filter bubble. However, other than for moderators, that is probably not a major drawback compared to the benefits, IMO.

      How deep the block goes is also something that probably needs to be investigated and discussed. E.g. Does blocking a user just prevent PMs? Does it prevent their replies from notifying the user? Does it hide their comments/topics, and if so does it hide all the replies to those hidden comments as well? Etc.

      Add "unfollow" feature, allowing users to turn off notifications for replies to their comments/topics This would allow users to more effectively disengage from arguments. It should probably be something disabled by default and only enabled on a case-by-case basis, not a global user setting though, IMO.

      edit: Feature also requested again, but for a slightly different reason (avoiding getting spammed on busy topics)

      Add placebo comment labels Related to the other "disengage" feature suggestions, I think a "placebo" comment label could also potentially help the culture of the site. What I mean by that is perhaps adding some comment labels that have no effect, or only an effect for the person that applied it. e.g. A "Disagree" comment label, that has no effect whatsoever, or perhaps makes the comment collapse (like a "noise" labeled comments), but only to the user that applied the "disagree".

      Comments related to this.

      Add "argument/bickering" label for users to apply on unproductive arguments This label, once it reaches a certain threshold could even have effects applied to it, E.g. imposing a forced time delay on replies between all involved parties, adding a delay before the replies even show up (to give time for people to cool off), or even simply locking that particular thread entirely if enough labels are applied.
      Show whether a comment has already been replied to in users' /notifications/unread page I suspect that people often reply directly from their /notifications/unread page, which can lead to needless repetition in the comments. It also potentially further escalates arguments as well, since a user may feel obligated to reply since they do not realize that someone has already addressed the comment effectively. Embedding the other replies somehow, perhaps by using a `details` like expando, might be nice as well.

      Feel free to voice your support or criticism regarding the above suggestions, offer up ideas to potentially improve them, or even propose your own brand new ideas related to this issue in the comments here as well.

      p.s. Once again, the point here is to open up the conversation and get ideas flowing freely, so let's please try to keep things positive, and keep any criticism purely constructive and friendly so as not to discourage people from participating.


      Previous Unofficial Weekly Discussions:

      Week #1, #2


      Other relevant links:
      Donate to Tildes - Tildes Gitlab : Issues Board - Tildes Official Docs

      27 votes
    28. New groups added, more work still happening on rearranging, moving topics, etc.

      Alrighty, after the discussion last week, I've finally added the new groups, and everyone will have been mostly auto-subscribed to all of them. I'm still working on some of the details like adding...

      Alrighty, after the discussion last week, I've finally added the new groups, and everyone will have been mostly auto-subscribed to all of them. I'm still working on some of the details like adding descriptions, and there will be some awkward pieces and interface aspects since we're still in the transition phase before I get those larger changes to subscriptions/etc. in (which I really hope will be soon), but it should mostly be fine.

      If you want to change your subscriptions quickly, use this page: https://tildes.net/groups (linked from a button at the bottom of the home page's sidebar)

      First, here are the new groups:

      New top-level groups (everyone auto-subscribed)

      New sub-groups (auto-subscribed only if you were subscribed to the parent group)

      Some of this will be a little experimental and I'm not totally sure how it's going to work out (splitting ~science into the branches of science especially), but we'll see what happens. The names and such aren't necessarily 100% final either.

      Since we now have some real sub-groups that people other than me can post in, I made a small behavior change to how sub-groups work until those larger changes are ready. Previously, subscribing to a group would automatically include all posts from its sub-groups in your home page as well. That is, if you subscribed to ~tildes, you would also see all posts from ~tildes.official, regardless of whether you subscribed to it or not.

      Now, your home page will only include posts from groups (and sub-groups) that you are specifically subscribed to. So if you want to see topics from ~games but not ~games.tabletop, you should subscribe to ~games and unsubscribe from ~games.tabletop. However, if you visit ~games directly, posts from ~games.tabletop will still be included in the list there, regardless of whether you're subscribed or not. I know this isn't ideal, but it's not permanent and should be fine for now.

      I'm going to get back to working on updating these groups and moving some of the older topics around now, but let me know if you have any questions or thoughts.

      And as usual, I've topped everyone's invites up to 10. You can get your invite links here: https://tildes.net/invite

      51 votes
    29. Unofficial Weekly Discussion #4 - What is your most "thinking outside the box", "pie in the sky", and/or "out there" idea for Tildes?

      Despite me still being a little distracted thanks to WoW Classic and somewhat absent from Tildes lately as a result, since it's been a few weeks since the last Unofficial Weekly Discussion topic,...

      Despite me still being a little distracted thanks to WoW Classic and somewhat absent from Tildes lately as a result, since it's been a few weeks since the last Unofficial Weekly Discussion topic, I wanted to make sure to get one posted this week. And since it's been a while, I wanted to try something a bit more lighthearted and fun than usual to get things flowing again. So here it is:

      What is your most "thinking outside the box", "pie in the sky" and/or "out there" idea for Tildes?

      It doesn't matter whether you think it's really a good idea or not, it will work or not, it would ultimately have a net positive or negative effect, or how impossible it might be to implement; Let's just get the creative juices flowing and start throwing out our "craziest" ideas for the site!

      p.s. Once again, let's please try to keep things positive, and keep any criticism purely constructive and friendly so as not to discourage people from participating.


      Previous Unofficial Weekly Discussions:

      Week #1, #2, #3


      Other relevant links:
      Donate to Tildes - Tildes Gitlab : Issues Board - Tildes Official Docs

      28 votes
    30. What’s the status on anonymous comments?

      A long time ago, there was a discussion about anonymous comment posting. I’d link it if I wasn’t typing at mobile, but it shouldn’t be too hard to find. How did things about anonymous posting...

      A long time ago, there was a discussion about anonymous comment posting. I’d link it if I wasn’t typing at mobile, but it shouldn’t be too hard to find.

      How did things about anonymous posting evolve, @Deimos? Do you plan to eventually make something like this?

      There are plenty of topics such as this one which would IMO strongly benefit from anonymous comments - I can definitely see much higher participation if that was the case.

      Regarding the abuse, I won’t reiterate all the points made in the thread [todo: link] and purposed solutions, but what about turning anonymous posting on only in some topics, perhaps where the topic author manually turned them on? We could have them for sensitive topics while holding people accountable for their words in all the political topics.

      14 votes
    31. Emacs/readline-like keys on text fields

      This should be simple fairly simple to explain: Even though the Vim front is well covered by things like Vimium, Vimium+ and qutebrowser (and it would probably be too much trouble to create a Vim...

      This should be simple fairly simple to explain:

      Even though the Vim front is well covered by things like Vimium, Vimium+ and qutebrowser (and it would probably be too much trouble to create a Vim mode for Tildes' text fields - especially when wasavi exists), Emacs-like keys might be a great addition for some people. Tildes seem to have a high number of Emacs and command-line users right now. I frequently find myself hitting keys such as:

      • C-p previous-line
      • C-n next-line
      • C-m for return
      • C-a to move cursor to the start of the line
      • C-e to move cursor to the start of end line
      • M-d to kill word
      • C-k kill line
      • C-u kill backwards line
      • C-b to backward char
      • C-f to forward char
      • C-b to backward char
      • M-f to forward word
      • M-b to backward word
      • C-w delete-backward-word
        • not a default Emacs keybinding but it's on readline and I think it makes sense

      And so on.

      There are, of course, alternatives such as Emacs Anywhere and Atomic Chrome, but they require an Emacs daemon to be running and are not a good alternative for quick edits since which switching to another editor is not practical.

      So here's my suggestion!

      3 votes
    32. Potential new groups, and general discussion about the purpose and organization of the group hierarchy

      It's been almost a month since we had proposals for more groups to add. I apologize for taking so long with it—just as a quick explanation for why it's taken so long to get around to: I've been...

      It's been almost a month since we had proposals for more groups to add. I apologize for taking so long with it—just as a quick explanation for why it's taken so long to get around to:

      I've been working on some major background changes related to how groups and the overall abilities of choosing what to see (and not see) on Tildes work, which I was planning to implement at the same time the new groups were added. However, two weeks ago, someone used Tildes's donation page to test over a thousand stolen credit cards. This made a mess in multiple ways, and it's taken a lot of time to clean up and try to make sure it won't happen again (some of it was my fault for not implementing some protections fully/properly). Dealing with that took priority, and it meant that I wasn't able to finish the changes before being (mostly) away over the last week and a bit.

      Anyway, I'm finally getting back on track and am planning to add more groups very soon (and get those larger changes implemented not long after), so let's talk about that as well as some general discussion about the group hierarchy. First, here are the groups I'm currently intending to add and some thoughts and questions about them:

      New groups:

      • ~arts - This is one that I'm a little questionable about. I do think we need a space for these subjects, but there's some strange and confusing crossover with the existing ~creative. I'm not sure if ~arts should replace ~creative, and if we should just have a sub-group or something else for "things created by Tildes users". I'd appreciate input here.
      • ~design - I really like this idea, and think it can cover topics like graphic design as well as physical ones like fashion and architecture.
      • ~finance - This covers some of the other current gaps with existing groups. I'd like to try to fit topics oriented around business in here, as well as ones related more to personal-finance. I'm not certain about the name, but I think it might be the best compared to some of the other comparable options like ~money, ~business, ~commerce, etc.
      • ~games.tabletop - I think this will be a good way to start trying to split up the ~games content a little. For now, I want to just leave video game topics in ~games though, instead of splitting it into its own dedicated sub-group. I know this will probably be somewhat confusing and unintuitive in some ways, but I also think making it so that almost no content goes into ~games itself would be very weird.
      • ~games.game_design - I think this is a useful way to also split out some of the more "theory-based" topics from the other ones in ~games, which tend to be largely more along the lines of news and "ask" discussions. I also want to be able to do some tinkering with a group having multiple sub-groups, and this will make the first instance of that.
      • ~hobbies.automotive - This will be a bit of a test as well. So far, ~hobbies has been quite inactive so it's not truly necessary to split it, but a number of users have expressed interest in it, and I'd like to see if the dedicated sub-group helps motivate more activity about a specific subject.
      • ~science.social - Both the name and being a sub-group are a little questionable here. I'm open to changes, but again, please read below about the hierarchy in general first.
      • ~space - Fairly heavily requested as well, and I feel like it's distinct enough from the existing groups to be worth trying to give a dedicated section.

      Those are all the ones I'm planning to add for now. There are some other groups (and especially some sub-groups) that I think are very good ideas and would work well too, but I want to delay those a little bit to get the structural changes in, since I think that will make a big difference in helping people choose their content too. After these additions we'll have quite a lot of top-level groups (depending exactly what we add, we'll have around 25), and we might want to think about merging some of them before adding even more. On that topic:

      General group hierarchy thoughts:

      I haven't done a good job of defining the purpose of the group hierarchy, or explaining how I think about it. This has caused a fair amount of confusion and debates about the right place for groups/sub-groups, as well as (completely reasonable) questions like why we need groups at all, instead of just using tags.

      I think a lot of the confusion comes from the natural tendency to think about it as a subject-based hierarchy. That is, if subject B is a subset of subject A, it should be a sub-group. However, I think it's going to be more useful to try to treat it as a hierarchy of interest (or disinterest), where the hierarchy is based more around a perspective like "if a user is interested in subject A, they'll probably also be interested in the more-specific subject B".

      I think ~tech and ~comp make a good demonstration. From a subject-based perspective, computers are certainly a subset of technology, so it seems like it should really be ~tech.comp instead of two separate top-level groups. But if you look at it from an interest-based perspective, someone being interested in technology in general definitely doesn't imply that they're also interested in reading technical articles about programming. That's why they're split into separate top-level groups.

      Similarly, ~anime seems to obviously make sense to be a sub-group of ~tv, but I don't think there's nearly enough "interest crossover" to do that. You'd end up with a huge portion of ~tv viewers wanting to exclude ~tv.anime, since it's such a distinct subject.

      Overall, the purpose of the group hierarchy is to help people be able to find and avoid certain types of topics. Using a hierarchy for this will allow us to do things like "I want to see the gaming topics, but not from the League of Legends groups", which are practically impossible to do in a flat structure like reddit has.

      You can also think of the groups as something like "forced" or "implied" tags that are always on all of the topics inside those groups. With a tag-only system, every gaming topic would need to manually be tagged something like "video games" so that people uninterested in them can easily filter them out. The groups system makes this automatic and much more convenient and understandable.

      In the future, I think it will also be very important for the different groups (and some sub-groups) to be able to act as different "spaces" with their own rules, and possibly even different features or design.

      I hope that helps clarify the hierarchy a bit and explain why the organization has been done this way so far (and will likely to continue to be). Let me know if you have any questions or thoughts about the hierarchy and the planned new groups, I'm intending to add them later this week unless something else goes horribly wrong.

      And as usual, I've topped everyone's invites up to 10. You can get your invite links here: https://tildes.net/invite

      68 votes
    33. Proposal: Community Sourcing

      The Problem A large problem in internet communities is internet debates that devolve into metadiscussions on credibility. This likely isn't bad, because the default alternative is generally...

      The Problem

      A large problem in internet communities is internet debates that devolve into metadiscussions on credibility. This likely isn't bad, because the default alternative is generally large-scale misinformation campaigns.

      Examples

      Tildes hasn't been free of this, naturally; for a (very) recent example, see this thread on Andrew Yang's climate change proposals.

      I, personally, have partaken in a thread that seemed as if it might head in the same direction; take a look at this thread, on gun suicides of a certain population & aggravating factors of them. A third-party delivering a breadth of sources seemed to have stopped it in its tracks, however.

      Solution

      It does seem to me like something that could be solved—or at least mitigated—at the platform level, with a feature that would allow other users to cite sources for a comment in question, ideally with community ranking of those sources.

      Getting rid of the question of credibility in casual discussions in a way that doesn't interrupt the flow of dialogue seems like something that would undoubtedly help The Conversation™ flourish, while simultaneously preventing disinformation catastrophes.

      17 votes
    34. I think formatting is broken inside expandable "<details>" sections

      UPDATE: It is actually NOT broken, but it seems that a blank line is required after the <summary> tags for it to work. Therefore, this does not work: > Interstellar - just watch it I like this...

      UPDATE:

      It is actually NOT broken, but it seems that a blank line is required after the <summary> tags for it to work.

      • Therefore, this does not work:

         > Interstellar - just watch it
        
         I like this movie a lot. BUT, it bothers me that
        
         <details>
         <summary>spoiler</summary>
         a story so grounded in hard science fiction chose an unjustified book
         metaphor to represent a dimension that would be, for us, absolutely
         unknowable. I much prefer the choice made by Kubrick in *2001, A Space
         Odyssey*: to represent one abstraction with another, preserving the
         alien character of an inhuman reality.
         </details>
        
      • But this does:

          > Interstellar - just watch it
        
          I like this movie a lot. BUT, it bothers me that
        
          <details>
          <summary>spoiler</summary>
        
          a story so grounded in hard science fiction chose an unjustified book
          metaphor to represent a dimension that would be, for us, absolutely
          unknowable. I much prefer the choice made by Kubrick in *2001, A Space
          Odyssey*: to represent one abstraction with another, preserving the
          alien character of an inhuman reality.
          </details>
        
      7 votes
    35. Some <details> about more <small> updates (you'll get that in a minute) and general Tildes feedback/questions/comments

      Similar to the last topic, I've got some more minor updates to let everyone know about. It's also been quite a while since we had a general feedback topic, so let's do that today as well—feel free...

      Similar to the last topic, I've got some more minor updates to let everyone know about.

      It's also been quite a while since we had a general feedback topic, so let's do that today as well—feel free to ask any questions or give feedback about Tildes overall.

      Here's what's been happening:

      1. @Algernon_Asimov's major reorganizing and rework of the Docs is now live on https://docs.tildes.net. A decent number of changes needed to be made to be able to support having the pages in categories/folders, dealing with some formatting changes, redirecting old urls, etc. Some of these changes have started being integrated back into the wiki on Tildes itself as well (and I'm still gradually working on it). For example, the pages in the ~tildes.official wiki are somewhat organized into the same folders, even though the UI doesn't handle it very well in a lot of places yet.

        If you want to help edit the Docs at all, all of the pages (except site policies) are available in the ~tildes.official wiki, and I'll review and transfer any edits to the Docs site. If you don't have access to edit the wiki, send me a message and ask and I can give you access to edit (and you can edit the other groups' wikis too).

      2. Some new HTML-exclusive formatting capabilities are available when writing posts:

        • <small>: lets you write a section of text in a smaller font. Good for "side notes" and such, and much better than using superscript, which some people were doing previously to get that effect.
        • <details> and <summary>: lets you make "expandable" blocks in your comments. This is useful if you want to do things like hide a large block of text or code and let people expand it if they want to read it. @hungariantoast used it immediately in his comment here, if you want to see an example. The current state of it isn't great for use for spoilers (but probably better than just writing them in plain sight), but I may make an adaptation of it specifically for use for spoilers.
      3. There's a new site theme available, "Zenburn". It's a fairly low-contrast, and used to be one of my favorite color schemes. I had to do some work on one of my old sites that was using it last weekend, and it reminded me how much I liked it, so I added it. Here's the official screenshot of the vim color scheme for it, if you want an idea of what colors it uses. You can change the theme on the settings page if you're logged in, or there's a dropdown at the bottom of every page if you're logged out.

      4. @deing has added a small warning to try to let people know when they're about to reply to an old comment or topic, since it seems fairly common for people to accidentally "necrobump" old threads without realizing. For now, the warning shows up when the topic/comment is over a week old. I set that threshold based on pulling out some stats and seeing that only 1% of comment replies and 2% of top-level comments were replying to anything that old, so it should be quite rare for anyone to see anyway.

      Other than that, I haven't forgotten about the new group proposals and should be adding some new ones this week. I wanted to finish some backend changes to the group system first to help with that, and it's... gotten more ugly than I was expecting. Sorry for the delay, hopefully soon though.

      Let me know if you have any thoughts about any of those changes, and as mentioned, feel free to use this topic for general feedback/questions as well, since I'm sure there are some things that people want to give feedback or ask about that might not feel like they're worth starting a thread in ~tildes for. As usual, I've also topped everyone back up to 10 invite codes, which you can get here.

      59 votes
    36. Suggestion: Spoiler Tag on comments that collapses them

      I don't know if this would be only an option when you are creating a comment, or added to the list of tags like "Exemplary" and such, but an option to have a "Spoiler" comment tag that collapses...

      I don't know if this would be only an option when you are creating a comment, or added to the list of tags like "Exemplary" and such, but an option to have a "Spoiler" comment tag that collapses the comment but doesn't affect ranking might be a good edition to the "What is your favorite media/What have you consumed recently/Recommendation threads." It's also something that the site already supports, and most importantly, looks atheistically pleasing to me compared to highlightable Spoiler Script.

      7 votes
    37. While on the search page, make clicking links to your "subscriptions" move the search to that board.

      I was looking to see if anyone had talked about the TV show Person Of Interest and forgot to go to ~tv before searching. I know its not a major thing since it only took me a few seconds click to...

      I was looking to see if anyone had talked about the TV show Person Of Interest and forgot to go to ~tv before searching.

      I know its not a major thing since it only took me a few seconds click to the right place and search there, but it might be nice if you could filter the general search results from the sidebar instead of just viewing the board you clicked.

      5 votes
    38. Voting policy questions

      I tend to be generous with votes if I like specific posters and want to encourage them. I like to assume that's ok, but is there an official take on that? And what about people who are likely to...

      I tend to be generous with votes if I like specific posters and want to encourage them. I like to assume that's ok, but is there an official take on that?

      And what about people who are likely to share an IP address with me? I'm on a small node with fewer than 200 users, and at least 2 or 3 come here (got invited by one). I don't necessarily know them but will that look like alt accts boosting votes? Is there a whitelist or something like that for verified individuals on the same address maybe?

      9 votes
    39. Should clicking an article on Tildes be a prerequisite for posting a comment in the associated thread?

      This thought was brought to you/sponsored by my perception that there's an increasing number of comments on Tildes that attempt to "answer" questions posed in the titles of posts, but don't...

      This thought was brought to you/sponsored by my perception that there's an increasing number of comments on Tildes that attempt to "answer" questions posed in the titles of posts, but don't necessarily demonstrate that the user has read the article before commenting. I won't link specific comments, but I've noticed a fair bit of it as of late. I get that those titles bait people into voicing their opinion, but often it's at the detriment of overall discussion. Should a prerequisite of clicking the actual link in question be a requirement before the user is allowed to post a top level comment? Or perhaps a cooldown period of entering a thread versus commenting may help?

      The goal here would be to disincentivise the posting of "driveby" or similarly reductive comments that often don't demonstrate nuance or knowledge that is conveyed in the associated article. Sure, we can't ever know if the user has actually read the article, but it's not designed to be a foolproof strategy, just a discouraging one.

      There's a few ways this could be implemented, probably via the utilization of a small bit of javascript that toggle's a user's reading state for a particular post. Thoughts?

      Just to clarify since I've edited this post: I mean top-level comments only. Replies are more likely to be in response to the parent comment, rather than the title and wouldn't be affected by this proposal.

      25 votes