• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. LFG (Looking For Group) Thread: Play games with other folks on Tildes

      Post in this thread if you've got a game you want to play, and you're looking for others to play with. Video games, tabletop games, friend codes, gamer tags, you name it. :) EDIT: There is an...

      Post in this thread if you've got a game you want to play, and you're looking for others to play with. Video games, tabletop games, friend codes, gamer tags, you name it. :)

      EDIT: There is an Unofficial Discord server with a #games channel. It may be easier to organize on there, and the link's posted a handful of times in this thread, so I'm just gonna... stick it here, I guess? https://discord.gg/PcP8qHS

      24 votes
    2. What did you do this week?

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do...

      As part of a weekly series, these topics are a place for users to casually discuss the things they did — or didn't do — during their week. Did you accomplish any goals? Suffer a failure? Do nothing at all? Tell us about it!

      5 votes
    3. What's your relationship with advice?

      How often do you tend to give or receive advice? If/when you're receiving it, from where/who? And about what? If you're giving advice, what is it usually about? If you're confident in your...

      How often do you tend to give or receive advice?

      If/when you're receiving it, from where/who? And about what?

      If you're giving advice, what is it usually about?

      If you're confident in your knowledge/advice in any given area, what places do you not reccomend people take advice in that area from?

      What people/places do you get advice from?

      Do you ever get or follow places that give advice you won't use until far later? (I admittedly do this quite a bit by lurking r/sex.)

      8 votes
    4. What have you been listening to this week?

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as...

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as well, we'd love to see your hauls :)

      Feel free to give recs or discuss anything about each others' listening habits.

      You can make a chart if you use last.fm:

      http://www.tapmusic.net/lastfm/

      Remember that linking directly to your image will update with your future listening, make sure to reupload to somewhere like imgur if you'd like it to remain what you have at the time of posting.

      7 votes
    5. What programming/technical projects have you been working on?

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...

      This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

      7 votes
    6. Day 12: Rain Risk

      Today's problem description: https://adventofcode.com/2020/day/12 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/2020/day/12


      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>
      
      12 votes
    7. Collapsed comments that contain only a quote

      When a comment is collapsed, either through tags or already being read, it shows a one line preview of the comment. This preview skips any quotes in the comment. This works perfectly when quotes...

      When a comment is collapsed, either through tags or already being read, it shows a one line preview of the comment. This preview skips any quotes in the comment. This works perfectly when quotes are used to reference a part of the comment they are replying to. But if the comment includes only a quote, the preview line is just blank. This makes it look like an error. I think that, if a comment has only a quote, it should do something like this:

      Quote

      Or

      Quote: This is the quote text…

      7 votes