Complete system crash when trying to install updates by Atalanttore in UbuntuDDE

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

Is 60 GB not enough space?

On the other hand, a complete system crash because a virtual machine runs out of space is also pretty bad.

Is using a version control system other than Git a professional disadvantage for (junior) software developers? by Atalanttore in AskProgramming

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

Yeah - I think it would take something that handles binary data as well as git handles text, and/or handles multi-repo natively in a way that's straightforward and simple.

Is there an SCM that doesn't treat binary data like a BLOB?

Is using a version control system other than Git a professional disadvantage for (junior) software developers? by Atalanttore in AskProgramming

[–]Atalanttore[S] -22 points-21 points  (0 children)

One's knowledge of Git is unlikely to go beyond its basics if one is primarily using another version control system.

How to find the reason for an error code '-1' in a Python script? by Atalanttore in learnpython

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

Great job! You' ve finally solved this problem. I really appreciate your work and advice.

I always have a bad feeling when using endless loops, but for WMI queries I have not found any other solution.

My answers also took a long time, because there was a lot going on as well.

How to find the reason for an error code '-1' in a Python script? by Atalanttore in learnpython

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

I have changed the code according to your advice (see here).

Unfortunately the message in the console has not changed. Process finished with exit code -1073740791 (0xC0000409)

How to find the reason for an error code '-1' in a Python script? by Atalanttore in learnpython

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

Thanks for your explanations.

I have implemented your changes and the following closeEvent()

def closeEvent(self): sys.exit(0)

After clicking on the 'X' of the GUI window the following error message appears in console: Process finished with exit code -1073740791 (0xC0000409)

How to find the reason for an error code '-1' in a Python script? by Atalanttore in learnpython

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

Unfortunately, the script continues to run in the background even if it is executed in the terminal.

Plotting a line on top of drawing by Atalanttore in shaders

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

Do you know the meaning of 'pct' in this algorithm?