HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spicyj

no profile record

comments

spicyj
·8 वर्ष पहले·discuss
Most users can only set it as restrictive as "friends of friends", but if you have 10k+ followers or are verified then you can restrict it further.
spicyj
·8 वर्ष पहले·discuss
> Fun fact: you cannot block Mark Zuckerberg on Facebook. It just won't let you.

This was fixed months ago (and was a technical problem that affected anyone blocked by many thousands of people, not just him). It wasn't intended.
spicyj
·9 वर्ष पहले·discuss
I haven't used Ember Data much. I'd be curious how you think it could apply or could be ported to React. Maybe you'd have time to write up a short gist of what you wish you could write in React?
spicyj
·11 वर्ष पहले·discuss
I'm not a lawyer, but you might have missed this clause in the patent grant:

> Notwithstanding the foregoing, if Facebook or any of its subsidiaries or corporate affiliates files a lawsuit alleging patent infringement against you in the first instance, and you respond by filing a patent infringement counterclaim in that lawsuit against that party that is unrelated to the Software, the license granted hereunder will not terminate under section (i) of this paragraph due to such counterclaim.

Also consider that most open-source licenses make no mention of patents at all, so you have no assurance that the company won't come after you for patents in their software.
spicyj
·11 वर्ष पहले·discuss
If you want the exact same app on both platforms, you can do that on React Native too. The Facebook apps don't do that because we believe it gives a worse user experience.
spicyj
·15 वर्ष पहले·discuss
Not sure what you mean; it was in a <pre> tag.
spicyj
·15 वर्ष पहले·discuss
Funny how it changed:

    for (int i = 0; v8::V8::IdleNotification() && i < 3; i++);
to:

    for (int i = 0; v8:: V8:: IdleNotification () & & i <3; i + +);