This ridiculous article is what led me to unsubscribe from his newsletter altogether.
- 1 Post
- 57 Comments
Anders429@lemmy.worldto Rust@programming.dev•Leadership change in the Rust Infrastructure Team41·2 years agoAs far as I know, nothing really changed as a result of them stepping down.
Anders429@lemmy.worldto Rust@programming.dev•Second attempt: What's wrong with how I'm deserializing JSON here?91·2 years agoThis is not valid JSON.
Anders429@lemmy.worldto Rust@programming.dev•Semver violations are common, better tooling is the answer11·2 years agoWhat’s more, there was a recent discussion about why the derive feature is recommended in serde, and one of the points brought up was that the versions for both crates basically have to be equal. I couldn’t help but wonder, would this be a problem if the releases actually followed semver? Theoretically, it shouldn’t matter what versions you use, as long as they’re above a certain minor version and the major versions match. But since everything is a patch, we have to pin the two crates together somehow.
Anders429@lemmy.worldto Rust@programming.dev•Semver violations are common, better tooling is the answer21·2 years agoProbably a spicy take, but I think any API being used by a macro should be made public. A macro shouldn’t be the only way to do something; it should just be a way to remove the boilerplate required to do it.
Anders429@lemmy.worldto Rust@programming.dev•Semver violations are common, better tooling is the answer41·2 years agoThere are also plenty of purposeful semver violations. For example,
serde
makes basically no attempt to follow semver, and any pleas to do otherwise fall on deaf ears.
Anders429@lemmy.worldto Rust@programming.dev•Thoughts on (semi-)automated tool to import content from /r/rust to this community?6·2 years agoI’ve seen similar things done on other communities on Lemmy, and it always drives me nuts. Every single post on c/Technology is like this, making the whole community feel soulless and inactive.
Also, the amount of low quality questions or posts thinking they’re in r/PlayRust that would be posted would drive me up the wall. I’ve been glad to be away from that.
Anders429@lemmy.worldOPto Rust@programming.dev•dtolnay's Response to the RustConf Keynote Fiasco8·2 years agoI think people consider it a fiasco because of the amount of backlash, drama, and accusations that surrounded it. The whole thing showed failures in the way things were decided and communicated as well.
Anders429@lemmy.worldto Rust@programming.dev•It appears that DTolnay was involved in the downgrade of ThePHD's talk from Keynote94·2 years agoIs there any proof of this? I think one of the replies on the original thread is wise:
Maybe take hearsay from an anonymous Internet catgirl with a grain of salt.
The counter doesn’t work on my phone, either.
Anders429@lemmy.worldto Technology@lemmy.world•Very, Very Few People Are Falling Down the YouTube Rabbit Hole | The site’s crackdown on radicalization seems to have worked. But the world will never know what was happening before thatEnglish14·2 years agoVery, Very Few People Are Falling Down the YouTube Rabbit Hole | The site’s crackdown on radicalization seems to have worked. But the world will never know what was happening before that::The site’s crackdown on radicalization seems to have worked. But the world will never know what was happening before that.
Anders429@lemmy.worldto Rust Programming@lemmy.ml•Why Rust is the most admired language among developers8·2 years agoYep, it is.
This will also hopefully limit the number of issues opened that are resolved with a “you must enable X feature.”
Anders429@lemmy.worldto Technology@lemmy.world•OpenAI now tries to hide that ChatGPT was trained on copyrighted books, including J.K. Rowling's Harry Potter seriesEnglish4·2 years agoOutput from an AI has just been recently considered as not copyrightable.
Where can I read more about this? I’ve seen it mentioned a few times, but never with any links.
Anders429@lemmy.worldto Rust@programming.dev•Persian Rug - It really ties the Rust room together2·2 years agoYou can download the code directly from crates.io still.
Anders429@lemmy.worldto Rust@programming.dev•Rust devs push back as Serde project ships precompiled binaries2·2 years agoYeah, I’ve noticed this happening elsewhere on Lemmy instances, too.
Anders429@lemmy.worldto Rust Lang@lemmyrs.org•Potential shitstorm brewing over ubiquitous serde crateEnglish2·2 years agoAs far as I know, no one has yet been able to reproduce the binary with the source code, so I don’t think the contents of it are confirmed at all.
Anders429@lemmy.worldto Rust Lang@lemmyrs.org•Potential shitstorm brewing over ubiquitous serde crateEnglish6·2 years agoIf someone does fork serde, can they at least make it so it actually follows semver?
I thought so too. I remember looking for alternatives for when it would be removed completely.