• 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • Whatever a red car is still a car.

    It’s dumb to say it isn’t a planet just because it hasn’t yet cleared its orbit. The decision to make it “not a planet” was also made by astronomers, not by planetary scientists. Like people with “Star” in their name know more about planets than people with “planet” in theirs.

    Anyways it’s extra silly because if you have “real planets” and “dwarf planets” then what is the higher group containing those two? “Things that orbit the sun”? No, they should both be planets.






  • I hear you, but I disagree. My people are great at slacking me or each other when they need stuff. We have a great collaborative atmosphere. They set up meetings with each other and with me as needed, and I’ve heard over and over that they really like that. I have weekly 1:1 meetings with each of them, and usually we hang up after 15 minutes because they know what they’re doing and can get back to it.









  • Boy do I ever disagree with this.

    For big projects, with multiple people and man-years of work, sure. Don’t start from scratch. But in my humble opinion, those projects shouldn’t really exist. Instead they should be atomic, made up of small page-length units which individually can be scraped and rebuilt.

    For small projects, rewriting is often superb. It allows us to reorganize a mess, apply new knowledge, add neat features and doodads, etc.



  • I went to school in the early 90s and we didn’t really have IDEs. Just text editors with regular expression find and replace and syntax hi-lighting, none of this “show a semitransparent box with your functions arguments” stuff or linters or whatever.

    I still don’t know how to use a modern IDE, I use sublime text. And I debug my code using print statements.