• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. 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
    2. What has made you laugh recently?

      I'm most interested in entertainment/media of any form - movies, tv shows, youtubers, stand-ups, theatre, music, whatever. Something that was really (truly) funny to you, not just "comedy genre"....

      I'm most interested in entertainment/media of any form - movies, tv shows, youtubers, stand-ups, theatre, music, whatever.

      Something that was really (truly) funny to you, not just "comedy genre".

      If you find yourself laughing more actively at the world around you then feel free to mention that too, with context.

      You can explain why it makes you laugh, too, if you like. Although more importantly please indicate how much you laughed at a particular thing.

      22 votes
    3. Should we have topics for shows or episodes?

      So I've been putting in topics for each episode of The Good Place for a couple weeks, and it's been a little slow but reasonable amounts of activity. But for week to week shows in the future,...

      So I've been putting in topics for each episode of The Good Place for a couple weeks, and it's been a little slow but reasonable amounts of activity. But for week to week shows in the future, would it be more appropriate to have one big thread made for the season premiere and bump that on a weekly basis and enforce marking posts when a particular episode happened, so we can better track discussion and continue threads of discussion across weeks, or would that just kinda be a mess?

      8 votes
    4. Houston Rockets GM Daryl Morey tweets support for Hong Kong protestors; Chinese Basketball Association responds by cutting ties with the Rockets

      Apologies for the title, it's not worded that well but I don't know how to word it better. In addition to the CBA cutting ties with the Rockets, Tencent will no longer report on the team or show...

      Apologies for the title, it's not worded that well but I don't know how to word it better. In addition to the CBA cutting ties with the Rockets, Tencent will no longer report on the team or show their games. The Rockets have been China's favorite NBA team ever since Yao Ming was drafted by them in 2002. He is now president of the CBA, but that doesn't say anything about what input he had into these decisions. The Rockets are also one of the main contenders for the championship going into this year since Russell Westbrook was traded to them over the summer. They also have the storyline of Westbrook and former teammate and longtime friend James Harden being reunited after three seasons together on the Oklahoma City Thunder.

      Here are a few articles/references about the subject:

      ESPN article

      Yahoo Sports

      Tweets by Tencent's former Rockets reporter

      ESPN article about team owner Tillman Fertitta tweeting disagreement with Morey

      Edit to add another article: Chinese consulate in Houston statement

      NYT article

      Nike pulled all Rockets gear from their Chinese web store

      An open letter in support of China from Joe Tsai, owner of the Brooklyn Nets, posted on r/nba. Original on Facebook linked at the bottom

      Rockets star James Harden says 'sorry' to China over Morey's tweet

      NBA reporter Shams Charania says the league is not punishing Morey

      Slate article about the incident

      16 votes
    5. Fortnightly Programming Q&A Thread - 2019W40

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...

      General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.

      Don't forget to format your code using the triple backticks or tildes:

      Here is my schema:
      
      ```sql
      CREATE TABLE article_to_warehouse (
        article_id   INTEGER
      , warehouse_id INTEGER
      )
      ;
      ```
      
      How do I add a `UNIQUE` constraint?
      
      12 votes
    6. 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