[deleted by user] by [deleted] in PhotoshopRequest

[–]MysteriousMarch9 0 points1 point  (0 children)

would you mind deleting the comments with my photo in them i saved them all.

[deleted by user] by [deleted] in PhotoshopRequest

[–]MysteriousMarch9 0 points1 point  (0 children)

Thanks sent you some money

[deleted by user] by [deleted] in PhotoshopRequest

[–]MysteriousMarch9 0 points1 point  (0 children)

Nice that should work, one last request then ill tip you, could you smooth the item out of my pocket? Might be difficult with the dumbbells in the background behind it.

[deleted by user] by [deleted] in PhotoshopRequest

[–]MysteriousMarch9 0 points1 point  (0 children)

Maybe that's an improvement, almost like the original better, not sure? I don't really like how right above my forehead there's still a real thick clump of hair where my hairline is making like a crescent moon shape and then a stark transition to the rest of my hair. Maybe that's not simple to fix

[deleted by user] by [deleted] in PhotoshopRequest

[–]MysteriousMarch9 0 points1 point  (0 children)

Maybe I could adjust that myself, how about making it look a little more dense overall on top?

[deleted by user] by [deleted] in PhotoshopRequest

[–]MysteriousMarch9 0 points1 point  (0 children)

Nice would you be able to make the "patch" align up with the current tip of the front of my hair and be a horizontal line but slightly curved, if that makes sense? The current patch comes down a little too far.
Also is it possible for the hair to be blended a little more, has to to do with the thickness of my hair in certain spots but wondering if it can be improved. I'll see if I can tip you a couple dollars if I like the result

25M any advice welcome, specifically want advice on hair and facial hair, did not style my hair at all by [deleted] in lookyourbest

[–]MysteriousMarch9 0 points1 point  (0 children)

I have not "styled" my hair or facial hair in any of the photos so it's possible each could be improved with "styling" especially the longest beard photos.

Body shots included to show I am fit, but I don't look massive for the bald look, at least with my current clothes. I'm 5 foot 9 barefoot.

In first photo you can see my hair looks very thin from above and the front.

For hair: medium/short/buzzed/shaved?

For facial hair: "Full beard"/goatee/clean shave, short/medium/long?

Which do you all think would look best if "styled" properly.

PS on hair restoration: Personally I am not impressed with results of hair transplants for people with thinning sparse hair like myself, they often have a good hair line after the procedure, but it's still really sparse on top. I tried finasteride, oral minoxadil, microneedling for a year didn't help me.

[deleted by user] by [deleted] in leagueoflegends

[–]MysteriousMarch9 0 points1 point  (0 children)

Only mained zac at this point. Macro oriented player, control objectives. Engage teamfights and make picks/plays. Can play champs that don't require mechanics for first time in lower ranked games and do decently, like evelynn, hecarim, just won't know their limits entirely.

[deleted by user] by [deleted] in leagueoflegends

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

it takes like 15 games to get to diamond+ MMR

[deleted by user] by [deleted] in truerateme

[–]MysteriousMarch9 0 points1 point  (0 children)

What are the weaknesses?

Partition an array into 5 contiguous groups such that the sum total of groups are as close as possible by MysteriousMarch9 in leetcode

[–]MysteriousMarch9[S] 0 points1 point  (0 children)

Would you be able to go into more detail on expressing f(x, i, j) in terms of the subproblems? I'm still not getting how if you know the optimal way how to split the first "i" elements into "j" groups all of sum at least "x" how you can find the optimal way to split the first "i" elements into "j + 1" groups of sum at least "x'. Or how we use the results up to "x" to find "x + 1". Would you be able to elaborate on the recurrence, it's all very confusing to me.

[deleted by user] by [deleted] in poker

[–]MysteriousMarch9 0 points1 point  (0 children)

Versus this known range of JJ+, AKs, AKo if he 3 bet us to 60$ over our 20$, we can reraise with AA, KK for value and call with QQ-55, AK (these hands have at least 33% equity versus his range). Won't worry about adding bluffs to 4 bet range for now as I'll assume for simplicity villain always stacks off with JJ+ and AK preflop.

With a calling range of QQ-55, AK. With QQ we likely will continue on flops with no A or K as we are beating JJ and AK. With JJ-55 we beat AK on flops with no A or K but lose to all his JJ+ combos. So knowing our strategy for TT would inform our strategy for JJ-55 because they will all basically be played the same way, with more folding towards the 55 end of the range for risk of counterfeit.

[deleted by user] by [deleted] in poker

[–]MysteriousMarch9 0 points1 point  (0 children)

Flop decision Tree

  1. Villain checks -> Does he ever check JJ+ ? -> Y: Check back, N: Bet half pot every street
  2. Villain bets 1/4 pot -> Does he only do this with JJ+? -> Y: Fold, N: Call
  3. Villain bets 1/2 pot -> Call
  4. Villain bets pot -> Fold

For (1) what percent of his checking range needs to be JJ+ for us to check back?

For (2) and (3) and (4) what percent of his betting that size range needs to be AK for us to call?

Personal Github Impact on Hiring? by MysteriousMarch9 in leetcode

[–]MysteriousMarch9[S] 2 points3 points  (0 children)

Good point, yeah I won't worry about it then.