• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. Weekly megathread for news/updates/discussion of Russian invasion of Ukraine - June 30

      This thread is posted weekly on Thursday - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic,...

      This thread is posted weekly on Thursday - please try to post relevant content in here, such as news, updates, opinion articles, etc. Especially significant updates may warrant a separate topic, but most should be posted here.

      If you'd like to help support Ukraine, please visit the official site at https://help.gov.ua/ - an official portal for those who want to provide humanitarian or financial assistance to people of Ukraine, businesses or the government at the times of resistance against the Russian aggression.

      12 votes
    2. 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
    3. Is it possible to expand my Windows EFI partition?

      I currently dual-boot Arch and Windows and just use the Windows EFI partition in Arch as well, however I only have about 13 MB of space left on it. I’d like to try installing Gentoo on an extra...

      I currently dual-boot Arch and Windows and just use the Windows EFI partition in Arch as well, however I only have about 13 MB of space left on it.

      I’d like to try installing Gentoo on an extra SSD I have with nothing on it, but don’t really want to have a second EFI partition if I can avoid it.

      So my question is, can I shrink the Windows main partition towards the right and expand the the Windows EFI partition into the newly freed space?

      6 votes
    4. 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?
      
      2 votes
    5. How to edit a podcast on Linux?

      Looking at the available options, I see many programs such as Ardour and Audacity that seems to focus on recording, mixing, streaming, etc. But what should use it to actually edit the thing? By...

      Looking at the available options, I see many programs such as Ardour and Audacity that seems to focus on recording, mixing, streaming, etc. But what should use it to actually edit the thing?

      By that I mean changing the order of things, removing silences, involuntary sounds, and noises, adding music and sound effects, as well as making what I'm saying more concise and intelligible.

      I have a background in video editing, and I'm used to working in the "timeline paradigm" that is common to Adobe Premiere and older versions of Final Cut (I have no idea what Final Cut looks like now...). But I have no idea how to edit stuff using actual audio software, I've only used those to treat audio and then finish editing on other programs.

      I'd use a video editor for that, but I currently don't own any machine powerful enough to use a video editor software comfortably.

      7 votes
    6. 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?

      6 votes
    7. What should a layperson know about AI?

      Asking for a friend. 😉 In all seriousness, the question was inspired by the news out of Google and specifically @Whom's comment here. What should non-technical laypeople know about AI? The info...

      Asking for a friend. 😉

      In all seriousness, the question was inspired by the news out of Google and specifically @Whom's comment here.

      What should non-technical laypeople know about AI?

      The info doesn't have to be limited to just this particular news item either. What information would you want included in an AI 101 rundown? What is it currently used for? What will it do in the future? What are its limitations? What are its potentials?

      And, of course, how should people interpret stuff like today's big news item?

      15 votes