• 4 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • The problem is that “master” means several things. There is Masters degree, master sword, master blacksmith, master copy, all of which have absolutely nothing to do with master / slave.

    The Git “master” terminology came from “master copy”. There’s an email thread online where someone asked Linus Torvalds the origin and this is what he said.

    The whole thing about it being about master / slave was some random uneducated person guessing, and they were wrong.

    I agree that main is simpler and clearer, but it has nothing to do with racism.







  • I think you’re saying the same thing as what I am. If it’s more complex than what you may think, the language should guard against it. If not, it should make it simple.

    Rust, for example, is the only mainstream language where it isn’t possible to read from a file handle after it’s been closed. Doing so is a compilation failure. This is just a general invariant of “how to use files”.

    But you also don’t need to think about allocating or deallocating memory in Rust. It does that fke you automatically, even though it’s not GC.

    JS can also be complicated when it tries to hide realities about the world. E.g. is a const array or object immutable? No, the pointer is. But pointers don’t exist! /s













  • I was interested in the source for 38 here:

    Using mild soap on well-seasoned cast-iron cookware will not damage the seasoning.[37] This is not because modern soaps are gentler than older soaps.[38]

    It was just an article that said

    Many sources explain that soap is OK because today’s dish soap (like our favorite from Mrs. Meyer’s) is gentler than it used to be. That may be true, but it’s not really the point. Once your pan is well seasoned, a little dish soap isn’t going to make a difference.

    Pretty sad excuse for a source. Not even sure what that’s supposed to mean. Why is that not the point?

    AFAIK the issue was soap used to contain lye which would destroy the seasoning. That’s a huge difference from modern soap.