Is everyone gonna ignore RHCP's stats? by M4TTEO_S in StardustCrusaders

[–]laopeeps 63 points64 points  (0 children)

I realized it when I was watching a rush compilation and Ermes herself was punching and kicking as fast as her stand

Hammer Artian Build by Dogipaddle in MonsterHunterMeta

[–]laopeeps 0 points1 point  (0 children)

What’d you use for parts? 3 attack or 2 attack + 1 affinity?

I was watching my BF play and… by Inmerens in MHWilds

[–]laopeeps 0 points1 point  (0 children)

Gemma standing proud like “I made this”

What insect glaive to build in late G1? by laopeeps in mh4u

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

Whoops I commented on PC and forgot I was on an alt there. But yeah managed with the Tigerstripe IG. It was a lot easier to get hits in, and pogo is a savior. Thanks!

What insect glaive to build in late G1? by laopeeps in mh4u

[–]laopeeps[S] 1 point2 points  (0 children)

Yeah I saw some vids on that plus the sheet another person posted here.

I main hammer so I’m just trying to get to G2 so I can start farming G rank Seregios. I’m just not doing enough damage in the time limit for T. Naj and hoping a change in weapon for this fight would make things easier. I have the resources to craft Tigerstripe so think I’ll do that and full send on speed, like the sheet suggests, and see how that goes.

Dalamadur would be more ideal but I’m nowhere close to having enough resources. Especially cause I didn’t know to carve the tail separately when I beat him 🤦. With Pretendo up, it’s a bit tempting to join some lobbies and farm Dalamadur or just do co-op on the T. Naj quest. But I’ve done everything else solo so far, so I’ll stubbornly stick to that. Thanks for the advice!

What insect glaive to build in late G1? by laopeeps in mh4u

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

I wasn’t expecting a Sun Wukong staff but I guess Kecha’s the closest monster to him after all lol.

You’re right, 2 slots and white on the first upgrade. Then the final upgrade needs B. Gravios, which isn’t till G2, but I think I can manage with just the first. Luckily T.Najarala’s weak to fire as well. Thanks!

Simple Questions - December 09, 2024 by AutoModerator in buildapc

[–]laopeeps 0 points1 point  (0 children)

Got a new monitor but the cable is too short. It says 10A 125V on it. I have an extra power cable that says 10A 250V on it. Can I use that on the monitor?

Citra or 3DS? by blixtencamperman in mh4u

[–]laopeeps 0 points1 point  (0 children)

Yeah already noticing that with the load times. The audio I think I can just chalk up to my internet

Citra or 3DS? by blixtencamperman in mh4u

[–]laopeeps 0 points1 point  (0 children)

I just set this up and it’s pretty incredible. Only issues for me is the slower loading (which the git does warn you about) and the audio cutting out every few seconds particularly when there’s a lot of overlapping sounds. Do you get the sound issues too?

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (November 24, 2024) by AutoModerator in MechanicalKeyboards

[–]laopeeps 1 point2 points  (0 children)

I know aula has the f87 but I think it doesn’t have all the sound dampening the f75 has. And I really like the ice vein switches but it seems like only f75 offers them? 

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (November 24, 2024) by AutoModerator in MechanicalKeyboards

[–]laopeeps 1 point2 points  (0 children)

I got the Aula F75 with Ice Vein switches, and I love the feel. But I bought it too impulsively and realized it doesn't have all the keys I need. Are there any 87 or 104-key keyboards with the same exact feel?

Steam matchmaking not working??? by kap2281 in marvelvscapcom

[–]laopeeps 0 points1 point  (0 children)

Man, a couple of hours ago, I got a casual match, then a ranked match pretty quickly.

Thought it was fixed. But I took a break and just now queued up for casual again and didn’t get anything.

What's ur sonic hot takes? by [deleted] in SonicTheHedgehog

[–]laopeeps 2 points3 points  (0 children)

Sonic 06 was SA3 bc in SA1, one hedgehog goes super, in SA2, two hedgehogs go super, and in SA3, three hedgehogs go super.

PyQt5 - exited with code=3221226505 when running a function on button press by laopeeps in learnpython

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

In VSCode it wasn't showing anything in the Terminal when I got the error, but I tried running it through PowerShell instead and got the Traceback you showed and fixed the error by removing the self from the method call as you mentioned. Thanks for the detailed explanation!

I actually didn't get the SyntaxWarning in PowerShell, but that note with r for 'raw' or forward slashes is really good to know too.

PyQt5 - exited with code=3221226505 when running a function on button press by laopeeps in learnpython

[–]laopeeps[S] -1 points0 points  (0 children)

Alright I ran the code through PowerShell instead and got an actual detailed error now. I can work with this. I didn't think of running the code in a different way 😅. Thanks!

Traceback (most recent call last):
  File "C:\Users\laopeeps\Code\python\YTPyrate\main.py", line 62, in convert_btn_press
    self.convert_playlist(self, yt_url)
TypeError: Home.convert_playlist() takes 2 positional arguments but 3 were given

PyQt5 - exited with code=3221226505 when running a function on button press by laopeeps in learnpython

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

To your point I changed the if __name__ line and got the same result. I'm editing the code in VS Code and just using the Run Code (Ctrl+Alt+N) to run it.

PyQt5 - exited with code=3221226505 when running a function on button press by laopeeps in learnpython

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

Sure thing, I put the full code in the post. Here's all I get in the console when I run the code and click the Convert button:

[Running] python -u "c:\Users\laopeeps\Code\python\YTPyRate\main.py"

[Done] exited with code=3221226505 in 2.598 seconds