• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics in ~tildes with the tag "ask". Back to normal view / Search all groups
    1. Tildee — A python library for interacting with Tildes

      Update! After a few hours of struggling I managed to set up Read the docs for Tildee, it should help using the library significantly. After getting some inspiration from TAPS I thought that maybe...

      Update! After a few hours of struggling I managed to set up Read the docs for Tildee, it should help using the library significantly.

      After getting some inspiration from TAPS I thought that maybe I try to work on something vaguely similar on my own. And after… some? hours of coding today I came up with this: tildee.py (source)
      It's a wrapper for the Tildes Public/Web API that is already used by the site internally to make it work. The obvious problem with that is that it will at one point break when this unstable API is changed. It can do basically all things a normal user can do with the notable exception of applying comment labels (because I haven't gotten around to that yet).

      Example of usage for a DM reply bot (result):

      import sys
      from tildee import TildesClient
      import time
      
      # Initialize client and log in, 2FA isn't supported yet and will probably break in horrible ways
      t = TildesClient("username", "password", base_url="https://localhost:4443", verify_ssl=False)
      
      while True:
          # Retrieve the "unread messages" page and get a list of the conversations there
          unread_message_ids = t.fetch_unread_message_ids()
          for mid in unread_message_ids:
              # Access the conversation history page; this also clears the "unread" flag 
              conversation = t.fetch_conversation(mid)
              # Get the text of the last message
              text = conversation.entries[-1].content_html
              # Abort if it's from the current user (I don't think this could actually happen)
              if conversation.entries[-1].author == t.username:
                  break
              print(f"Found a message by {conversation.entries[-1].author}")
              # If the message contains a reference, reply in kind
              if "hello there" in text.lower():
                  print("Replying…")
                  t.create_message(mid, f"General {conversation.entries[-1].author}! You are a bold one.")
              # Delay before processing next unread message
              time.sleep(3)
          # Delay before next unread check
          time.sleep(60)
      

      This has a lot of potential. Haven't yet figured out potential for what, but I'll take what I can get.
      I'd be really grateful if someone with a little more experience than me (that's not exactly a high bar :P) could give me some pointers on the project's structure and the "API design", hence the ask tag. Other creative ideas for what to use this for are appreciated, too.

      47 votes
    2. Site suggestion: Dark mode

      I apologize if this is the wrong topic for this post, and if this feature already exists, I apologize for that too. I looked around and couldn't find it (it's possible I could have missed it). But...

      I apologize if this is the wrong topic for this post, and if this feature already exists, I apologize for that too. I looked around and couldn't find it (it's possible I could have missed it). But I thought a dark mode for Tildes would be most excellent. Right now, there's a lot of white space and combined with my 24" monitor, this site lights up my whole room like it's in the middle of the day. Anyways, thanks for reading. :)

      4 votes
    3. An app for tildes?

      There doesn't appear to be an app for tildes unless I'm not looking using the right name, how would users here feel about an app similar to what reddit has like reddit is fun or Joey? I'm mainly...

      There doesn't appear to be an app for tildes unless I'm not looking using the right name, how would users here feel about an app similar to what reddit has like reddit is fun or Joey? I'm mainly on my phone and while it's still easy to navigate by browser would love a similarly structured app for tildes. What do you guys think?

      17 votes
    4. A collection of notable Tildes threads!

      Hello! Have a good or unique thread that you found on this website that you want others to see? Feel free to suggest some and I will update them in this list! After a thread is added, I will also...

      Hello! Have a good or unique thread that you found on this website that you want others to see? Feel free to suggest some and I will update them in this list! After a thread is added, I will also sort it by category.

      Here's a wiki for it like @Algernon_Asimov suggested
      Here's another wiki although this isn't specifically focused on notable threads.
      Here's a google document for it

      Meta

      By making both "high-quality discussion" and "transparent community development" a core part of its identity, Tildes will always be dominated by people with "moderator/power user" personalities. - A thread discussing content elitism on tildes.

      Scenario

      If you found the secret to immortality would you tell anyone? - Self-explanatory title.

      25 votes
    5. What is, in your opinion, missing on Tildes?

      Pretty much the title. What do you think is missing on tildes? What is something that you'd like to see on tildes that is currently lacking? It could be discussion wise, a feature, or anything...

      Pretty much the title. What do you think is missing on tildes? What is something that you'd like to see on tildes that is currently lacking? It could be discussion wise, a feature, or anything else really.

      48 votes
    6. Is it OK to scrape Tildes?

      I wanted to keep the title---and the question, for that matter---generic, but my use case is that I want to make a backup of my posts on Tildes, and I'd fancy automating that with a script that...

      I wanted to keep the title---and the question, for that matter---generic, but my use case is that I want to make a backup of my posts on Tildes, and I'd fancy automating that with a script that curls up my user page and downloads fresh stuff from there periodically. So for my personal case, the question is that is this allowed / welcome practice?

      The generic question is that is it welcome to scrape Tildes' public pages, in general?

      19 votes
    7. Is Tildes 18+?

      I was thinking about posting this to ~news, but suddenly I've realised that I don't know if the word “fuck”, or any of the Seven Dirty Words, are allowed in titles. Is Tildes adults-only? Should...

      I was thinking about posting this to ~news, but suddenly I've realised that I don't know if the word “fuck”, or any of the Seven Dirty Words, are allowed in titles. Is Tildes adults-only? Should people write something like “f***” in titles instead?

      11 votes
    8. Do not bump topics from offtopic comments?

      Should offtopic comments bump up topics? IMO, offtopic discussion is not “real” discussion. Seeing a topic at top with 7 new comments only to discover that all of it is offtopic, meta discussion,...

      Should offtopic comments bump up topics? IMO, offtopic discussion is not “real” discussion. Seeing a topic at top with 7 new comments only to discover that all of it is offtopic, meta discussion, is annoying and disappointing.

      As an example, there is one topic on the front page (don’t want to link it), that was bumped by the biggest offtopic discussion I’ve seen on Tildes so far. The discussion itself is not wrong, and is quite interesting, but it’s not about the post. The comment chain should IMO either be in it’s own topic, or not bump the topic up.

      11 votes
    9. Suggestion for users: avoiding excessive use of acronyms

      The internet slang is full of acronyms. Some are harmless and well known, such as "lol" or "IMHO", but others not so much. Tildes is explicit by design, with a preference for clear text labels...

      The internet slang is full of acronyms. Some are harmless and well known, such as "lol" or "IMHO", but others not so much. Tildes is explicit by design, with a preference for clear text labels instead of icons. In my opinion, that's a great design choice, and maybe we should take inspiration from that in our communications. On Reddit, it's common to find obscure acronyms. Some subs require glossaries to understand their particular lingo. Sometimes this is necessary, but, in excess, acronyms can be annoying and even excluding, especially for non-native speakers. Because there are situations in which the use of acronyms is required, I don't think there should be a rule on the matter. That's merely a suggestion. What you lovely Tilda Swintons™ think about it?

      22 votes
    10. How is Tildes doing?

      I haven't been around here in a few months. Glad there's still some presence. What are your thoughts on the site overall now?

      59 votes
    11. What are people's thoughts on CAPITALIZATION in headlines/titles for EMPHASIS?

      One of my favorite YouTube channels, Linus Tech Tips, does this all the time, but I have seen many others doing this as well, and I personally find it rather obnoxious. I understand that it's more...

      One of my favorite YouTube channels, Linus Tech Tips, does this all the time, but I have seen many others doing this as well, and I personally find it rather obnoxious. I understand that it's more effective at getting them views, which they rely on to stay in business... but I see it as just another form of clickbait, and so when I submit LTT videos I tend to remove that capitalization.

      However, are there any cases where capitalization for emphasis is appropriate in a headline/title? And if not, should titles be edited to remove them?

      p.s. Acronyms and Initialisms are obviously different, so let's ignore those and put them in the "clearly acceptable" category.

      19 votes
    12. Tildes Docker Image

      Looking at the development setup page, the suggested setup is to use vagrant to create and provision a VM. Out of curiosity, is there a reason for this preference over setting up a Tildes Docker...

      Looking at the development setup page, the suggested setup is to use vagrant to create and provision a VM. Out of curiosity, is there a reason for this preference over setting up a Tildes Docker image inside the repo? Tildes seems like a pretty simple and straightforward web app, it shouldn't be difficult to create. Is it just a developer preference of Deimos/Tildes devs? Or is there a logistical reason?

      9 votes
    13. Is fanart fluff? Could something be done to make it not fluff if so?

      What's the opinion on posting non-oc fanart? Is it considered fluff (which seems to currently have a negative stigma attached to it based off of my reading of previous threads)? Would more effort...

      What's the opinion on posting non-oc fanart? Is it considered fluff (which seems to currently have a negative stigma attached to it based off of my reading of previous threads)? Would more effort need to be put on the behalf of the poster before it's accepted (theme / several works from the same artist / some sort of comment showing analysis, reflection, or appreciation)?

      9 votes
    14. Tildes mobile app

      I wasn’t able to find a discussion on this, though I’m sure there has been, and for that, I apologize. Is there any kind of timeframe on the release of a mobile app for tildes? I would guess that...

      I wasn’t able to find a discussion on this, though I’m sure there has been, and for that, I apologize.

      Is there any kind of timeframe on the release of a mobile app for tildes?

      I would guess that on Reddit most of their traffic comes from people accessing the site on their phones at this point, but I could be wrong. In any case, it certainly is a large portion of the users that access the site in this way.

      With that in mind, it would be nice to be able to access tildes from a mobile app to do away with the clunkiness that comes with using the site through a mobile browser. I don’t mean to sound like it’s terrible. The site functions well enough through a mobile browser, but it would certainly have me using tildes a lot more if the convenience of a mobile app was available.

      I’m sure the developers are very busy, and I don’t want to sound demanding, I’m just curious.

      And once again, I apologize if this has been discussed recently.

      21 votes
    15. Tildes and personal content?

      I've been thinking about the way some people use their opportunity to share in places like Tildes. There are weekly topics what the music the users listen and the books they read. Since the...

      I've been thinking about the way some people use their opportunity to share in places like Tildes.

      There are weekly topics what the music the users listen and the books they read. Since the community is small, there are rather few people interacting with those, which has the capacity to create stronger interpersonal connections.

      There's also the fact that I see a few names very often, in many different threads. Unlike some other places, though, I don't automatically map them to an idea of a person behind them. It's more Reddit than a small forum: people share their opinions and discuss subjects, but there's little personal interaction. It's a more a space of intellectual, rather than emotional, engagement.

      And yet, there are threads here about oneself where the person asks questions or raises subjects that are of importance to them. Some time ago, someone asked what to do with their existential dread. I bet there were similar threads here that I didn't get to see. There was also the "Hey, whatcha working on?" thread a while ago. So it's not that asking personal questions is opposed here: you can, if you want, ask for community support.

      So I'm wondering: what's Tildes' attitude towards more personal content? Things like life updates: "So hey, I'm doing okay, am still in a relationship (going great), looking for a job, working on the pet project I mentioned" etc. etc.. Is this something the users and the admins approve of? would enjoy?

      21 votes
    16. How can a broke dude who can barely code help Tildes?

      Right now I'm not only utterly broke, but also don't have access to international payment methods (you may ask the reasons for this, but I probably won't answer :P). But I wanna give back to...

      Right now I'm not only utterly broke, but also don't have access to international payment methods (you may ask the reasons for this, but I probably won't answer :P). But I wanna give back to Tildes somehow.

      I know enough English to communicate and have a general understanding of programming (with a focus on basic Python and very basic C) but never did anything beyond book and class exercises. I'm also familiar with Regex, Vim (including patterns) and Emacs.

      I also have some Inkscape skills (not a designer), and wouldn't mind working with documentation and other things actual developers usually find trivial or dull.

      20 votes
    17. Does anyone else feel the default theme is too bright?

      I opened Tildes unlogged in an anonymous window and felt the amount of amount of white to be excessive, even for a bright theme. This feels a bit overwhelming. What do you guys think? EDIT: I...

      I opened Tildes unlogged in an anonymous window and felt the amount of amount of white to be excessive, even for a bright theme. This feels a bit overwhelming. What do you guys think?

      EDIT: I changed my theme to Solarized Dark a long time ago, I'm asking because now that an account is not required to view the content a lot of people will get to know Tildes, so maybe the default theme could be improved

      22 votes
    18. Remember the person: Effortposting about Tildes and anti-social UX patterns in social media

      I've been meaning to make this post for a while, and it's actually going to wind up being a series of several posts. It's kind of a long meditation on what it means to socialize online and the...

      I've been meaning to make this post for a while, and it's actually going to wind up being a series of several posts. It's kind of a long meditation on what it means to socialize online and the ways in which the services we use to do that help or hinder us in doing so. Along the way I'm going to be going into some thoughts on how online discourse works, how it should work, and what can be done to drive a more communal, less toxic, and more inclusive of non-traditional (read: non-technical) voices. I'm going to be throwing out a lot of inchoate opinions here, so I'm hoping to pressure test my views and solicit other viewpoints and experiences from the community.

      I mentioned in an introduction thread that I'm a policy analyst and my work is focused on how to structure policies and procedures to build a constructive organizational culture. I've been a moderator in some large PHP forums and IRC channels in the old days, and I've developed some really strong and meaningful friendships through the web. So I've always had a soft spot for socializing on the interwebs.

      Okay, so that's the introduction out of the way. The main point I want to focus on is the title: Remember the Person. This was the something Ellen Pao, former CEO of Reddit, suggested in a farewell message as she stepped down from the role in the wake of a community outcry regarding her changes to Reddit's moderation practices. The gist of it was that online communication makes it too easy to see the people you're interacting with in abstract terms rather than as human beings with feelings. It's a bit of a clichéd thought if we're being honest, but I think we still tend not to pay enough attention to how true it is and how deeply it alters the way we interact and behave and how it privileges certain kinds of interaction over others. So let's dig in on how we chat today, how it's different from how we chatted before in discussion forums, and what we're actually looking for when we gather online.

      Since this is the first in a series, I want to focus on getting some clarity on terms and jargon that we'll be using going forward. I'd like to start by establishing some typologies for social media platforms. A lot of these will probably overlap with each other, and I'll probably be missing a few, but it's just to get a general sense of categories.

      To start with we have the "Content Aggregator" sites. Reddit is the most notable, HackerNews is big but niche, and Tildes is one too. This would also include other sites like old Digg, Fark.com, and possibly even include things like IMGUR or 9Gag. The common thread among all of these is user submitted content, curation and editorial decisions made largely by popular vote, and continued engagement being driven by comment threads associated with the submitted content (e.g. links, images, videos, posts). In any case, the key thing you interact with on these sites is atomized pieces of "content."

      Next up are the "Running Feed" services. Twitter and Mastodon are the classic examples as is Facebook's newsfeed. Instagram is an example with a different spin on it. These services are functionally just glorified status updates. Indeed, Twitter was originally pitched as "What if we had a site that was ONLY the status updates from AOL Instant Messager/GChat?" The key thing with how you interact with these services is the "social graph." You need to friend, follow, or subscribe to accounts to actually get anything. And in order to contribute anything, you need people following or subscribing to you. Otherwise you're just talking to yourself (although if we're being honest, that's what most people are doing anyway they just don't know it). This means the key thing you interact with on these sites is an account. You follow accounts get to put content on your feed. Follower counts, consequently, become a sort of "currency" on the site.

      Then you've got the "Blogs" of old and their descendants. This one is a bit tricky since it's largely just websites so they can be really heterogenous. As far as platforms go, though, Tumblr is one of the few left and I think LiveJournal is still kicking. Lots of online newspapers and magazines also kind of count. And in the past there were a lot more services, like Xanga and MySpace. The key thing you interact with here is the site. The page itself is the content and they develop a distinct editorial voice. Follower counts are still kind of a thing, but the content itself has more persistence so immediacy is less of an issue than in feed based paradigms where anything older than a day might as well not exist. This one gets even trickier because the blogs tend to have comment sections and those comment sections can have a bunch little social media paradigms of their own. It's like a matroishka doll of social platforms.

      The penultimate category is the "Bulletin Board" forum. PHP BB was usually the platform of choice. There are still a few of these kicking around, but once upon a time these were the predominant forms of online discourse. Ars Technica and Something Awful still have somewhat active ones, but I'm not sure where else. These also have user posted content, but there is no content curation or editorial action. As a result, these sites tend to need more empowered and active moderators to thrive. And the critical thing you're interacting with in these platforms is the thread. Threads are discussion topics, but it's a different vibe from the way you interact on a content aggregator. On a site like Reddit or Tildes all discussion under a topic is 1 to 1. Posts come under content. On a bulletin board it works like an actual bulletin board. You're responding under a discussion about a topic rather than making individual statements about an individual post or comment. Another way to put it is on an aggregator site each participant is functionally writing individual notes to each other participant. On a bulletin board each participant is writing an open letter to add to the overall discussion as a whole.

      And finally, you've got the "Chat Clients." This is the oldest form besides email newsletters. This began with Usenet and then into IRC. The paradigm lives on today in the form of instant messaging/group texts, WhatsApp, Discord, Slack, etc. In this system you're primarily interacting with the room(s) as a whole. There isn't really an organizing framework for the conversation, it's really just a free-flowing conversation between the participants. You might be able to enforce on-topic restrictions, but that's about as structured as it gets.

      That about covers the typologies I can think of. Next up I want to delve into the ways in which the UI and design patterns with each of these platforms affects the way users engage with them, what sorts of social dynamics they encourage, and what sorts of interactions they discourage. In the mean time, I'm eager to hear what people think about the way I've divided these up, whether you think I've missed anything, or have any additional thoughts on the ones I put up.

      30 votes
    19. Content control features (and is there a feature roadmap?)

      I am wondering if it is planned to provide the user with methods to control the content they see, ie; filtering the topics in a group or comments in a topic based on various criteria including...

      I am wondering if it is planned to provide the user with methods to control the content they see, ie; filtering the topics in a group or comments in a topic based on various criteria including keywords.
      I looked around to see if this has been asked, or if there was a roadmap document, but did not find anything. (this is no criticism, I do realize we are early in the dev cycle and I cannot image just one person being able to do all this!)

      I do hope so. No matter how high the quality of the topics/comments there will always be things a user may not want to see.

      5 votes
    20. Posting original links (own content)

      What is our policy about posting original contents (e.g. me submitting a blog post I wrote, which I just did a few minutes ago)? IMO, if it is a personal blog, it should be okay, and not really...

      What is our policy about posting original contents (e.g. me submitting a blog post I wrote, which I just did a few minutes ago)?

      IMO, if it is a personal blog, it should be okay, and not really different from submitting a text topic here. Especially if the blog is not tracking you.

      15 votes
    21. Is filtering working properly?

      Are we able to filter things like music and anime by simply adding those keywords to the filter? I tried adding the tilde in front and that didn’t work either. Is this operator error or perhaps a...

      Are we able to filter things like music and anime by simply adding those keywords to the filter?

      I tried adding the tilde in front and that didn’t work either.

      Is this operator error or perhaps a good place for me to learn some pyramid and make a PR?

      11 votes
    22. Should we limit meta-discussion in non-~tildes posts as we near public visibility?

      I've seen a number of topics that have had unrelated comments regarding Tildes as a whole and the direction in which we'd like to steer it toward. While I realize much of these sidebar...

      I've seen a number of topics that have had unrelated comments regarding Tildes as a whole and the direction in which we'd like to steer it toward. While I realize much of these sidebar conversations have been occurring naturally and very frequently in well-nested comments, I wonder if it isn't going to become distracting to some going forward.

      On one hand, I have enjoyed passively gaining insight into the vision of Tildes. On the other, I can see how we might want to start setting examples on the type of organization and behavior we'd want from users as the site grows. If new users who are joining after Tildes goes public see a regular occurrence of off-topic conversation, they might fall into bad habits and it may take root and grow.

      What are your thoughts? Maybe start creating new topics in ~tildes and tag users along with quotes from outside threads so that there's still a reference point to start discussion from?

      10 votes
    23. Isn't the number of groups too restrictive?

      I know that tildes is still a small community (sub 9k) but I find the number of groups too restrictive. I am mainly a redditor so I am used to subscribing to many subs, most of which are not...

      I know that tildes is still a small community (sub 9k) but I find the number of groups too restrictive. I am mainly a redditor so I am used to subscribing to many subs, most of which are not "main" subs.

      For example, shouldn't there be a group for "countries", so one could post in countries.germany or countries.finland in the future? Also, how come there is no videos? I can understand the reasoning that a video is (almost) always about a given subject but where should I post, for example, a video of "ASMR"? Should it go to health? Should chess posts go to "games" or "sports"?

      I find this idea of groups a bit too comfusing, perhaps because I am used to subreddits..

      Maybe it is not a bad idea to create some kind of map, with an handy link in the site, so one knows in which group one should post a certain something.

      27 votes
    24. What's the userbase of Tildes like? (+ some misc. Tildes questions)

      Hi, I just joined an hour ago or so. So far so good, site seems a welcome change as opposed to other certain content aggregators. I'm just wondering what the userbase is like: what's your age...

      Hi, I just joined an hour ago or so.
      So far so good, site seems a welcome change as opposed to other certain content aggregators.

      I'm just wondering what the userbase is like: what's your age group(not too specific if you want), occupation(again, vague is okay), continent of origin and gender? What draws you to this website as opposed to other social media? Do you expect Tildes to gain traction and grow to become a worthy Reddit(or other aggregator) competitor/successor?
      Just to get a taste of the crowd and what kind of people we'll find here.

      I'm in my 20's, currently studying engineering and living in western Europe. Applied to this website following a comment I saw that described the Tildes system compared to Reddit; seemed like a nice change on the clickbaity and sometimes not as fun-content on that website. Hoping this ends up a good place for discussion / quality content / fun chats, and also hope it can help me detox from social media by purposefully using a less active site(for now, of course).

      Small note: while the site is closed right now, it might be opened up later, which means this post might be visible to the internet whole. Please keep your personal info in mind and only share what you want others(including crawlers/scrapers) to know.

      35 votes
    25. Error when logging in using a password manager

      I'm using Safari 12.0.2 on macOS 10.14.2 (Mojave). The same issue also occurs on iOS 12.1.2 (using Safari). When using 1Password to autofill with the browser extension on macOS or the "autofill"...

      I'm using Safari 12.0.2 on macOS 10.14.2 (Mojave). The same issue also occurs on iOS 12.1.2 (using Safari).

      When using 1Password to autofill with the browser extension on macOS or the "autofill" feature on iOS an error message pops up: username: String does not match expected pattern.

      I have to either use the browser supplied autofill on macOS or manually copy/paste username and password into the corresponding fields. On iOS there's an autofill API which I have set to use 1Password in the browser, also causing the error

      Edit: Video of the issue

      9 votes
    26. What are your views on the use of profanity on Tildes?

      I don't think Tildes have or should have an official position on that, but I'd like to know what other Tilda Swintons™ think about the subject. Do you think the use of profanity cusswords is in...

      I don't think Tildes have or should have an official position on that, but I'd like to know what other Tilda Swintons™ think about the subject. Do you think the use of profanity cusswords is in accordance with the implicit behaviors we've established so far? Is there any advantage in trying to "keep it clean" site-wide?

      21 votes
    27. What exactly belongs in ~creative?

      Just a few minutes ago I moved this topic from ~creative to ~music, but almost immediately began second guessing my decision. I'm not exactly sure where that belongs, because it's music, but it is...

      Just a few minutes ago I moved this topic from ~creative to ~music, but almost immediately began second guessing my decision. I'm not exactly sure where that belongs, because it's music, but it is creative/the OP's original song. What do you think? Is ~creative more for crafts, IE woodworking and the likes, or anything creative done by the OP? Similarly, I can think of more examples for this, such as if someone wants to show off their Raspberry Pi project, do they put it in ~comp or ~creative? Where does it belong?

      13 votes
    28. Struggle setting up Tildes development environment

      I'm interested in possibly developing a tildes client. In order to experiment with the currently disabled API, as well as to become more familiar with how Tildes works internally, I've been trying...

      I'm interested in possibly developing a tildes client. In order to experiment with the currently disabled API, as well as to become more familiar with how Tildes works internally, I've been trying to set up a Tildes development environment on my machine following the instructions on the docs site. I've run into a problem with the 'vagrant up' stage of the setup.

      ...  
      ==> default: Running provisioner: salt...  
      Copying salt minion config to vm.  
      Checking if salt-minion is installed  
      salt-minion was not found.  
      Checking if salt-call is installed  
      salt-call was not found.  
      Using Bootstrap Options:  -F -c /tmp  
      Bootstrapping Salt... (this may take a while)  
      bash: /tmp/bootstrap_salt.sh: /usr/bin/sh: bad interpreter: No such file or directory  
      The following SSH command responded with a non-zero exit status.  
      Vagrant assumes that this means the command failed!  
        
      /tmp/bootstrap_salt.sh  -F -c /tmp  
        
      Stdout from the command:  
        
        
        
      Stderr from the command:  
        
      bash: /tmp/bootstrap_salt.sh: /usr/bin/sh: bad interpreter: No such file or directory  
      

      So the Salt provisioning is failing, and it seems like it just has the wrong path to the shell it needs, but while I could probably just tweak this script, it seems like that goes against the concept of using Vagrant in the first place. I was wondering if anyone else ran into this problem, or if the bug lies between the seat and the keyboard.

      15 votes
    29. Defining and using "ask" tags

      Deimos and I were discussing the use of "ask" topic tags this week, and we agreed it might be a good idea to get a consensus on these. At the moment, Tilders are using four "ask" tags on topics:...

      Deimos and I were discussing the use of "ask" topic tags this week, and we agreed it might be a good idea to get a consensus on these.

      At the moment, Tilders are using four "ask" tags on topics:

      • ask

      • ask.survey

      • ask.recommendations

      • ask.help

      (There may be more "ask" tags created in the future, but these four are what we're all using at the moment.)

      Anything that's a question gets tagged with "ask". Some specific types of question will then get tagged with "ask.survey" or "ask.recommendations" or "ask.help", depending in the type of question being asked.

      • "ask.survey" is for questions about preferences and favourites. "What's your favourite horror movie?" "What's the best place you ever visited?" "What's your favourite type of holiday?" The asker is collecting data about people's likes and dislikes (even if they're not going to publish the results in a report later!).

      • "ask.recommendations" is for questions asking for recommendations. "What's a good browser to use?" "What book should I read next?" "Which brand of phone should I buy?" The asker is looking for people to recommend things to them.

      However, Deimos and I wondered about "ask.help". One interpretation we came up with was that "ask.help" is for questions looking for a specific answer, where it should generally be possible for people to think "yes, this is the right answer to the question". This would include questions seeking help learning about an academic topic, such as happens in /r/AskScience and /r/AskHistorians over on Reddit. Another interpretation we came up with was that "ask.help" is for questions looking for guidance on doing something, like a "how to" type question. This would be more like the types of questions in /r/Help and like the Help menus in software and the F1 key - helping people get things done.

      What do you think about the "ask" tags? In particular, what should the "ask.help" tag be used for? In general, are the existing "ask" tags okay? Do we need more "ask" tags? Do we need different "ask" tags?

      18 votes
    30. Are tildes passwords salted?

      I was reading over tildes' privacy policy and saw that passwords are stored hashed, but are they salted as well?...

      I was reading over tildes' privacy policy and saw that passwords are stored hashed, but are they salted as well?

      https://defaultnamehere.tumblr.com/post/163734466355/operation-luigi-how-i-hacked-my-friend-without#fnref:salted

      not that tildes is big enough atm to have big public database breaches, but in the future it's a good idea to store passwords with a secure salting system, especially to help users that might have common passwords like "Diane" in the Tumblr post.

      26 votes
    31. Editing tags?

      I have posted a few topics on tildes so far, and someone edited the tags on it. I looked at that person's profile but couldn't see any indication that they were a mod. I am aware of the coming...

      I have posted a few topics on tildes so far, and someone edited the tags on it. I looked at that person's profile but couldn't see any indication that they were a mod. I am aware of the coming 'trysf' system, but I think it hasn't been implemented yet. My question: how does one edit tags? Is this a certain account age required?

      11 votes
    32. What's the origin of the name of this website?

      I got invited recently and registered my account, but since hearing of it I was curious of where the name comes from. Tildes are dyacritics in Spanish that you put on top of vocals líké thís, and...

      I got invited recently and registered my account, but since hearing of it I was curious of where the name comes from. Tildes are dyacritics in Spanish that you put on top of vocals líké thís, and they stress syllables and help with pronunciation. Now, it is a coincidence, isn't it?

      14 votes
    33. Why Pyramid?

      This is mostly a question for @Deimos, just out of curiosity: is there are particular reason for the choice of Pyramid as the framework for TIldes? Is it familiarity, or clear advantages over sth....

      This is mostly a question for @Deimos, just out of curiosity: is there are particular reason for the choice of Pyramid as the framework for TIldes? Is it familiarity, or clear advantages over sth. like Django or Flask?

      (Edit: actually I'd welcome comparisons favouring one or another from anyone too, related or not to Tildes itself.)

      20 votes
    34. What sort are you using for your front page?

      I'm here for a few hours during the day while at my shop (EST), and usually about two more in the evening, around 9:00 pm. Every important thread I read (announcements, site discussion,...

      I'm here for a few hours during the day while at my shop (EST), and usually about two more in the evening, around 9:00 pm. Every important thread I read (announcements, site discussion, well-commented threads) seems to be at least 12 hours old, with most being more like 19 hours old. It's hard to get in on the conversation when every thread I reach where I'd like to comment is that aged.

      If I look at the last 12 hours, I get a bunch of threads with 0-5 comments. Maybe there's not a great solution, but it's hurting my contributing here because no one really wants to dredge up a conversation that people had yesterday or the day before.

      So, what sort are most people using, and does anyone else see this issue, or is it just difficult to create a sort that would assure my seeing threads that get "hot?"

      16 votes