Earlier quoted context omitted.
[flagged]
The fact that you are in pain every day is obviously a tragedy, and I hope your situation improves. Mocking your peers for taking care of themselves is still not acceptable, and does nothing to improve the situation for anyone. I accept that this is a spectrum, and that some level of discomfort in life is unavoidable—people stay up late and skip exercise from time to time. The unpleasant consequences of these actions…
The Rust project has a burnout problem
251–258 of 258 posts
Re: The Rust project has a burnout problem
#252It has been crazy how successful the rust project has been and they have been working to meet expectations. Lots of work to do. I just wish they had python syntax, I'm not smart enough for {};
Re: The Rust project has a burnout problem
#253> if you are paid to work on rust, you likely started as an unpaid contributor and got the job later. treat it like a job now. do not work overtime; do not volunteer at every turn; do not work on things far outside your job description. But if I don't work overtime how can I rewrite everything in Rust?
Re: The Rust project has a burnout problem
#254Are there companies contributing to the Rust compiler?
Re: The Rust project has a burnout problem
#255Re: The Rust project has a burnout problem
#256Earlier quoted context omitted.
Is cloning your dog in Korea out of the question? I have read some articles about people who did it. Yes, it is very expensive.
The original dog would still die, no? Having a puppy with technically the same genes but none of the behaviors or memories of the original seems like a very poor substitute.
???
Re: The Rust project has a burnout problem
#257Earlier quoted context omitted.
I think you misunderstand me. I'm not saying MSFT is intentionally frustrating you to increase sales. But that, where engagement drives sales, your frustrations are disregarded. They are different links. MSFT could easily build a toggle to disable PRs (default, enable PRs). They have these toggles for all other features already. They don' build this, because, as many other commentors point out, the few people that wo…
> They don' build this, because, as many other commentors point out, the few people that would benefit from such a toggle, don't outweigh the amount of engagement, data, and usage it generates. That makes no sense. Say I'm an open source project maintainer who doesn't want PR's in my repo. I have to continually log in to GitHub to check the PR tab and close all active PR's (or as others have pointed out, use a bot to…
Re: The Rust project has a burnout problem
#258Earlier quoted context omitted.
Maybe it's because Rust is new and well designed. People who have adopted it probably care about this and want to maintain it and that's hard. Maybe it's my perfectionism, my desire to build and live in an ivory tower, but I feel this as a Rust user, a fear that they might break some perceived perfection that I care about. I've commented before that "at least C++ developers are free from the burden of using a perfect…
Rust is far from "perfect" in my opinion as any other language. It tackles couple of particular and important problems but since it can not completely solve it for general case it bends people to think in a certain "perfect" way. Not sure it is ok when one has to jump hoops on what should be perfectly valid and logical code just because compiler can't figure out that it is actually safe. Also as a generic tool I thin…