• 0 Posts
  • 352 Comments
Joined 2 years ago
cake
Cake day: April 27th, 2023

help-circle
  • No code has been written as of yet, but I am learning to program, from the bottom up, backend to frontend.

    I mean… This isn’t inspiring great confidence. Fediverse platforms are by no means simple and neither are all the features you mention. I think you have good ideas, but as a professional software engineer with a masters in computer science who is also working on a fediverse platform… It’s not easy and learning everything from the bottom might be a big bite.









  • 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.