Various laws, regulations, and processes come with religious exceptions. In order to qualify for religious exceptions, you need to follow a qualified religion.
They go on your dog tags to make sure that, if you're killed, your body is handled in a manner appropriate for your religious beliefs.
As I expected given who this is coming from, the choices are "Christian, Christian, Christian, Christian, Christian, Christian, Christian, Christian, Christian, Christian, and Leftovers".
non major updates in the npm ecosystem are pretty reliable in my experience; my much more limited python experience suggests that semver is much less respected on that side of the fence
postgres with rls to hide soft deleted records means that most of the app code doesn't need to know or care about them, still issues reads, writes, deletes to the same source table and as far as the app knows its working
I would also say that most modern ORMs and frameworks also either come with soft delete feature (with automatic filtering on all queries) as part of the package or there are third-party libraries available for ORMs adding this functionality without the hassle of dealing with views (maybe it's me, but I've never had good experience with DB views).
reply