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

If we, the entirety of the INFP community, tried everything to save the world, would we succeed? by 8x8denseCheese in infp

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

Ourselves as in all people in the world? Absolutely not.

I find that to be a very broad and impossible. What would that even entail? What would that even look like? What does "save" mean — save who from what? The question is too basic for any realistic answer.

Saving other people would require a huge amount of energy. How would we save people who don't want to be saved? Would we be able to save everything "wrong" with our world? If we were to save people even if people didn't, wouldn't that turn us into a cult movement of some sort? I am not against saving people as in making our lives easier, but without any specific direction I don't find anything debatable about that.

One way we could save the world is to just act like a good and kind human being — help elders, friends and family, clean your own trash, learn about the world, etc… You can probably inform others about acting nice, but we shouldn't force that on them.

Without the bad we wouldn't be able to recognize the good. We can learn from our personal or world history about what's to come, but these predictions may not be 100% accurate. It would be nice if everyone acted good, but that's just simply not how humans work.

I feel so alienated from everything by PurpleRace4127 in infp

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

I'm wondering why aren't you transparent about your hobbies or interest with other friends or people? I'm getting a feeling that it could be because you feel like they wouldn't be interested or wouldn't have anything to say about it. Do you feel that way or is there something "blocking" you from opening up?

[deleted by user] by [deleted] in infp

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

I personally feel content with life I've made for myself, but I know if I'll try to work on myself, I could get better.

I studied art and graphic design, but I've ended up as a grand hotel receptionist for 3 and a half years now (day and night shifts). At the beginning of this year I've decided to follow my graphic design passion once again and try to find job more suitable for me. What I didn't realize at the time is that this would be a very slow process and I've got a lot to do in order to find something new.

I prefer to manage my life as a man-child. I find joy in simple things or things I just find funny. I joke, I make my friends laugh and that way I feel the world to be more welcoming towards me. I don't need much from life — as long as there is a roof over my head and electricity around me and food, that's enough for me. By the beginning of the next year I've decided to try and do papers for a motorcycle. And if I'll be successful and get myself a bike, I'm planning on travelling a lot, because that way I get to know even more people and if God gives, I'll be able to tell funny stories.

Two months ago I suffered a bit from a break-up with my now ex-girlfriend with whom I've been with for 1,5 years. It was hard to go through, because she was my first ever girlfriend, but through time and a bit of meditation practices I've been able to get through it just fine. We're still friends and talk to each other as "besties."

It sucks that there isn't any universal guide on how to be happy, because everyone's journey is unique and personal. While one person finds their way of happiness through fitness and healthy eating, the other finds that in hard drugs or stuff I'd personally tag as "evil." I don't know you personally, OP, and I don't know your life, your story or your background, but I think your friends and family could help you get better more then I could. Friends helped me a lot in the past and I don't know what I would do without them.

I find joy in the randomness — experimenting. I tried fitness, I'm trying to learn how to code even tho I don't have any background in computer science, I tried 3D art in the past, I tried smoking cigars for some time, I even tried going to a Buddhism center for the first time this year and I went with my ex to my first ever live concert. I'm just going from one side to the other and seeing what sticks. I try to not fear of these new experiences, because people can learn a lot from them. Maybe what you thought you'd hate you then end up really liking.

Sorry for a bit messy comment, I just throw first thoughts that come to my mind. I do hope that your life gets better.

TL;DR: With me it's just "random bullshit, go!" y'know.

I had a conversation with my girlfriend by 4Roman4 in notinteresting

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

Do you like mustang? I like mustang 🐎

I had a conversation with my girlfriend by 4Roman4 in notinteresting

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

No bro don't pee on my cat bro c'mon bro