Hacker Newsnew | past | comments | ask | show | jobs | submit | nick32m's commentslogin

I think they could block that Github repository/repositories but not the entire Github. Also I don't want them to DDOS Github and affect other uses.

https://news.ycombinator.com/item?id=9275041


They cannot block a specific repo (although GitHub could make it inaccessible to Chinese users, but I don't think they'd want to censor their platform), which is why China resorted to DDOS. I think it really speaks volumes as to how important GitHub currently is to them.


HTTPS makes it impossible to block only part of the site. At least if they don't push their certs onto the population.


they would have to block all the Forks as well


You do know that Wechat's chat history stored in Tencent's database in plain text? The authorisation could check/monitor any Chinese citizen who uses Wechat, if they say something bad about the government or spread the rumours of some officials corruptions, they will be in big trouble?!? How do you mean Chinese people are not harmed? Their privacy is absolutely harmed and they have less choices for chatting and that's what the Chinese government wants - they want everyone in China to use Wechat so they could absolutely control/monitor


Wechat claims they don't hold logs on disk:

http://help.wechat.com/cgi-bin/micromsg-bin/oshelpcenter?opc...


I wouldn't use WhatsApp or Wechat or any of these spyware apps.

The Chinese government isn't taking something away (privacy, freedom) because it was never granted. Therefore I say "no harm". If the people want these rights, they will have to reform their government.


What's the problem of writing a function with a few lines of code and exports as a module?

I think it's totally fine. Like other people said, it's the mindset we borrow from Unix, do one thing and do one thing well. The function would be well tested, and could be reusable.

I don't understand why so many people just require lodash into their project (when they start project) while they only use one or only minimum set of the functions. I mean lodash is a very great library with clean and well tested code, but it's also quite bulky like a big utility lib, and for me most of the time I only need one or two of the functions I would just go to npm and find a module just do that thing.


Also, Node.JS modules can be used browser side. On the browser you only want to include code you're using so you're not making the client downloading excessive code. A large 500kb module with one useful function is worse than a one 10kb module with the one function you need.


Just wondering if OP is a dota friend. Tablesaw just reminds me of Timbersaw(a hero in dota) lol


I don't mind apple is able to it... as long as not the chinese government ..


Most likely, the chinese government can/does tell Apple to decrypt certain msg or don't do biz in China, similar to what India government told RIM.


From our experience to develop the mobile app with HTML5/Javascript/CSS i.e. Cordova, not only that the mobile safari in iOS and webkit in Android sometimes not render js/css the same ( the point brandon_wirtz has raised), but another difficulty we found very hard is to debug the javasript (js that resides in the device, not on the server side) .

in iOS it's okay we could connect device/simulator and open the safari inspector to debug. But in android it's almost impossible to know what & where the javascript has gone wrong and fix.

The webkit in android 2.3.x version also will render differently on some css properties compared to 4.x version.


Just use github pages, it's free, secure and easy to use.


I'm a software developer and I find it hard to use. The documentation isn't so great. If "I" find it hard, imagine what a layman would feel like?

I don't think Github pages is easy to use.


I linked to it in my chart, but it might be hard to use for someone with no experience.


To me this doesn't sound very exciting. To publish static website/contents programatically , why would i bother use this and not Github pages? It's easier and more programmers friendly too, since it's git.


Its to create tools for users who might not be using Git, but do have Google drive/docs.


Did it not occur to you that this was probably for non-programmers or those who aren't technically inclined?


Try submit a post :)


Yeah it's working now after made this post. So as clins suggested we need to make a post or a comment before we could upvote and save.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: