• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. 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?
      
      3 votes
    2. Day 19: Not Enough Minerals

      Today's problem description: https://adventofcode.com/2022/day/19 Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it...

      Today's problem description: https://adventofcode.com/2022/day/19

      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. 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
    4. What are your plans for the first six months of 2023?

      In December, a lot of people make plans and ask about what you want for the next year. But a year is a long time, and maybe it's not a good idea to have a rigid plan for such an extended...

      In December, a lot of people make plans and ask about what you want for the next year. But a year is a long time, and maybe it's not a good idea to have a rigid plan for such an extended timeframe.

      Rigid plans lead to frustration when, inevitably, circumstances force us to change our perspective to varying degrees. Dreams are put on hold, objectives shift and adapt.

      So I am not asking about the entirety of 2023. I'm asking instead: what do you hope to achieve in the first semester of 2023?.

      As usual, anything goes. Big or small, personal or professional. Whatever you want to accomplish is good for this thread.

      I'm curious to learn what's on your mind. Cheers! ;)

      13 votes
    5. Weekly coronavirus-related chat, questions, and minor updates - week of December 19

      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!

      4 votes
    6. 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?
      
      3 votes
    7. Day 17: Pyroclastic Flow

      Today's problem description: https://adventofcode.com/2022/day/17 Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it...

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

      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>
      
      5 votes
    8. Year in Review: Movies of 2022

      What were your highlights for the year? What were the best things you watched? What surprised you? What let you down? Reflect back on the year and talk about anything and everything related to the...

      What were your highlights for the year? What were the best things you watched? What surprised you? What let you down?

      Reflect back on the year and talk about anything and everything related to the movies you watched in 2022. You do NOT have to limit it to 2022 releases -- anything you watched this year counts.

      7 votes
    9. Tildes Pop-Up Music Event: Feelin’ ‘22

      Pop-Up Event: Feelin’ ‘22 Task: Listen to an album featured in any end-of-year music list for 2022 and let us know what you thought of it. Also, tell us what list you got it from, as well as why...

      Pop-Up Event: Feelin’ ‘22

      Task: Listen to an album featured in any end-of-year music list for 2022 and let us know what you thought of it. Also, tell us what list you got it from, as well as why you chose it.

      Time Period: Saturday, November 10 through Sunday, November 18

      Help from Our Staff: Need a place to start? Try one of these:

      Uh, what is this exactly?

      Check out the previous Pop-Up, Ludonostalgia!, over in ~games to get an idea.

      5 votes
    10. Day 18: Boiling Boulder

      Today's problem description: https://adventofcode.com/2022/day/18 Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it...

      Today's problem description: https://adventofcode.com/2022/day/18

      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>
      
      5 votes
    11. Invites disabled?

      I usually browse Tildes logged out, however today I decided to log in to participate. Before doing so, I wanted to explore Tildes' user interface a little. I opened the "Invite Users" page and was...

      I usually browse Tildes logged out, however today I decided to log in to participate. Before doing so, I wanted to explore Tildes' user interface a little. I opened the "Invite Users" page and was greeted with a message stating: "You aren't able to generate more invite links right now.".

      To the best of my knowledge, I have never invited anyone before. I have a strong, random password on my Tildes account so I believe it to be unlikely I was compromised.

      Are invites globally disabled, or could a site administrator take a look at my account and check what's going on?

      3 votes