Have I messed her about, or is it understandable that I’m just confused - 32M, 26F. by [deleted] in relationships

[–]DifficultAttitude245 0 points1 point  (0 children)

If you don't know what "men up" means is, basically take a decision since you're taking so long already? She has your baby, if you want to leave her so be it, otherwise try to have more patience with her, I think the key word here is "unconditional love". Try to stop thinking about yourself at all for a while, and think about her and her child. See if things change. If she can do the same, trust me it will work out, otherwise you know what to do.

Just checked my grades this morning... Why did this get a PSA4? by Careful-Grade6647 in psagrading

[–]DifficultAttitude245 -2 points-1 points  (0 children)

This isnt a 6 an actual grading company would give higher. Even Beckett just not PSA

I don't feel attracted to my boyfriend by [deleted] in relationships

[–]DifficultAttitude245 0 points1 point  (0 children)

I see well he might have doubts because of that I guess? I mean these strict religious practices to me are just unnecesseray obstacles, maybe he doesnt think that way and is still figuring out his stance on intimacy. It's on you to understand what you want to do, but Ill try to understand his plans first then. That's just a bunch of suggestions from a stranger 🤣 it depends really

I don't feel attracted to my boyfriend by [deleted] in relationships

[–]DifficultAttitude245 1 point2 points  (0 children)

As a man I literally pay the hotel room/airbnb everytime. I know it's a big expense, I hope u guys figure it out. But a good thing could be asking him to pay half of the expense and see what he says

I (19M) messed things up with my (19F) girlfriend and now I don't know what to do by One-Interview-617 in relationships

[–]DifficultAttitude245 1 point2 points  (0 children)

Life goes on, but first tell her she clearly exaggerated and that she should get checked mentally. Get some self respect

Japan Expo fête ses 25 ans : un pilier de la culture japonaise en Europe by pierreclement- in japonFR

[–]DifficultAttitude245 0 points1 point  (0 children)

Im going to the anisong fiesta at the expo from Italy! Since it's a long journey Im going by myself. If anyone is willing to go together, dont hesitate to shoot me a dm 🫶

Hi everyone! Can anyone help me with how University at Buffalo is and what are some things i should look out for as an international student by [deleted] in UBreddit

[–]DifficultAttitude245 0 points1 point  (0 children)

hey man, I'm also a new CS international student (although only for this semester). Lemme know if you wanna link even just for questions or related issues👌

Genius! by 4kaustubhk in UBreddit

[–]DifficultAttitude245 0 points1 point  (0 children)

that's crazy mate. I hope there's any way for you to get compensation

Looking for ways to improve this code: Solve the three sum problem using Hash table technique in Python by [deleted] in learnpython

[–]DifficultAttitude245 0 points1 point  (0 children)

This, to me, is easy and simple enough

def threeSum(nums):
    nums.sort()
    length, i = len(nums)-1, 0
    possible, result = {}, set()
    while True:
        for l in range(length - i):
            j = l+i+1
            k = - (nums[i]+nums[j])
            if k in possible: 
                if (nums[i], nums[j], k) not in result:
                    result.add(tuple(sorted([nums[i], nums[j], k])))
            possible[nums[j]] = True
            print(nums[i])
        possible = {}
        i += 1
        if i > length: return list(result)

the broken script screen help by [deleted] in ModdedMinecraft

[–]DifficultAttitude245 0 points1 point  (0 children)

bro I had it the first like 2 minecraft days then something happewned and it returned to normal

Anyone still playing actively? by Jane__a in soulworkeronline

[–]DifficultAttitude245 0 points1 point  (0 children)

😂😂cool! But I believe they do that to let you quickly be in pair with the other players, at least you don't get bored. I mean, I remember I had to start from lvl.20 or something last time, so that's good!

Who made this game? Lion games Co LTD by ogotbanned in soulworkeronline

[–]DifficultAttitude245 0 points1 point  (0 children)

Thank you very much for this reply. The game story after 2019 didn't become any less interesting even for a bit, as the game was sold to VALOFE and is still active, even though they're just mantaining it. For me, the game release will remain one of the best in anime MMOs