• 5 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle




  • EU based. This last year has been brutal. Going into this round of interviews I was super confident that I would find something within a month, judging by the previous 6 years or so. I see on LinkedIn positions for seniors with 50+ applicants, other positions with 100+ applicants. Half of the applications never even answer back and the ones that do are mostly negative.

    I think that the golden age for a CS career has ended and from here on it's just downhill, with a consequent erosion of working conditions for people in tech.



















  • Just adding that you can also do Python - Rust interop fairly easily with something like https://github.com/PyO3/pyo3

    So you can gradually adopt Rust for some of the more performance demanding parts and call them from Python. You will get a massive increase just from a simple rewrite. Though you would have the additional burden of 2 build toolchains. But as others have said, Rust is not just about the performance.