Previously: https://lemmyrs.org/post/175672

I originally had sources and data of the site public, hoping they would be interesting to study, aid in bug reporting, bring contributions, and make site’s algorithms transparent.

Instead, I got knee-jerk reactions about lines of code taken out of context. I got angry dogpiles from the Rust community, including rust-lang org members. I don’t need to endure such mudslinging. Therefore, the sources are no longer available.

As of right now bitcoin crate is not deprecated, instead libs.rs responds with error 502.

  • Kerfuffle@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 year ago

    Do you have suggestions what the future of lib.rs should be?

    Not the same person, but my suggestions would be:

    1. Reverse the decision to go closed source. Making stuff less transparent isn’t really going to help, and the primary controversy is coming from philosophical differences not the code itself. You can’t practically (and really shouldn’t) hide your policies. So going closed source is just another thing for people to complain about.
    2. Allow opting out of the opinionated parts in a relatively easy way. You can’t force other adults to align with your philosophy here, and trying is just going to cause problems.
    3. Personally, I think a better approach to the opinionated part isn’t directly changing data or obscuring/deprioritizing results. What you could do instead is add a section that has some context about why you think certain categories/crates are harmful. This makes the information available but doesn’t force people to do any particular thing.

    I think by taking that approach you’ll avoid a lot of the backlash because you are allowing people a choice.

    I’m not a lawyer and this isn’t legal advice, but personally I’d be pretty careful about editorializing/moderating content in this kind of situation. Suppose someone publishes as crate that actively causes harm. Users download it and get their data stolen/wiped/whatever. Can they reasonably have an expectation that you should have protected them from that sort of thing? After all, you are editorializing the content and going so far as to moderate content that doesn’t cause direct immediate harm to an individual but even content that potentially is harmful to society.

    Possibly I should disclose that I avoid lib.rs currently because I don’t agree with the philosophy of editorializing crates and personally I hate opinionated stuff that doesn’t give me choice/control. I use open source software/resources specifically because I care about having a choice. We don’t disagree philosophically on points like the harm of crypto such as bitcoin, I just don’t like this approach to dealing with it. Also, painting all crypto stuff with the same brush can potentially delay less (or maybe even non-?) harmful alternatives that don’t involve wasting massive amounts of computation to no end.

    • Zeitufah@lemmyrs.org
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year ago
      1. Allow opting out of the opinionated parts in a relatively easy way. You can’t force other adults to align with your philosophy here, and trying is just going to cause problems.

      Would a link to crates.io be enough here? When I want objective data, I go to crates.io; when I want curated info about crates or want to find a new crate for some topic I go to lib.rs; when I want hand-written info about crates I go to blessed.rs/crates.

      I personally agree with your point 1. and slightly agree with your point 3.

      • Kerfuffle@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Would a link to crates.io be enough here?

        I’d tend to say: probably not. It’s not that people don’t know that crates.io exists, right? So that’s not changing anything.

        or want to find a new crate for some topic I go to lib.rs

        And lib.rs will suppress the visibility of crates it thinks are “bad” and you’d never even know the crate existed to go look at the objective data on crates.io. Or let’s say a result comes up but it’s just an empty page with a link to crates.io: you won’t have enough information to know whether it’s worth going through the trouble of following a link to another site and a lot of people wouldn’t bother.

        So I don’t think that change really solves anything.

        • Zeitufah@lemmyrs.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          11 months ago

          And lib.rs will suppress the visibility of crates it thinks are “bad”

          So does blessed.rs, and yet I never heard anyone ask blessed.rs to be more objective or include crypto - probably because it’s really obvious that blessed.rs is very opinionated, way more opinionated than lib.rs. I’m wondering if lib.rs could save some hassle by making its opinionated nature more clear, maybe by changing the top text from “Lightweight, opinionated, curated, unofficial alternative to crates.io.” to “Lightweight, opinionated, curated, unofficial. For objective, unopinionated data go to crates.io.”

          Or maybe your point 2. from above would actually be the best solution - while I don’t agree that lib.rs has to provide objective data, people obviously expect it to, so, if it’s not too much work then it would surely be a nice way to solve some drama.

          It’s not that people don’t know that crates.io exists, right?

          I’d expect that the people who do know that it exists go there in the first place if they want objective data. Or go look on multiple sites if they are looking for a new crate for a relevant project (search using crates.io, search using lib.rs, look at blessed.rs, google) - at least that’s how I’m doing it.