I think it’s sort of useful for weather, since in most places you’re not gonna see temperatures under 0F or above 100F much if at all, so the scaling seems a bit easier. Other than that though, yeah, it’s pretty terrible.
arcterus
- 0 Posts
- 3 Comments
- arcterus@piefed.blahaj.zonetoSelfhosted@lemmy.world•Bitwarden CLI distributed through NPM has been compromised. Bitwarden Statement on Checkmarx Supply Chain Incident.English6·2 days ago
In a recent analysis, Adam Harvey found that among the 999 most popular crates on crates.io, around 17% contained code that do not match their code repository.
17%!
Let me rephrase this, 17% of the most popular Rust packages contain code that virtually nobody knows what it does (I can’t imagine about the long tail which receives less attention).
Given that he lied about the results of the analysis he is using to prove his point, I find it hard to trust anything in this article.
In the analysis, Harvey said only 8 repositories did not match their upstream repos. The other problems were issues like not including the VCS info, squashing history, etc.
EDIT: Also, I just noticed that he called it a “recent” analysis. It’s roughly a two year old analysis. I expect things have improved a bit since then, especially since part of the problem was packaging using older versions of Cargo.
Yeah, obviously isn’t the case everywhere, but I think such extreme temperature ranges are kind of rare (excluding random one-off days that are super cold or hot for whatever reason).
For places that get super cold (like below 0F a lot), generally Celsius probably makes more sense in terms of scaling.