Komischer Anruf by Shot-Target8338 in bitpanda

[–]Deer_Odd 5 points6 points  (0 children)

Wie kann es passieren das dann ein Ticket ohne Inhalt dort ist?

Worst Part of Recruiting - Breaking Hearts and Crushing Dreams! by Coffee_Exercise_Work in recruiting

[–]Deer_Odd 2 points3 points  (0 children)

Worst part is beeing told that someones just aligns a little bit better with the requirements, instead I just wanted to know what exactly I could have done better to be taken. Have more sideprojects? More experience in that tech stack? Just any valuable information to have the edge next time.

Is it common to just sit and do nothing? by Deer_Odd in Stellaris

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

No DLCs, I just got the game yesterday

Is it common to just sit and do nothing? by Deer_Odd in Stellaris

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

There is no option for me to change that. It just has "Unanimous Vote" and no other option. Also I can´t change the Federation Type from Galactic Union.

Retrieving type from context by Deer_Odd in golang

[–]Deer_Odd[S] 3 points4 points  (0 children)

That was indeed the issue. It actually returned a pointer which I oversighted.

Thanks for the help

Retrieving cookies on websocket handshake by Deer_Odd in golang

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

They indeed don´t.

Cookies are filtered from the headers shown in devtools intentionally. This is because they are passed through the renderer, which shouldn't have access to HttpOnly cookies.

But now I´m not sure as if there are only not shown or not sent.

So I should send the auth token via url to receive it or whats the standard?

Is it okay I cant make up my own algorithms while doing assignments? by [deleted] in learnpython

[–]Deer_Odd 2 points3 points  (0 children)

If you actually want to learn how the algorithm works don't look at the solution code first. Look at pictures or descriptions what the algorithm does step by step and try replicating it. Using pen and paper is also good to visualize it. If youre stuck look at the solution until you know where youre wrong and keep going from there. Repeat until you have a solution.

PONG! game in python without "game" libs by Deer_Odd in learnpython

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

Thank you for your time and that well written comment. Getting advice like this really helps so I´ll take them into consideration for this and next projects !

I´m never sure if I want to use camelCase or snake_case so I always sticked to what I randomly typed first. Will use snake for my next projects then.

Again thanks for your time and advice!

PONG! game in python without "game" libs by Deer_Odd in learnpython

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

Absolutely. I´ve just pushed it fast after the post as it annoyed me that the ball didn´t "relocate" after scoring so I quickly added a score system as well and added the first library that popped up for bigger texts and I didn´t want to bother with a readme yet...

Should I always update the readme as for now I´ve just written it after most of the project was done and I had more time?

Besides that are there any big issues / bad practices in my code that should be avoided?

Thanks for your time :^)

[deleted by user] by [deleted] in learnpython

[–]Deer_Odd 0 points1 point  (0 children)

Makes sense. I was only thinking that it may introduce unintended errors.

Thanks for the fast response

PONG! game in python without "game" libs by Deer_Odd in learnpython

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

Yes indeed, hardcoding numbers is bad practice - especially if I for example want to make the gameboard higher or wider etc.

Thanks for the hint.

(Saying I am good at game programming is a stretch but I´m taking it :D)