henryscala | 10 years ago | on: Stop Comparing JSON and XML
henryscala's comments
henryscala | 10 years ago | on: Biologists Discover Bacteria Communicate Like Neurons in the Brain
henryscala | 10 years ago | on: Ask HN: What do you want in a text editor?
I would like the features of editing math equations, ways to draw simple pictures etc except for simple Markdown support.
henryscala | 10 years ago | on: Windows Drops Bing in China for Baidu
henryscala | 10 years ago | on: Ask HN: What project are you currently working on?
(2) I also created an illustrator software called Suosuoban. It is an illustrating tool that allows you to express your ideas by drawing pictures quickly on computer screen. I think the most important feature that discriminate it from others is "bubble clusters". It is an opensource software, find it in https://github.com/henryscala/suosuoban.
henryscala | 10 years ago | on: Qihoo 360 and Go
In the past(Probably 6 ~ 7 years ago) Qihoo had bad reputation, because it once made its softwares like virus that the user cannot un-install them for competing with the competitors.
After that, I think the company has changed its behaviors that it started emphasizing user experiences. And it also developed an anti-virus and anti-spyware software to be used by the user for free. The company changed the business of anti-virus and anti-spyware softwares in China.
Now I think the company is an good innovative company in China.
henryscala | 10 years ago | on: What went wrong: SCTP (2009)
1) It makes the SCTP header complex. Without it, IP address in IP header is sufficient. With it, IP addresses have to appear in SCTP header too.
2) Multi-homing makes it difficult to configure firewall rules, for example NAT(Network Address Translation). Linux tools like iptables, LVS(Linux Virtual Server) do not work well with it.
3) I think the benefit of multi-homing can be gained in Network-layer or Data-Link layer instead of transport layer, for example network interface bonding, etc. It relieves the complexity of the application in this way.
I must iterate:" I’m taking a 3000-foot perspective here, it is still a far away perspective although less a 0 than the author, and whatever I’m writing could be completely wrong. If that’s the case, please point out my mistakes in your comments."
henryscala | 11 years ago | on: A simple Forth-like language intended for DSL creation, implemented in Lua
henryscala | 11 years ago | on: Smallpdf – A Free Solution to All Your PDF Problems
henryscala | 11 years ago | on: Ask HN: What are your unused domain names?
henryscala | 11 years ago | on: Show HN: Saulify: Generate clean, responsive articles with just a click
henryscala | 11 years ago | on: Ask HN: What's your website? I'll do a video review of it
henryscala | 11 years ago | on: Ask HN: Stuff you want but doesn't exist?
henryscala | 11 years ago | on: Ask HN: Stuff you want but doesn't exist?
If JSON has JSONPath and JSONSchema. It looks like it is another XML, then.