• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. What are you reading these days?

      What are you reading currently? Fiction or non-fiction or poetry, any genre, any language! Tell us what you're reading, and talk about it a bit. Previous topics Previous topics are listed in the wiki.

      8 votes
    2. What do you think about YouTube rewind 2019?

      What do you think about it? I personally think it's just another rewind showcasing how YouTube is prioritizing more generic audiences and content because YouTube has pratically turned into online...

      What do you think about it? I personally think it's just another rewind showcasing how YouTube is prioritizing more generic audiences and content because YouTube has pratically turned into online video and is more focused on growing into audiences who use the Internet for entertainment and to pander to advertisers and since YouTube is more the, rather than a platform, pretending the entirety of YouTube is or at this point even could be a united community without massive, world-wide changes to society is just incorrect. The list format like watchmojo is probably to pretend they have backpedaled and that they're now unbiased. (Also they have done it in this format before.)

      14 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.

      9 votes
    4. Day 9: Sensor Boost

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


      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>
      
      9 votes
    5. 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?
      
      6 votes
    6. Home brewing

      So, I'm currently working up 2 1 gallon apfelweing batches. For a while I was doing many 6 gallon batches, but took a break for a while, and getting back into it. Any other homebrewers out there?...

      So, I'm currently working up 2 1 gallon apfelweing batches. For a while I was doing many 6 gallon batches, but took a break for a while, and getting back into it.

      Any other homebrewers out there? Anything fermented, even kombucha :)

      13 votes