• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Monitor recommendations?

      I'm in the market for an external monitor for my Macbook M1 and wanted some advice on what I should get. I pretty much only code, read pdfs and webpages, and watch videos (not movies really) on my...

      I'm in the market for an external monitor for my Macbook M1 and wanted some advice on what I should get. I pretty much only code, read pdfs and webpages, and watch videos (not movies really) on my laptop, so these would be the use cases. I'm trying not to break the bank here so I was looking at some budget options. The Macbook has USB-C so I would be looking for a monitor with that, but my main question is regarding resolution. Do I really need a 4K monitor for my use cases? I'd be interested in hearing people's experiences with 4K versus without — I've never had one but I'm wondering if now is the time to splurge and get it? Will the difference be very noticeable if I'm primarily looking at text?

      My first place option right now is this one from Asus, so I'm curious if the brand is reliable as well. I don't think I've ever had an Asus product. If I were to splurge and get a 4K monitor I would probably get this Dell, but at $400 its a bit more than I was hoping to spend. But I also don't want to get a monitor that I immediately want to upgrade. Curious what other people's thoughts and experiences have been.

      EDIT: See my comment for some updates. I've backed away from the 1080p options!

      10 votes
    2. Weekly US politics news and updates thread - week of May 22

      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.

      4 votes
    3. What have you been listening to this week?

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as...

      What have you been listening to this week? You don't need to do a 6000 word review if you don't want to, but please write something! If you've just picked up some music, please update on that as well, we'd love to see your hauls :)

      Feel free to give recs or discuss anything about each others' listening habits.

      You can make a chart if you use last.fm:

      http://www.tapmusic.net/lastfm/

      Remember that linking directly to your image will update with your future listening, make sure to reupload to somewhere like imgur if you'd like it to remain what you have at the time of posting.

      5 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. Thoughts on brinkmanship with the US national debt?

      Putting aside specific criticisms of the GOP as it exists today, what do you think of using the debt ceiling as a tool to reel in spending and put the US on a sustainable path with its national...

      Putting aside specific criticisms of the GOP as it exists today, what do you think of using the debt ceiling as a tool to reel in spending and put the US on a sustainable path with its national debt? People make it out to seem backwards and manipulative, but this whole situation seems like we're driving a hundred miles an hour toward a cliff and the person saying we should slam the breaks is getting flack because it'll damage the car.

      14 votes
    6. How do you imagine society would develop if dragons existed?

      Stories involving dragons tend to be in medieval periods so maybe we can try to extrapolate forward in time a bit. Dragons could be from any mythologies or fictions of your fancy! For my take, a...

      Stories involving dragons tend to be in medieval periods so maybe we can try to extrapolate forward in time a bit. Dragons could be from any mythologies or fictions of your fancy!

      For my take, a dragon is a flying fire-breathing giant lizard with the size and toughness of a big building. I believe a critical factor is how tamable dragons are. If not at all, they'd go from something humans fear and run away from, then being hunted for glory and materials, then being protected in conservation areas to prevent going extinct. If they can be fully domesticated (like dogs), they could expedite for warfare, transportation and industrialized metalwork. The most interesting scenario imo is the in-between where they could only be partially trained. Maybe a skilled trainer can get them to behave 80% of the time but there's a low but significant chance that they get agitated and wreck havoc. How do we make use of them while ensuring safety and intervenability?

      On the cultural side, we might not have as many myths and legends about dragons anymore. We might find the idea of giant flying fire creatures utterly mundane (phoenixes might be less interesting by relation even if they still don't exist in this universe). What would we mythologize about instead?

      14 votes
    7. Is it possible to run a Linux app that requires USB/OTG support from an Android device?

      I know very little about Linux but have a good overall level of technical aptitude. I have a device called an eDrumin 10 which uses an app to change the internal settings....

      I know very little about Linux but have a good overall level of technical aptitude.

      I have a device called an eDrumin 10 which uses an app to change the internal settings. https://www.audiofront.net/downloads.php I would like to use the control app from a tablet, but would prefer not to buy a ipad if I don't need to. Would it be possible to run the Linux version from an Android tablet?

      5 votes