• 0 Posts
  • 548 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle


  • <sigh> stop with the “right-wing ideological white men” thing. It’s not political at this point.

    A lot of “racially aware” writers seem to have ended up in a headspace where they can’t write white without making them a punching bag. It’s obvious. It’s childish. It’s racist. People of all races will be angry when their only representation in a piece of work is a lazy stereotype. You don’t need to be right-wing for that.

    You can say “well now they know how it feels”, but that just means you’ve also sunk to the lowest level.

    Unless race is critical to the plot, there’s no need to lean into it. Emphasising division breeds division. Just write a good story.








  • I think you’re underestimating how badly it taught them. I see a lot of developers (when interviewing) that are unable to reason about code.

    Lot’s of people learn how to cook by following recipes, but they don’t try to get work in catering or running restaurants. That requires a different level of understanding.

    SO was the coding recipe book. It was fine for hobbyists. Not professionals.


  • The Rust kernel devs are …

    1. …asking the maintainers to lock down APIs which the C devs purposefully leave malleable, in part, to avoid binary blob drivers being feasible.
    2. …asking maintainers to accept code into their subsystem whilst being told, you don’t need to know Rust to an expert level…trust us. Cross language interfaces always have nuance and make good attack vectors. Understandable that maintainers are cautious.
    3. …creating quite a lot of hassle for no a lot of improvement. Systems are only as resilient as their weakest components. The cross language interface is always going to be weak. Introducing a weakness to get improvements probably only succeeds at making the whole weaker.