• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. What have you been watching / reading this week? (Anime/Manga)

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was...

      What have you been watching and reading this week? You don't need to give us a whole essay if you don't want to, but please write something! Feel free to talk about something you saw that was cool, something that was bad, ask for recommendations, or anything else you can think of.

      If you want to, feel free to find the thing you're talking about and link to its pages on Anilist, MAL, or any other database you use!

      4 votes
    2. Looking for recommendations for self-hostable static blog software

      I used to use a random FOSS Python program to manage my blog. The software honestly wasn't the best (partially my own fault for not setting it up super well) and I stopped using it, lost my blog's...

      I used to use a random FOSS Python program to manage my blog. The software honestly wasn't the best (partially my own fault for not setting it up super well) and I stopped using it, lost my blog's source code, and haven't updated the blog in a long time because of that. So I'm looking for a static site generator that is simple, well maintained, and no-frills.

      14 votes
    3. Can someone explain the systemd controversy to a nontechnical user?

      A project I'm working on requires me to cover a bit of comedy targeting Lennart Poettering as it's tangentially related, and I'd like to have more context even though it's not strictly necessary....

      A project I'm working on requires me to cover a bit of comedy targeting Lennart Poettering as it's tangentially related, and I'd like to have more context even though it's not strictly necessary. I'm a nontechnical Linux user who used the OS before systemd came around, but really the only impact on my life it's had is that I occasionally use systemctl to control services.

      Though I wasn't paying as much attention to the community around the time major distributions switched, I've been casually exposed to criticism of it ever since I came back, and I'd like to make sense of it all and form an opinion beyond "I like Fedora and GNOME and it seems to go hand-in-hand with those". I've read The Biggest Myths, the Wikipedia article, some stuff on freedesktop.org, and of course absorbed the venom slung back and forth over systemd in every FOSS community, but it's hard to get a full picture. And a picture from 2022, for that matter, as a lot of this information comes from its early days. Help me out?

      24 votes
    4. 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.

      5 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?

      5 votes
    6. What's on your mind?

      My time going back to traditional forums has made me realize that Tildes is missing a general lounge kind of space. This group comes the closest, but even the threads here are focused in a way...

      My time going back to traditional forums has made me realize that Tildes is missing a general lounge kind of space. This group comes the closest, but even the threads here are focused in a way that feels a bit different.

      So here I only ask: what's on your mind?

      21 votes
    7. Tildes' 2022 Backlog Burner: Week 2 Discussion Thread

      Use this thread to post about the games that you play! Also, a quick note about thread etiquette: It is fine to make multiple top-level posts throughout the week if you play multiple games. It is...

      Use this thread to post about the games that you play!

      Also, a quick note about thread etiquette: It is fine to make multiple top-level posts throughout the week if you play multiple games. It is also fine to respond to yourself with updates if you're continuing a single game and want to talk more about it as you go!


      Previous threads:

      Announcement
      Beginning
      Week 1


      What is this?

      Your "backlog" is all those games you've been meaning to play or get around to, but never have yet! This event is an attempt to get us to collectively dig into that treasure trove of experiences!

      How do I participate?

      Choose a game (or several) from your backlog and play it/them. Then tell us about your experiences in the discussion thread for the week! If you're not sure what you might write, take a look at a previous backlog post or our previous Backlog Burner event in 2020 to get an idea. Also if you want to keep track of statistics across the whole event or anything else like that, go for it!

      Do I need to finish the games I play?

      Nope! Not at all. There aren't really any requirements for the event so much as this is an incentive to get us to play games we've been avoiding starting up, for whatever reason. Play as much or as little as you like of a given game. Try out dozens for ten minutes each or dive into one for 40 hours. There's no wrong way to participate!

      What's the timeline?

      I will post an update thread weekly, each Tuesday, for the four weeks of February. At the end of the month, I think it would be neat to tally how many collective games we all removed from our backlogs, as well as what the best finds were from our collective digging into our libraries. I expect we'll turn up some good hidden gems, as well as interesting insights.

      Do I need to sign up?

      You don't have to do anything to officially join or participate in the event other than post in these threads! Participate in whatever way works for you. Also, because this is ongoing, it is okay to make more than one top-level post if you're updating the thread with new information.

      10 votes
    8. Weekly US politics news and updates thread - week of February 14

      This thread is posted weekly - please try to post all relevant US political content in here, such as news, updates, opinion articles, etc. Extremely significant events may warrant a separate...

      This thread is posted weekly - please try to post all relevant US political content in here, such as news, updates, opinion articles, etc. Extremely significant events may warrant a separate topic, but almost all should be posted in here.

      This is an inherently political thread; please try to avoid antagonistic arguments and bickering matches. Comment threads that devolve into unproductive arguments may be removed so that the overall topic is able to continue.

      7 votes
    9. 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!

      7 votes
    10. 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