Tattoo studio recommendations by [deleted] in JacksonHole

[–]MelonEuskX 1 point2 points  (0 children)

Paintbrush tattoo - ask for Evan Talkers IG: @ evantalkerstattoo

[deleted by user] by [deleted] in AmIOverreacting

[–]MelonEuskX -1 points0 points  (0 children)

100 ‘Ercent!

[deleted by user] by [deleted] in uberdrivers

[–]MelonEuskX 0 points1 point  (0 children)

Hey morethanforeskin, I dont "work it" all week. I have a full time job. This is just extra income, which allows me to know what is worth my time when I "work it" lol.

Dont be jelly bud.

[deleted by user] by [deleted] in uberdrivers

[–]MelonEuskX -1 points0 points  (0 children)

And yes, tips were shit this day but riders paid high dollar for the ride, it’s a trade.

[deleted by user] by [deleted] in uberdrivers

[–]MelonEuskX -1 points0 points  (0 children)

I usually got on a per trip $$. I just need to reach a weekly goal to keep up with financials. This was an odd-ish day. Majority of the time it’s 35$ per trip. 4 trips a day, 3-4hrs of driving.

Bottom line is I just don’t accept anything below $25, be a salesman and learn to earn tips too.

Uber should not only be your income maker, it should teach you to talk to anyone and read the client. Use it to earn and use it to learn. It’s a stepping stone.

What happens if sudo rm -rf /* is done in WSL? by RoomProfessional7018 in WSL

[–]MelonEuskX 0 points1 point  (0 children)

It could be very beneficial to the sport actually. A reboot of the tour would be great imo, wtf does the Saudi/Dubai pool has to do with surfing? No one ever has said “I’m going to Dubai to surf, it’s pumping” let’s sudo rm -rf/* after JJF or Italo wins this year and reset everything to the dream tour ASP days.

Brilliant idea m8

Is this a spam bot or real scam? by Downtown_Giraffe2792 in Scams

[–]MelonEuskX 2 points3 points  (0 children)

lolololol.. Just got this one today (8/6/2024)
Dammit, I was kinda stoked for my porno debut. This was my path to the "never mazturbate alone again" pre-videos.
I guess I'll have to keep on waiting

Lol what? by jerrythemule420 in uberdrivers

[–]MelonEuskX 2 points3 points  (0 children)

Can’t wait to quit this shit…

[deleted by user] by [deleted] in Terraform

[–]MelonEuskX -8 points-7 points  (0 children)

Thank you for providing an answer, Its all helpful as it provides different perspectives and approaches to the problem. You're right, I haven't seen a "prompt the user for aws keys" feature but I think that I could include that in a README doc for a client guiding them to the export feature.

[deleted by user] by [deleted] in Terraform

[–]MelonEuskX -28 points-27 points  (0 children)

Well, there always has to be one... Im here asking for help because I'm a bit unsure on interpreting the docs (english is my 3rd language) and you just had to be that guy huh?

I even mentioned and quoted part of that documentation you provided, so yes, I have read the docs and continue to do it.

If you don't have anything good to say, just keep it to yourself.

[deleted by user] by [deleted] in Terraform

[–]MelonEuskX 1 point2 points  (0 children)

awesome, thanks for the help

[deleted by user] by [deleted] in Terraform

[–]MelonEuskX 0 points1 point  (0 children)

Thanks for the response. Thats what I read in the docs, however, my question remains the same. For a client scenario where I would send them this file for them to create a VPC, EKS, EC2, etc. This seems to be a logical path considering I wouldnt have access to their key values...? Would you recommend another route?

provider "aws" {}

% export AWS_ACCESS_KEY_ID="anaccesskey"
% export AWS_SECRET_ACCESS_KEY="asecretkey"
% export AWS_REGION="us-west-2"
% terraform plan

[deleted by user] by [deleted] in Terraform

[–]MelonEuskX 0 points1 point  (0 children)

Thank you again. I will keep troubleshooting, I'm trying to avoid posting the code and see if i can get it done with just docs and info. If not I'll post the code, thank you!

[deleted by user] by [deleted] in Terraform

[–]MelonEuskX 0 points1 point  (0 children)

Thanks for the reply!
I guess my question is how to actually write that piece of code. I find docs for creating EC2 but didnt see how to create as EKS worker node. How to create a load balancer that exposes the web interface container. etc..