• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. TV Tuesdays Free Talk

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here. Please just try to provide fair warning of...

      Have you watched any TV shows recently you want to discuss? Any shows you want to recommend or are hyped about? Feel free to discuss anything here.

      Please just try to provide fair warning of spoilers if you can.

      4 votes
    2. Day 17: Set and Forget

      Today's problem description: https://adventofcode.com/2019/day/17 Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c. Please post your...

      Today's problem description: https://adventofcode.com/2019/day/17


      Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c.

      Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace python with any of the "short names" listed in this page of supported languages):

      <details>
      <summary>Part 1</summary>
      
      ```python
      Your code here.
      ```
      
      </details>
      
      7 votes
    3. What have you been watching / reading this week? (Anime/Manga)

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.

      If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!

      4 votes
    4. Tildes and multi-dimensional weighted votes

      hello, I've been wondering a little bit about what a well-designed voting system on a website like reddit or Tildes would look like, and as I do not have a definitive answer, I do have a...

      hello,

      I've been wondering a little bit about what a well-designed voting system on a website like reddit or Tildes would look like, and as I do not have a definitive answer, I do have a suggestion to make. I've originally posted this on another website, but I thought that it could also be fruitful to discuss this here, seeing that efforts have already been made in that direction (similar features have even already been implemented).

      Looking forward to reading you!

      I was wondering whether Aether should support downvotes or not, seeing that they are often misused on other discussion platforms to suppress content that is disliked rather than non-contributory or low-quality. People may then not view content that was heavily downvoted, even though it may have been high-quality.

      Should we rather use some other mechanism to serve that function? If so, what would it be?

      Personally, I'd suggest that we experiment with two-dimensional weighted voting.

      In a word, it would allow users to express both whether they agree or disagree with (alternatively, like or dislike) a piece of content (and how strongly so) and whether they think that that piece of content is high-quality or low-quality (and how strongly so).

      In practice, it could look like this (for users): upon clicking on the voting icon, a square with two scaled axes would appear. One for the quality of content, the other for the level of (dis)agreeance. A user, who had for instance found a piece of content to be very high-quality, but who somewhat disagreed with it, could then express that opinion by click and dragging right to the top of the square, but somewhat left of its center.

      That simple mechanism would therefore allow us to distinguish between those two criteria and better capture the intention behind a vote, and help alleviate the issue of seeing deeply unpopular content being buried despite its high quality. It would also allow users to express how strongly they feel about a piece of content by letting them adjust the weight of their vote. Plus, it wouldn't be too cumbersome to use (in my opinion).

      (Voting strongly should be slightly inconvenient or cumbersome to do, so as to deter users from voting strongly every time, thereby rendering strong votes meaningless. In practice, that could mean having to move one's mouse only a little for a soft vote, but more and more as the vote gains more weight.
      Axes should also be sticky, so as to make it easy to vote with respect to one criterion only (we shouldn't need to try and aim precisely).)

      We could also put in place some additional mechanism to let users rate content with regard to other criteria (how informative it is, or impressive, exciting, funny, etc.). I do not expect users to rate all the content they read, but allowing them to do so could still be useful. They may still bother to do it for content they find especially informative, impressive, etc., and that would then allow other users to sort content with regard to one or several of these criteria and find content tailored to their interests.

      (We could then also display for any piece of content a chart (that could look like this) showing how it was rated with regard to all these criteria. That's not really important, but I find that cool.

      We could also plot the number of votes as a function of vote strength, find the average vote strength and so on... That would also be cool, and interesting.)

      What do you think?

      24 votes
    5. What are your personal picks for "Games of the Decade"?

      The 2010s are coming to a close soon, and I'm curious to know what your gaming highlights are from the past decade. To be clear: these are your personal standouts so don't feel beholden to...

      The 2010s are coming to a close soon, and I'm curious to know what your gaming highlights are from the past decade.

      To be clear: these are your personal standouts so don't feel beholden to popularity, critical opinion, review scores, or anything else like that. If a game was great for you and you deem it worthy of mentioning, then by all means go for it. I'm not interested in a list of the "most important" games of the decade but individual lists from individual people.

      Please let us know why you loved the games that you're choosing, and what makes them worth mentioning as your personal picks for "Games of the Decade." Furthermore, choose as many or as few as you like. I'm also not even going to limit this to games released in the 2010s, as I know that many games released before then have gotten new life in this decade through patches, mods, randomizers, online communities, etc.

      Basically, there are no rules for this list other than "tell me what games you loved these past ten years, and why."

      25 votes
    6. Day 16: Flawed Frequency Transmission

      Today's problem description: https://adventofcode.com/2019/day/16 Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c. Please post your...

      Today's problem description: https://adventofcode.com/2019/day/16


      Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c.

      Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace python with any of the "short names" listed in this page of supported languages):

      <details>
      <summary>Part 1</summary>
      
      ```python
      Your code here.
      ```
      
      </details>
      
      6 votes