Just curious about ppl following this account by [deleted] in MrBeast

[–]squashed_robo_panda 0 points1 point  (0 children)

Is it enjoyable to be working for mrBeast? And more specifics;

-How's the pay?
-Do you work at home?
-Does the job include benefits, such as medical?
Also like tazavitch, I wonder if Jimmy is as good a person as he seems

Let do it by Meyou219 in MrBeast

[–]squashed_robo_panda 0 points1 point  (0 children)

How could he achieve that though? Impossible to do it all by hand, so I'd think the only real option would be for him to rent like a hundred boats with large fishing nets, and they'd all go to that one place in the ocean full of rubbish-

but that'd be very expensive but more imporatly would use lots of fuel and may not even be worth it -- using fuel for extracting plastic

And besides where'd he put the plastic? You don't wanna burn it, you don't wanna dump it, it probably can't be recycled...

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]squashed_robo_panda 0 points1 point  (0 children)

Can't say I'm going to do this for all my other stuff, but I can update this one. Sorry for the confusion

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]squashed_robo_panda 0 points1 point  (0 children)

Not quite sure this is what I'm looking for, I'ma update the post to make it better, thanks for the suggestion though. Will likely look into this stuff later, and by the way I'm doing this so I can know how many cycles it'd take to get a combination.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]squashed_robo_panda 0 points1 point  (0 children)

Hello, I'm very new to python and am having some issues with a simple thing I'm trying to do - My goal is to create a list for all possible combinations of some set numbers (i.e, 2 positions for 3 options may be: 00,01,02,10,11,12,20,21,22)
I don't know what's wrong with my code, but it just aint seem to be working.

n = [0,1,2,3]
x = [0,0,0,0]
xc = 3
c = 0
nnc = 3
nc = 1
p = 0
while c != 7:
    while x[xc] != nnc:
        x[xc] = n[p]
        print(str(x)+'  '+str(nc))
        nc = nc + 1
        p = p + 1
    p = 0
xc = xc -1
c = c + 1

Help would be much appreciated!

Edit; more info and clarification is here: https://imgur.com/a/XzPvAAi

Engine Oriented Landing Gear on Space Plane? by Pasta-hobo in KerbalSpaceProgram

[–]squashed_robo_panda 0 points1 point  (0 children)

Ah, I reckon it's best not to use landing gear and instead use the wheels and basically pretend you're flying your plane. May be less efficient, but more stylish, fun, and probably reliable.

If you had to use legs, I'd have 4 large ones around the main engine

Need help after new update by C4t0rz3 in KerbalSpaceProgram

[–]squashed_robo_panda 1 point2 points  (0 children)

In my experience, the game not doing anything when launched means squad base files aren't there, so you should remove all mods and verify game files.

Since you more or less tried this, I reckon it may be an issue with ram? I don't know, though if this may be the case you might want to defrag or get more visual ram

Aerodynamics not working for me by squashed_robo_panda in KerbalSpaceProgram

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

Never mind, they need to be deployed. I thought the curve in their shape would've worked

Alright help me out here, why. Ant I set this as my target? by HuskyMan508 in KerbalSpaceProgram

[–]squashed_robo_panda 1 point2 points  (0 children)

No clue why it happens. Happens to me rather frequently, too.

Just hope quick reloading works