HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andreif

no profile record

comments

andreif
·anno scorso·discuss
So I have to upload files to enable syntax highlighting. There is probably a reason but the users frustration is helping them to look for alternatives.
andreif
·anno scorso·discuss
Do you enjoy the other parts of MS ecosystem?
andreif
·2 anni fa·discuss
Actually, right this moment I am writing docs for my mini-yaml to generate JSON Schema Draft 4 for our EDA. Easy-peasy
andreif
·2 anni fa·discuss
I think main problem people trying to solve is treating JSON as computer-human interface. It was not designed for it and I don’t think we need to expand its use-case. You can perfectly use subset of YAML with much better readability for human interactions. I wrote custom parsers for subset I need with like 100 lines of Python code. JSON should stay as a loggable system-to-system format that you can render in a more readable way.
andreif
·2 anni fa·discuss
Dependencies is a sign of weakness.