Recent content by SamRoss
-
Is AI Overhyped?
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...- SamRoss
- Thread
- agi Ai asi hype transhuman
- Replies: 417
- Forum: Computing and Technology
-
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!- SamRoss
- Thread
- creative destruction Power undermine
- Replies: 4
- Forum: Art, Music, History, and Linguistics
-
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.- SamRoss
- Post #5
- Forum: General Discussion
-
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...- SamRoss
- Post #3
- Forum: General Discussion
-
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...- SamRoss
- Thread
- Game students
- Replies: 7
- Forum: General Discussion
-
Python Why do 0.1 and 1/10 work but 0.3-0.2 doesn't?
Sounds reasonable.- SamRoss
- Post #5
- Forum: Programming and Computer Science
-
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?- SamRoss
- Post #3
- Forum: Programming and Computer Science
-
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?- SamRoss
- Thread
- Work
- Replies: 107
- Forum: Programming and Computer Science
-
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.- SamRoss
- Post #631
- Forum: General Discussion
-
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.- SamRoss
- Post #16
- Forum: Computing and Technology
-
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.- SamRoss
- Post #14
- Forum: Computing and Technology
-
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?- SamRoss
- Post #13
- Forum: Computing and Technology
-
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.- SamRoss
- Post #12
- Forum: Computing and Technology
-
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...- SamRoss
- Post #7
- Forum: Computing and Technology
-
How can I get the RUN button in Visual Studio Code to turn GREEN again?
I have, yes.- SamRoss
- Post #5
- Forum: Computing and Technology