• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. 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?

      10 votes
    2. Best romantic movies?

      My Anniversary is coming up and I'd like to do a movie night for my wife. She likes romantic films but I don't so we don't often watch them together. I'd like to come up with 3 or 4 of the best...

      My Anniversary is coming up and I'd like to do a movie night for my wife. She likes romantic films but I don't so we don't often watch them together.

      I'd like to come up with 3 or 4 of the best romantic movies ever to watch together as a gift to her. Since I don't ever watch these kinds of movies I don't know what's objectively good.

      Thanks!

      Thanks to everyone who responded! There are so many great options that I'm going to make a list of all of them to draw from on other special occasions too!

      26 votes
    3. This graph shows that measuring #SARSCoV2 levels in municipal sewage almost perfectly predicts forthcoming #COVID19 cases with a full week's notice (R=0.994)

      @brennanspiegel: This graph is amazing. It shows that measuring #SARSCoV2 levels in municipal sewage almost perfectly predicts forthcoming #COVID19 cases with a full week's notice (R=0.994). It's one of several discoveries in this new study from @Yale: https://t.co/hZVdXebx2D. C-19 is #InThePoop

      15 votes
    4. Good, fun, easy and cheap co-op games for a gamecircle

      We're trying to start a Gamecircle (kind of like a Bookcircle) with friends and accuintances and I'm looking for some good Games to start. It is a daunting task to be honest, as there will be some...

      We're trying to start a Gamecircle (kind of like a Bookcircle) with friends and accuintances and I'm looking for some good Games to start. It is a daunting task to be honest, as there will be some first time gamers taking part. And for me as a singleplayer for year (mostly factorio and some round and grand strategy games) I dont even know where to start looking.
      I'm looking for something like mario kart, which is easy to understand and fun for everybody to play, for the first months. Not cost more than 10$, be aviable through steam or gog or itch.io, preferably cross-platform (steam play works fine too).

      On another note, has someboy tried something like this? how did/does it work out? What would be your Advice?

      11 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?
      
      8 votes