Rust dev, I enjoy reading and playing games, I also usually like to spend time with friends.

You can reach me on mastodon @sukhmel@mastodon.online or telegram @sukhmel@tg

  • 1 Post
  • 698 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle


  • lad@programming.devtoProgrammer Humor@lemmy.mlOff by one solitude
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    16 days ago

    There’s no such thing as “zeroith” because it’s called “zeroth — being numbered zero in a series”

    This works for building storeys, this would work equally well for tables. The only reason this is not used often is because the series are rarely zero-based in anything that doesn’t also want to equate index and offset.

    You’re right that first may be read as “opposite of last”, that would add to the confusion, but that’s just natural language not being precise enough.

    Edit: spelling

    Edit2: also, if you extend that logic, when you’re presented with an ordinal number, you would need to first check all the options, sort them, and then apply the position you’re asked, that’s not really how people would expect ordinal number to be treated, not me, at the very least









  • I want to add that getting a degree likely will create a social network and provide experience of working in a team. These days that may be replaced by contributing to open source and going to free conferences (although these seem rare 😢).

    So even though I am pro getting at least one first year of CS degree (because it’s the most useful one because teaches to think rather than specifics), I agree that it can be fully replaced by a well though out self-education, and from purely CS standpoint self-education might even be of a better quality.

    But yeah, I must disclose that I am a European rubbing free education, and I studied in university not college. So my opinion may be influenced by that and I don’t know if first year in college would’ve been as useful as it was in university.




  • lad@programming.devto196@lemmy.blahaj.zoneLoona rule
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    Better start with this book, Rust will feel natural after that: Learn you a Haskell for the great good by Miran Lipovača

    But you are right, it is better suited for one things and worse for other. It’s not strictly functional, though, and most likely when it will have been maturing for as long as C++ or at least C# it will also have tools and features that make it better suited even for game development