• 11 Posts
  • 468 Comments
Joined 6 years ago
cake
Cake day: May 31st, 2020

help-circle
  • Ephera@lemmy.mlOPtoRust Programming@lemmy.mlAnnouncing Rust 1.93.0
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    5 hours ago

    I mean, I do have several years of experience, but I’m still curious to see what others think. 😅
    Obviously, someone cares for these changes, otherwise they would not have been made.

    But yeah, the larger headings seem like niche changes, which most devs will only see the advantages of indirectly, i.e. when a library makes use of it.

    In terms of the stabilized APIs, .as_array() seems like it will come up at times, because you might have an API that demands an array (so with a fixed length, e.g. [u32; 4]), but you only have a slice or a Vec.

    And fmt::from_fn() seems like it could be really convenient when you need different string formatting for a type in one particular place.



  • I 100% understand the frustration. It can easily feel like you’re doing the maintainers a favor and they’re making this harder than it needs to be.
    The thing is, though, from the maintainer side, it very often feels like you’re asked to do those contributors favors. You may not care for whatever feature they want to contribute, but then are supposed to put in work reviewing their contributions and possibly having to patch up their work, if it doesn’t meet quality standards.

    And then, yeah, you start requiring quality gates to ensure you don’t have to put in extra work for something you don’t care about. But then may also end up putting hurdles in place, so that effectively fewer contributions show up asking for reviews. It’s an ugly solution, but frankly, it’s better than having contributors put in actual work creating a pull request and then you not having time to review it.








  • Ephera@lemmy.mlto196@lemmy.blahaj.zoneVelorule potion
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 days ago

    Veloren started as a clone, or perhaps rather spiritual continuation, of Cube World: https://en.wikipedia.org/wiki/Cube_World

    Cube World was hyped quite a bit, particularly because the solo dev made huge promises. Then he released an Alpha build, made a bunch of money from that and went into radio silence.

    Veloren basically set out to build the game, that Cube World was promised to be. And well, they’ve long surpassed what was in that Alpha build.