Ignore the haters, and other lessons learned from creating JSON5
91–100 of 211 posts
Re: Ignore the haters, and other lessons learned from creating JSON5
#92I can really relate to this. I posted something earlier this year about how a number of file system problems are directly related to an archaic architecture that was designed when hard drive capacities were measure in MBs. I offered a possible solution in a hobby project that I have been working on for years. https://news.ycombinator.com/item?id=30449263 While there were some really good comments, the vast majority w…
When you say "While there were some really good comments, the vast majority were very negative and critical" it sounds like you think that negative or critical comments cannot be good.
Re: Ignore the haters, and other lessons learned from creating JSON5
#93I love JSON5! My only gripe with it is that I have no idea what the "5" means, and I don't think it's documented / alluded to anywhere...
Re: Ignore the haters, and other lessons learned from creating JSON5
#94I still don't get what the point of json is. If you want to dump raw JS data structures as text just do. You don't need a spec or special tools. If you want human readable XML just use s-expressions. Something that's so easy to parse you can roll your own in an afternoon. Json is trying to square the circle of "I want things to be easy" but also "I want to not shoot myself in the foot", goals which are mutually exclu…
Re: Ignore the haters, and other lessons learned from creating JSON5
#95I don't think writing an article about hackernews comments from two years ago is exactly what I'd call a lesson in ignoring the haters, but this reads a little bit like someone writing an article about the roaring success of null references after their adoption. despite popularity, most of the technical comments in that original thread aren't wrong. 'Popular', 'Easy to adopt' and 'a very bad idea' can be overlapping…
He is ignoring the haters. He continued despite their comments. He is mindful that the haters exist (which you have to be, in order to ignore them), but is ignoring them with respect to the advice they offer. The haters were also wrong. They completely misunderstood the needs of the target audience for JSON5. They forgot the world is a messy place, no matter how clean and clear the JSON spec may be, the input from ra…
Re: Ignore the haters, and other lessons learned from creating JSON5
#96I still don't get what the point of json is. If you want to dump raw JS data structures as text just do. You don't need a spec or special tools. If you want human readable XML just use s-expressions. Something that's so easy to parse you can roll your own in an afternoon. Json is trying to square the circle of "I want things to be easy" but also "I want to not shoot myself in the foot", goals which are mutually exclu…
Re: Ignore the haters, and other lessons learned from creating JSON5
#97I still don't get what the point of json is. If you want to dump raw JS data structures as text just do. You don't need a spec or special tools. If you want human readable XML just use s-expressions. Something that's so easy to parse you can roll your own in an afternoon. Json is trying to square the circle of "I want things to be easy" but also "I want to not shoot myself in the foot", goals which are mutually exclu…
There's only a single JSON ISO standard (21778:2017). Why do you feel compelled to comment on topics you don't have knowledge about?
Re: Ignore the haters, and other lessons learned from creating JSON5
#98Earlier quoted context omitted.
I wouldn't want to work for some company whose founder can be openly toxic against a project that solves an actual problem.
Perhaps he's jealous as half of Hashicorp's portfolio only create more problems than you had originally...
Like Hashicorp products or not, the remark seems a bit petty.
Re: Ignore the haters, and other lessons learned from creating JSON5
#99I can really relate to this. I posted something earlier this year about how a number of file system problems are directly related to an archaic architecture that was designed when hard drive capacities were measure in MBs. I offered a possible solution in a hobby project that I have been working on for years. https://news.ycombinator.com/item?id=30449263 While there were some really good comments, the vast majority w…
I read through most of those comments and while a lot of them are critical or negative I would still say most of them are "good" as in that they are constructive and give feedback on the idea or it's execution. When you say "While there were some really good comments, the vast majority were very negative and critical" it sounds like you think that negative or critical comments cannot be good.
Re: Ignore the haters, and other lessons learned from creating JSON5
#100I'm kind of appalled that the Hashicorp guy went that far to put someone down for just building something they found useful to themselves. What a great way to discourage someone from expressing themselves creatively. Glad Aseem carried on regardless.