The lack of a strict type system is, what drives me away from python (there is a lot of other stuff I also dont like, but its lack of a type systems is one of the biggest reasons). My first language was Java, which I learned during highschool and while I thought that the strict type system was annoying, working with Python made me realise how much I hate not having a strict type system. In every god damn function you have to manually check for the type you received to make sure everything works as expected.
cows_are_underrated
That worked. Thanks :3
Working with a vector directly would probably be easier, however for a learning experience this was actually great. I read through quite a lot of documentation trying to figure out how I achieve what I want. Might reimplement it with vectors later just for the learning experience.
Currently I am trying to figure out how to access and change single characters in a string (I am coding a basic version of hangman to get used to working with rust). The main problem I have is, that I can not figure out how to change the value of a single character in a string based on its index. I have a string (that has the same length as my "word to guess") containing only underscores and whenever the user correctly guesses a character I want to replace the underscores by the guessed character to show the user how much he has guessed so far. I was able to turn the string into a char iterator, but I could not figure out how to change elements of said iterator (this can be seen at line 55).
The code is here: https://pastebin.com/kfSYWT42`___`
Can I use a password manager?
Ok, I somewhat have to correct myself. It seems like Germany itself does not buy russian oil anymore. However the picture isnt that clear for russian LNG (at least according to what I found).
It looks like, that russian LNG has been banned in March last year (as according to this article). However it is quite hard to find out if we still import russian LNG. Until the end of January last year germany was still happily buying russian gas (source). Since the european LNG network is a shared network it is impossible to determine, how much of russian gas, that still gets accepted at other terminals reaches germany. SEFE (the company that operates the gas terminals in countries like france and belgium) claims, that it is not sending russian gas to germany, but its basically impossible to track the origin and destination of the gas molecules as soon as they enter the pipeline. So while germany itself probably isnt buying it directly, we very probably still heavily depend on russian gas imports (source).
And it would still be great, if we could get access to drugs legally. People have always done drugs and will always do drugs. Not because they need an escape from reality, but because they are fun. Would be nice if we weren't forced to rely on shady people not lacing it with stuff just so that we can consume the drug of our choice.
And why do we still buy Russian oil then?
The thing about rich people is, that Ehen you have the money to buy all the drugs you want, you can do quite a lot of them until it starts to affect you financially.
Just think about how much cocaine rich people like to snort.
I am still learning Rust, so I can Not really say that much about it, but especially when considering things like Error handling it seems very good. No more returning invalid values. You just return a Result type and implement error handling based on that.

And for some reason the UN does not fucking about what its supposed to care, AS long AS Its not white people dying in a conflict.