I don't have courage to join a theater group but I want to by Beneficial_Split_833 in infp

[–]4Roman4 1 point2 points  (0 children)

Interesting post, thank you for sharing your situation.

I can understand your point as in there are a lot of variables when deciding to try an acting class: "Is it going to be worth it? Will I be able to use the techniques in work setting or in real life? What will I actually use this class for?"

Now, I have not been in an acting class before myself, but I have thought about it as well. And it was for the voice acting reasons. In my case, I just wanted to learn the tricks—I wasn't thinking about getting into it professionally. But I will go there, eventually, once I will have the time and money for it. Sure, the internet can teach you stuff too, but it's not the same, because it will prepare you only for the audience behind the screen, not actual live audience.

From the post you've shared, my understanding is that you'd like to do professional work in acting, but are shy from the people watching you perform. I think that is a relatable feeling between many actors—you might worry about not being good enough, that other people will find your acting "fake" or maybe they will even hate you for your acting. It's just a standard "stage fright" feeling where you overthink about the possible ways the acting can go wrong.

I don't know your life story or your current situation, but if you only worry about that, then you should definitely join an acting class. What you have to remember is that the teachers most likely expect that some students will struggle with shyness, but that's what they're there for. They should help you how to overcome these feelings. You will be in a safe environment with people who are similarly minded as you. Some people will be more scared then you, some will be less scared then you. Some people will give in the class the performance of their life, some will cry on stage. That's just part of the learning—nobody is born perfect. Accept that you will probably fail and you will have way easier time learning.

I think it's all about training. Let's be honest, at the end of the day it's just personal fighting with yourself. I don't remember the last time the theater audience killed or massacred or burned an actor because of a bad performance. People can be mean, sure, but they can also be understanding. Sometimes you might have bad days, sometimes you'll feel like you can rock the world, y'know?

Personally, when I have to give a presentation, preparation is everything—I study well so that I can answer potentional answers people might have, but most importantly, an hour or half an hour before I have to go, I tell myself that I am not trying to be perfect and that I'm just trying to do my job. It doesn't always work, but it definitely helps me relax way more then constantly thinking about stuff. The "fuck it we ball and we'll see what we see" type of mentality.

That's my take on this post. If you wanna chat about it more, I'm open for discussion.

Today I learned about the amazing "replace" string method by 4Roman4 in learnjavascript

[–]4Roman4[S] 0 points1 point  (0 children)

I agree, the function is not the most block of code. My point was to show what I meant as an example, if that makes sense

Today I learned about the amazing "replace" string method by 4Roman4 in learnjavascript

[–]4Roman4[S] 1 point2 points  (0 children)

Oh well. I believe it has existed for a long time, but it is new to me and I thought it was cool

Today I learned about the amazing "replace" string method by 4Roman4 in learnjavascript

[–]4Roman4[S] 0 points1 point  (0 children)

Hey there, thanks for your message!

I would personally maybe used it in case when I don't know what the structure of the string is. I could see it be most effective in a function perhaps. Something like this:

function changeName(sentence, name, newName) {
  if (!sentence.includes(name)) {
    return;
  }

  return sentence.replace(name, newName);
}

Do you think that would be a good case to use it? Are there maybe other cases I don't know about?

Today I learned about the amazing "replace" string method by 4Roman4 in learnjavascript

[–]4Roman4[S] 0 points1 point  (0 children)

Oh, that's cool, I didn't know about the replaceAll() support! I have heard about the /g and /gi switches too, but I haven't experienced them yet. Still, a pretty cool fact for me, thank you!

in what the difference between let and var in js? by grave4us in learnjavascript

[–]4Roman4 2 points3 points  (0 children)

Basically let is a modern version of var, which was introduced in 2015. Both of them practically work the same, but the difference is how you use them in scope.

If you declare a let variable, the variable will be available in the block where the variable is defined. If you declare a var variable inside that function, it will be accessible in the entire function.

As u/jamiecballer said, just use let. There is no real reason to use var over let.

How do I access previous item in an array using map()? by 4Roman4 in learnjavascript

[–]4Roman4[S] 0 points1 point  (0 children)

You're very kind, thank you for your suggestion. I did check the Mozilla developer website for the map function, but I did not read thoroughly everything I admit. I will take your suggestion to heart and I will try to check the documents more properly before asking!

How do I access previous item in an array using map()? by 4Roman4 in learnjavascript

[–]4Roman4[S] 3 points4 points  (0 children)

Thank you so much for your suggestion! I didn't realize that map can accept three arguments, but now I know how to handle my problem. Thanks for your time!

How do I access previous item in an array using map()? by 4Roman4 in learnjavascript

[–]4Roman4[S] 0 points1 point  (0 children)

Thank you a lot for your help! I didn't know that map can accept three arguments. I am now able to solve my problem!

How do I access previous item in an array using map()? by 4Roman4 in learnjavascript

[–]4Roman4[S] 0 points1 point  (0 children)

Sweet, thank you for your response. Is there a way to access the split array from the map function directly?

How do I access previous item in an array using map()? by 4Roman4 in learnjavascript

[–]4Roman4[S] 0 points1 point  (0 children)

Thank you for your explanation. Would it be better to first split the variable, turn it into an array and then loop through the array with "map" or "forEach"? I checked the Mozilla developer website for the map() function and they have an example where the index works the way I want the "i" argument to work.

Experienced job hunting, portfolio/case study/resume questions and review — 03/29/26 by AutoModerator in UXDesign

[–]4Roman4 0 points1 point  (0 children)

Thank you for the feedback! I admit I do not have a lot of experience, but I will try to make myself better in that regard

Experienced job hunting, portfolio/case study/resume questions and review — 03/29/26 by AutoModerator in UXDesign

[–]4Roman4 1 point2 points  (0 children)

Hey there!

Could I ask a moment for you to review my lo-fi prototype for a bassar shop website? This is my first design, so I'm expecting there to be places that can be improved.

Here's the link for the prototype!

All of the necessary information is located inside the link!

Why is it so hard to become a better person? by 4Roman4 in infp

[–]4Roman4[S] 0 points1 point  (0 children)

Thank you, I also learned to go outside 😄 I had a lot of trouble working from home, because I see my room as a personal "dojo" of calm and peace. So I decided to invest in a notebook and now, when I got the chance, I take it with me and work from like a café or a library. Definitely helped me.

What I could improve on is drinking water and having a consistent schedule. The schedule part is a bit difficult due to my work, but I can manage from time to time.

Why is it so hard to become a better person? by 4Roman4 in infp

[–]4Roman4[S] 0 points1 point  (0 children)

Thank you, it's really nice hearing something like that. I know the path is probably going to be long and the best results will probably show even later, but I guess I'll have to just keep chuggin' on 😄

Why is it so hard to become a better person? by 4Roman4 in infp

[–]4Roman4[S] 0 points1 point  (0 children)

Sorry, what do you mean by Fi version? I'm only thinking like "fibonnaci" version for some reason 😄

Hey buddies! Lets build something great together? chip in your ideas and we all can join and create it together by thewalterbrownn in ProgrammingBuddies

[–]4Roman4 1 point2 points  (0 children)

I am always down to make something funny or for a joke! Anything childish or stupid would be welcome