• 1 Post
  • 201 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle



  • So if your Rust app is built against up to date libraries in Cargo, it’s going to be difficult to package those apps in Debian when they ship stable, out of date libraries since Debian’s policies don’t like the idea of using outside dependencies from Cargo.

    As they should. You don’t just auto-update every package to bleeding edge in a stable OS, and security goes out the window when you’re trusting a third-party’s third-party to monitor for dependency chain attacks (which they aren’t). This is how we get Crowdstrike global outages and Node.JS bitcoin miner injections.

    If some Rust tool is a critical part of the toolchain, they better be testing this shit against a wide array of dependency versions, and plan for a much older baseline. If not, then they don’t get to play ball with the big Linux distros.

    Debian is 100% in the right here, and I hope they continue hammering their standards into people.





  • From the PR:

    Note that this behaviour is configurable. It’s default is a 500 char limit because that is the Mastodon default.

    That’s a shit default, and a shitty way to treat a standard that is meant for all sorts of communication. ActivityPub is not Twitter, and it is not just for short-form communication. In fact, a majority of the web is longer-form communication that isn’t a mere 500 characters long.

    Retorting with “this behaviour is configurable” is dancing around the issue. Good, sane defaults mean everything in programming.