They're forcibly charging for the first year of cloud subscription, and this still makes it a con.
HN user
ToBeBannedSoon
It's obvious that any sensible company will just headquarter itself in a friendlier state. California has shot itself in the foot with this law.
Phony argument. An electronic thermometer and blood pressure monitor ensure safety too and they never need a license. Do x-ray machines need a license? This ulrasound device by definition doesn't even emit radiation. This company is conning its users.
I don't understand why this ultrasound scanner needs a user license except for exploitative reasons. It's what crooks would do.
This is not a substitute for debug-level logging when you need it.
In one creepy experiment, the scientists implanted electrodes in a mother rabbit’s brain, took her young litter off to a submarine and, when it was deep below the surface, killed them one by one. At each synchronised time of death, the mother’s brain reacted.
Python 3.6+ does have type annotations and multiple static analysis tools for type checking. Only an ignorant or biased person would yell at Python for flaws it doesn't have. For crucial business logic, one also writes unit tests.
If the db internally supports efficient temporal tracking, then yes by all means. If it doesn't, then I don't see a way for the developer around the redundancy.
Livestock actually enriches the soil by their poop.
My takeaway is (for applications that need this):
#1: Keep rows immutable. Don't use UPDATE or DELETE.
#2: Store the time columns you need, e.g. insertion or transaction time, and/or event generation time, etc.
Humans.