[–] 3 points 1 year ago

Central Minnesota, here. Our cedar tree always turns purple-ish in the winter - especially last year's fresh growth. However, this is just it winterizing itself. It'll green up again as spring progresses. If yours is anything like ours, I bet it'll be just fine. As long as it's not brittle and disintegrating, I don't think it died.

That said, if it doesn't green up in the next month, then I'd say you may have an issue.

  • source
  • [–] 35 points 2 years ago (7 children)

    That's honor system, for sure. OpenAI has promised that their bots will honor this line in robots.txt. But unless these companies have implemented some detect-and-block method on their own, there is nothing physically stopping the bots from gathering data anyway.

  • source
  • parent
  • context
  • [–] 6 points 2 years ago* (2 children)

    I think I've learned to get less attached to opinionated terminology in code and database design because I see it happen all the time where the usage of the value/field/thing can evolve naturally over time as the business needs evolve. And refactoring field names (as an example) from UI to database is often a painful exercise, not without significant regression risks. (Depending on the size and complexity of your systems, of course)

    So while I totally agree with you and others that ideally naming would be consistent throughout, my real world experience with the issue has taught me that this isn't the hill I die on.

    My 2 cents from 10 years experience in the industry.

  • source