Mathias's recent activity
-
Comment on How to gauge the degree of someone's self-awareness? in ~talk
-
Comment on How to gauge the degree of someone's self-awareness? in ~talk
Mathias I've written a quick python program to calculate your code :) I'd love any feedback i can get, as i'm a python beginner. restart = 0 questions = ["I'm always trying to figure myself out.", "I'm...I've written a quick python program to calculate your code :) I'd love any feedback i can get, as i'm a python beginner.
restart = 0 questions = ["I'm always trying to figure myself out.", "I'm concerned about my style of doing things.", "It takes me time to get over my shyness in new situations.", "I think about myself a lot.", "I care a lot about how I present myself to others.", "I often daydream about myself.", "It's hard for me to work when someone is watching me.", "I never take a hard look at myself.", "I get embarassed very easily.", "I'm self-conscious about the way i look.", "It's easy for me to talk to strangers.", "I generally pay attention to my inner feelings.", "I usually worry about maiing a good impression.", "I'm constantly thinking about my reasons for doing things.", "I feel nervous when i speak in front of a group.", "Before I leave my house, I check how I look.", "I sometimes step back(in my mind) in order to examine myself from a distance.", "I'm concerned about what other people think of me.", "I'm quick to notice changes in my mood.", "I'm usually aware of my appearance.", "I know the way my mind works when I work through a problem.", "Large groups make me nervous."] print("Welcome to the Self Consciousness Scale Test.\n") print("For each of the statements, indicate how much each statement is like you by using the following scale:\n3 = a lot like me\n2 = somewhat like me\n1 = a little like me\n0=not like me at all.\n") while(restart == 0): restart = 0 totScore = 0 privateConScore = 0 publicConScore = 0 anxietyScore = 0 restart = 0 i = 0 j = 0 k = 0 l = 0 for i in range(len(questions)): addScore = 0 print(questions[i]) addScore = int(input()) while addScore not in {0, 1, 2, 3}: print(addScore, type(addScore)) print("You can only input 0 to 3.") addScore = int(input()) if i+1 in {8, 11}: if(addScore == 0): addScore = 3 elif addScore == 1: addScore = 2 elif addScore == 2: addScore = 1 else: addScore = 0 totScore += addScore if i+1 in {1,4,6,8,12,14,17,19,21}: privateConScore += addScore if i+1 in {2,5,10,13,16,18,20}: publicConScore += addScore if i+1 in {3,7,9,11,15,22}: anxietyScore += addScore print("You have answered all the statements.") print("Total Score: ", totScore, "/", len(questions) * 3) print("Public Self-consciousness Score: ", publicConScore, "/", 7 * 3) print("Private Self-consciousness Score: ", privateConScore, "/", 9 * 3) print("Social Anxiety Score: ", anxietyScore,"/", 6 * 3)
-
Comment on What's your week lookin like? in ~talk
-
Comment on What's your week lookin like? in ~talk
Mathias I'm sure things will turn around. There are always ups and downs :)I'm sure things will turn around. There are always ups and downs :)
-
Comment on What's your week lookin like? in ~talk
Mathias Pretty shitty, for no reason at all. Just feel very down today.Pretty shitty, for no reason at all. Just feel very down today.
-
Comment on Which is your favorite comedy tv show and why? in ~tv
Mathias Arrested Development and Brooklyn Nine-Nine are pretty great!Arrested Development and Brooklyn Nine-Nine are pretty great!
-
Comment on Would you support an increase in price of games ($80-$100 standard) in exchange for no microtransactions and free DLC? in ~games
Mathias To be fair, Inflation also plays a role in this.To be fair, Inflation also plays a role in this.
-
Comment on Here's an idea. Comment something really unique (in a good or a bad way) and relatively unknown about a place you're living in or lived in. in ~talk
Mathias According to the survey, there is a third person actually!According to the survey, there is a third person actually!
-
Comment on Favorite linux distro? in ~tech
Mathias Dual booting is something i want to look into, it's probably the best solution. I think there is a lot to learn by using a Linux system.Dual booting is something i want to look into, it's probably the best solution. I think there is a lot to learn by using a Linux system.
-
Comment on Here's an idea. Comment something really unique (in a good or a bad way) and relatively unknown about a place you're living in or lived in. in ~talk
-
Comment on Here's an idea. Comment something really unique (in a good or a bad way) and relatively unknown about a place you're living in or lived in. in ~talk
Mathias So you are the other swiss person on Tildes? :)So you are the other swiss person on Tildes? :)
-
Comment on Favorite linux distro? in ~tech
Mathias Mainly gaming. Otherwise I'd be very interested in getting started in a Linix OS!Mainly gaming. Otherwise I'd be very interested in getting started in a Linix OS!
-
Comment on <deleted topic> in ~tildes
Mathias How well does gaming on a virtualbox work?How well does gaming on a virtualbox work?
-
Comment on Where do I learn how to draw a map? in ~creative
Mathias Do you want to map the catacombs of paris or something?Do you want to map the catacombs of paris or something?
-
Comment on Favorite linux distro? in ~tech
Mathias What are some advantages i would get if i moved from windows to Arch? I can imagine most of the programs i use don't exist for Linux...What are some advantages i would get if i moved from windows to Arch? I can imagine most of the programs i use don't exist for Linux...
-
Comment on <deleted topic> in ~tildes
-
Comment on What's everyone's hobbies? in ~hobbies
Mathias I'm quite into electronic engineering. Currently i'm trying to build a 3d printer with two other guys. I really hope it works out!I'm quite into electronic engineering. Currently i'm trying to build a 3d printer with two other guys. I really hope it works out!
-
Comment on How can non-native speakers improve their english writing skills? in ~talk
Mathias I should really start reading books more often, lol. I even got an english one frlm a reddit secret santa exchange. I really try to write longer texts, but i just kind of run out of ideas of what...I should really start reading books more often, lol. I even got an english one frlm a reddit secret santa exchange.
I really try to write longer texts, but i just kind of run out of ideas of what to say lol. That's the case in real life too, sometimes, but less than online.
-
Comment on How can non-native speakers improve their english writing skills? in ~talk
Mathias Social media can really be helpful. Oftentimes when I'm writing a comment or a post, i just delete it because I think i wrote it really shitty, and I'll get hated on or something lol. Even though...Social media can really be helpful. Oftentimes when I'm writing a comment or a post, i just delete it because I think i wrote it really shitty, and I'll get hated on or something lol. Even though i know that's not the case 90% of the time.
-
How can non-native speakers improve their english writing skills?
I'm not a native speaker, but from browsing reddit, understand 95% of what I read / hear. I also watch TV Shows exclusively in english. However, when i write a comment or something in english, it...
I'm not a native speaker, but from browsing reddit, understand 95% of what I read / hear. I also watch TV Shows exclusively in english. However, when i write a comment or something in english, it always feels like it doesn't really "flow".
How can i, or other non-native speakers improve our writing skills?
15 votes
I should really clean up my code after I'm done!
Also i'm kinda not sure when a variable needs to be initialized and when not. But i guess it doesn't need to be when you dont perform an operation on it, right?
With the addScore = 3 - addScore, i was sure there has to be a simple way to do that, but i just couldn't think of it.
I don't agree on the totScore being clearer when adding up the 3 subscores. When glancing over the code, it could be possible that the 3 subscores share a question. I didn't even notice they do not share one! However i agree that it's cleaner to perform a single operation instead of one every loop.
Thank you for the feedback, i appreciate it!
Feel free to tell me the other stuff you noticed :)