• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Day 5: Binary Boarding

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


      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>
      
      13 votes
    2. Fortnightly Programming Q&A Thread

      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?
      
      11 votes
    3. Day 6: Custom Customs

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


      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>
      
      10 votes
    4. Weekly coronavirus-related chat, questions, and minor updates - week of November 30

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the...

      This thread is posted weekly, and is intended as a place for more-casual discussion of the coronavirus and questions/updates that may not warrant their own dedicated topics. Tell us about what the situation is like where you live!

      11 votes
    5. [SOLVED] Looking for the name of a specific board game, recommended on tildes

      As the title suggests, I am lookimg for the name of an existing boardgame. Some time ago (months), there was a discussion about boardgame recommendations. One person described a very interesting...

      As the title suggests, I am lookimg for the name of an existing boardgame.
      Some time ago (months), there was a discussion about boardgame recommendations. One person described a very interesting boardgame, which I wanted to gift my family for christmas, but I sadly closed the tab with it and I can't find the original post anymore.

      The game goes as follows:
      One player builds a construct with different shapes and colours according to certain guidelines. The other players now have to find the rules, which the presentated construct follows, by building their own construct and getting feedback from the gamemaster, if it fulfills their guidelines.

      According to the poster, this game was originally a game a group of friends played in college, it became so popular that they created a sellable version. Recently they revamped it.

      P.S. I am not really familiar with this kind of post, so if I did anything wrong, some feedback would be nice.

      P.P.S. Is there some kind of function (maybe through tags?) to mark this post as solved, if hopefully someone managed to recognise the game?

      8 votes
    6. What did you do this weekend?

      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 weekend. Did you make any plans? Take a trip? Do nothing at...

      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 weekend. Did you make any plans? Take a trip? Do nothing at all? Tell us about it!

      10 votes
    7. IRC, anyone?

      I've created a room on Freenode called #tildes-aoc. It could be fun to jump in and hang out while we work on these problems.

      9 votes