• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing unfiltered topic list. Back to normal view
    1. Weekly US politics news and updates thread - week of September 12

      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
    2. Ideas how to unlock Google's blocking of my YouTube RSS feeds

      I subscribe to quite a few youtube channels to get notified when there are new videos posted. I've had this set up for several years. Today I tried to add a new channel I've discovered. My RSS...

      I subscribe to quite a few youtube channels to get notified when there are new videos posted. I've had this set up for several years.

      Today I tried to add a new channel I've discovered. My RSS reader informs me it's blocked. I check all the other youtube feeds. Every single one of them reports "Error transferring <feed url>." server replied Forbidden (201).


      Update: One day later and every feed is connecting and transferring again. It seems to be a temporary block. My IP address has changed overnight though so that's still my main suspicion.


      It seems like I'm not the only victim

      That contains a link to the author's issue on google's issue tracker

      The official response is

      Status: Won't Fix (Infeasible) Unfortunately, there's nothing we could do here. Please reach out to community forum or Stackoverflow. Check out the link below:

      https://stackoverflow.com/questions/29752447/how-to-get-a-youtube-channel-rss-feed-after-2015-april-20-without-v3-api

      They completely misunderstood the question - it's not asking how to find a feed, it's asking why that feed is getting blocked.

      Not only this but using DuckDuckGo bangs for to search google get randomly sent to a captcha page - issuing the exact same query a second time goes through perfectly. The same is happening with keyword searches I set up in my browser. .

      Any ideas what to do about this?

      So sick of google's monopoly.

      13 votes
    3. Fitness Weekly Discussion

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started...

      What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?

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

      8 votes
    5. 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
    6. What are some good ultra-low-spec computer games?

      So my TV is broken (so no Xbox) and my laptop is a potato. Well, not a total potato, it has an i54210 1.7ghz CPU with integrated Intel HD 4400 graphics. It's a Linux machine, but since Proton I...

      So my TV is broken (so no Xbox) and my laptop is a potato. Well, not a total potato, it has an i54210 1.7ghz CPU with integrated Intel HD 4400 graphics. It's a Linux machine, but since Proton I fully expect to be able to play many low spec games.

      I'm looking into some low spec games. I got Papers Please and liked it a lot. For something meatier I was thinking Baldurs Gate Enhanced, but I fear that I might have a hard time with the outdated mechanics. I had a hard with the original Fallout for that reason... I loved it back in the day, but it was just too clunky for my current tastes.

      21 votes
    7. Weekly megathread for news/updates/discussion of Russian invasion of Ukraine - September 8

      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.

      17 votes
    8. 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