Recent content by SamRoss

  1. SamRoss

    Is AI hype?

    In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for...
  2. SamRoss

    Creative destruction examples

    Does anyone know of any creative destruction examples where a new technology undermined the power of a group of elites that seemed to be holding all the cards? Thanks!
  3. SamRoss

    Need help from FUNNY people (creating a game for my students)

    The teacher asks a question and the student either gets it correct or incorrect. It's not just a matter of making up scenarios. ChatGPT is good for that. It's the punch lines that are hard.
  4. SamRoss

    Need help from FUNNY people (creating a game for my students)

    Thanks for your response. As far as challenging the monarch not having a downside, I have not divulged all the rules for the game as they are not necessary for this thread. With regards to ChatGPT, I use it daily for many tasks and have used it to brainstorm some of these. However, it's just not...
  5. SamRoss

    Need help from FUNNY people (creating a game for my students)

    I’m creating a game for my students called Royal Questions. The purpose of the game is to make any question-answer session fun. It’s loosely based on medieval times but really anything can happen. Here’s how it works: Students are selected randomly and asked to choose from the following...
  6. SamRoss

    Python Why do 0.1 and 1/10 work but 0.3-0.2 doesn't?

    I get that, but I know that 0.1 also cannot be represented in binary so why does the computer NOT have a problem with doing 1/10?
  7. SamRoss

    Python Why do 0.1 and 1/10 work but 0.3-0.2 doesn't?

    I understand that some numbers cannot be represented in floating point but I don't understand why the way we obtain those numbers matters. In python, if I type print(0.1) or print(1/10) I get 0.1 but if I type print(0.3-0.2) I get 0.09999999... Why the difference?
  8. SamRoss

    Navigating the Tensions in Ukraine: A Scientific Perspective

    If it makes you feel any better, Biden is very strongly anti-war. He was a critic of our ongoing wars in the Middle East and the last thing he wants is to get involved in another drawn-out conflict.
  9. SamRoss

    How can I get the RUN button in Visual Studio Code to turn GREEN again?

    Yes, that is what I've been doing. I do have a heck of a lot of global variables which did seem awkward to me. I'll try the dictionary strategy and let you know how it goes.
  10. SamRoss

    How can I get the RUN button in Visual Studio Code to turn GREEN again?

    I'm not using git. In fact, although I've heard it mentioned over and over, I'm not really quite sure what it is. I suppose my next step should be to look into it. Dropbox is where I've been keeping all my important files for many years. Guess I'll have to make a change.
  11. SamRoss

    How can I get the RUN button in Visual Studio Code to turn GREEN again?

    Thanks for the help, @DaveC426913. What exactly do you need a screenshot of?
  12. SamRoss

    How can I get the RUN button in Visual Studio Code to turn GREEN again?

    No, I'm not. Should I be? Here are some pics of the make_worksheet function if it's helpful.
  13. SamRoss

    How can I get the RUN button in Visual Studio Code to turn GREEN again?

    Hello again @pbuk :) . I seem to be having the same problem even in the command prompt (except for the fact that running the master file from the command prompt did not stop other python files from working in vscode). Below are pictures of what's going on. I called my make_worksheet function to...
Back
Top