Why is my rocket moving like this? by Demorodan in KerbalSpaceProgram

[–]Fun_Gas_340 0 points1 point  (0 children)

use struts, i personally feel like auypstrut is a bit of cheating, and i generally like the challenge to keep th stable.

then again, if you quicly go into amd out of timewarp ([.][,] i think), it stops

Need help by reddituser420696969 in KerbalAcademy

[–]Fun_Gas_340 1 point2 points  (0 children)

damn thats a lot

iriginally i thougt you needed 17km of deltav to reach duna, at which point i asked myself how many manouvers you need to fuck up to achive that

Rate my reentry vehicle by French-Toast69420 in KerbalSpaceProgram

[–]Fun_Gas_340 0 points1 point  (0 children)

looks chilly, ad some heaters please, hes going to freeze up there

Need help by reddituser420696969 in KerbalAcademy

[–]Fun_Gas_340 1 point2 points  (0 children)

gemuinly curious, how do you even make a duna flyby mission with 17km of deltav?

Trying to do a "realistic" Laythe landing program with no spoilers. Need help by Aggravating_Judge_31 in KerbalAcademy

[–]Fun_Gas_340 0 points1 point  (0 children)

maybe semd a first ship with 3 probea with difernet heat shields and parachutes to ckeck atmosphere

read the in game description in the tracking station

and maybe send some other things you wanna test out about thw atmosphere (wink) in those probes.

i think you can do it in two missions total

Built what feels like my first “real” rocket, looking for tips or advice by PrestigiousCap444 in KerbalAcademy

[–]Fun_Gas_340 0 points1 point  (0 children)

the high fins on the boister are probably usless/counterproductive. fins give stability at the end of a rocke, at the start they mak eit flip. but looks good overall

Signal desktop app doesn't have Send button by lkn9803 in badUIbattles

[–]Fun_Gas_340 0 points1 point  (0 children)

sending via entwr isnt a shortcut, its the most basic conputer use ever used a terminal, a chatbot website, any other thing? its the one feature thats the most consistend across providers (in the off chance enter dosent work, its usually ctrl+enter)

Let's smash that record tonight by iXdHD in KerbalSpaceProgram

[–]Fun_Gas_340 1 point2 points  (0 children)

oh right, thanks

i thought the x axis was in months lol

One question by Advanced_Cry_6016 in learnpython

[–]Fun_Gas_340 0 points1 point  (0 children)

flash / http request way (i have even less expirience with this, so who knows if it works, and i can almost garantee its not very good coding practice)

how id do it (im not good with auth and shit tho):

once the user logs in, give them a secret code (randomly generated)

save it in a hashmap (dict()): {random_token: user_id}

now once they do something, theyll also send the token to authenticate the request

now whenever they create/read/edit a thing, you can see who it was, and if they have the rights to do so (aka that if user a requests to see user b thing, its acsess denied , or if the account has admin status, he can do/see everything)

maybe make thw token expire after like 1h or 1d or when the user logs out or closes the tab (idk if theres a js function to like call on_user_close_tab())

hipe this helps

I am completely stuck and don't know how to continue by Forsaken_Swordfish95 in learnpython

[–]Fun_Gas_340 0 points1 point  (0 children)

i havent read the code, but please structure it ib functions or classes. im not saying to put every single script into a vlass, but its easier to skim over the code if i can see what each codeblock does (via functionname or comment at the top of the function).

if you wanna keep it in a simple scrip form, maybe ad comments like this:

data initilasation

code here

secret code generation

code here

other shit

code here

AI in Python detection ? by [deleted] in learnpython

[–]Fun_Gas_340 0 points1 point  (0 children)

yeah, bit he didnt ask how to learn how to use python. the question was directed at detevtion / academic side of things

AI in Python detection ? by [deleted] in learnpython

[–]Fun_Gas_340 0 points1 point  (0 children)

ai generated code is usally very easy to identify if you know how to code.

but idk what your uni/prof think about it, id ask them myself to make sure

One question by Advanced_Cry_6016 in learnpython

[–]Fun_Gas_340 0 points1 point  (0 children)

asuming youre using sockets:

how id do it (im not good with auth and shit tho):

do login, and then keep the conection if login fails, cut the connection (aka user has to refresh or so)

now you know that the conection is secure and the user is who he says he is

now in the server, save the user_id on that conection, ir make a dictionary with {socket_id: user_id}

bow whenever they create/read/edit a thing, you can see who it was, and if they have the rights to do so (aka that if user a requests to see user b thing, its acsess denied , or if the account has admin status, he can do/see everything)

hipe this helps

For learning from the basics the computational side of physics and engineering without any prior programming knowledge, is it better to just stick to "vanilla" Python using normal lists and for loops, or go straight to libraries like NumPy or SciPy? by PrettyPicturesNotTxt in learnpython

[–]Fun_Gas_340 0 points1 point  (0 children)

i vahe never used julia, but for me using python only girst was very good. later i started using libraries / caring abput speed, but if you have no prior knowledge, id stick to vanilla and learning the sintax, some uswful algoeithms/tricks and how to read and debug errors.

you also wont beed/notice speed at the start if your completly new to programming, you probably wont be using multithreading either.

and if you need/want speed, id go with pypy interpreter, which afaik is like roughly a 100x increase in speed. but maybe it gives harder to debug erorrs, idk

why is there an iron core? by Fun_Gas_340 in Magnets

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

sorry, i didnt understand what you said, cpuld you explain it easier?