• 10 Posts
  • 193 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle



  • Was ist da denn der Plan? Zweite Pubertät im Arbeitsleben? Dann doch lieber im Studium. Andererseits gibts vllt mehr Geld, wenn du das Einstiegsgehalt als Mann verhandelst :P

    Außerdem “mal eben ins Bürgerbüro” ich bin neidisch. Ich warte seit einem Jahr auf einen Termin.








  • A big problem is the way people pretend like rust catches all memory leaks.

    It’s just a step in the publication chain, that prevents a lot of memory leaks. But so does Valgrind.

    Both can help, but you still need to think about memory management yourself, or there will be leaks, that these tools don’t catch.

    My biggest problem with Rust is, that I don’t like the language. It is incredibly bloated compared to C. And if I use tools like valgrind, I basically get the same result. Still there is always some guy complaining because they think C is always worse.

    (Although sometimes I whish C had better guardrails the way some people be using macros.)