• 24 Posts
  • 1.32K Comments
Joined 2 years ago
cake
Cake day: April 27th, 2023

help-circle
  • Long but a very good blog post. I largely agree with all the conclusions and similarly wish Rust would go in a better direction with regards to certain features, especially compile-time reflection.

    I also sadly agree with the comments on the Rust leadership. My personal experience with contributing to Rust has not been great, though I haven’t tried very hard (but exactly because the initial feeling was not great).
















  • What is insane, is how many people studied computer science but are totally unable to apply mathematics to the problems they try to solve.

    Could you elaborate on this? My experience during my computer science education was that a lot of maths was required, but just usually not the same kind of maths as most of the rest of mathematics, because continuous stuff doesn’t apply most of the time.

    I think a big difference between the way maths and programming is done however is the way it is written. Mathematics is usually about stating a relation as an equation, i.e. x = y^2. But programming can’t just state the relation, it needs to also state how to compute that relation. Honestly my confusion is that maths has never focused more on the computation part of it, it seems very weird to me.