NULL license plate not such a bright idea
141–150 of 484 posts
Re: NULL license plate not such a bright idea
#142Earlier quoted context omitted.
>the humans have decided that an empty value will be typed, by hand, into their terminals as the characters "NULL" Almost certainly because of software constraints, like the form not allowing the plate number field to be blank.
Yeah, I addressed that: >employees with access to the system are required to enter a 'valid' value.
Re: NULL license plate not such a bright idea
#143These bugs and categories of errors should simply not be possible in sane languages or frameworks.
Re: NULL license plate not such a bright idea
#144Tangentially related somewhat-common bug: YAML files will interpret the literal 'no' as boolean false if it's not quoted, instead of as a string. Many developers have wondered why, when they stuck country-specific configurations in a YAML file, that things suddenly stopped working when they expanded support for Norway.
HCL, the hierarchical data storage language used by Terraform, is the closest thing I’ve seen to a happy medium between JSON and Yaml.
Another option, if the string values are not multi-line, is CommentJSON (use the Python module or write 10 lines of code that strips out comments from JSON if using another language).
Re: NULL license plate not such a bright idea
#145I recently saw a car with a license plate of B8B88BB8 (or something to that effect) that I am almost certain the owner chose to make it hard to read and transcribe correctly by either humans or computer vision systems. I was honestly kind of impressed.
Re: NULL license plate not such a bright idea
#146Earlier quoted context omitted.
Die on? But how - he can challenge the fines in a court of law. Since it's a vanity plate, adding an extra notoriety won't hurt.
Figure of speech... I just mean he is making a stand for something not that important but causes him (and only him, really) inconvenience
Re: NULL license plate not such a bright idea
#147Re: NULL license plate not such a bright idea
#148Re: NULL license plate not such a bright idea
#149Earlier quoted context omitted.
Die on? But how - he can challenge the fines in a court of law. Since it's a vanity plate, adding an extra notoriety won't hurt.
>he can challenge the fines in a court of law. If he sees spending time and effort expunging his record every few weeks as worth the trade-off for the 'extra notoriety', then power to him. I wouldn't do that.