martinbooth
No user record in our sample, but martinbooth has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but martinbooth has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
One example I have that made me excited for this feature is the free recipe manager website I run. Many of the paid-for competitors give users the ability to import unstructured recipe data these days from sites like…
Why do you think this is madness? FB doesn't use git for these monorepos, so that's not really relevant, but I don't understand why you think that it's better to break a repo up because the SCM can't handle the size vs…
I conduct interviews for Facebook and we do not discriminate on age. I assume the recruiter just got the impression you really didn’t want to interview with us. I only do the coding interviews but every piece of…
This is the correct explanation (thank you) There’s no intention to hide the fact that certain links are blocked. The bug is that the status of failed message sends (not limited to blocked links) only shows an…
This was the result of a lawsuit.. getty images if I remember correctly
At the company I work for UI accessibility issues are automatic high priority bugs. You'll be an asset (as a frontend developer) to any company that values accessibility (and I'm certain that many do). Contrary to your…
In firefox it skips one letter at a time and maybe that is the intended behaviour, but it doesn't seem consistent with what I'd expect from a WYSIWYG editor. I'd expect there to be 2 positions between the "e" and the…
There are lots of positive comments in this thread in support of this approach and I think it's great when anyone challenges the status quo. It is more common these days than it was for websites to support multiple…
Distributing an altered binary to specific targets should be impossible as WhatsApp don't control the distribution, Apple and Google do. They would also have to be complicit too for a targeted attack to be feasible. By…
I think the interviewer may have been a bit standoffish because he/she was expecting you to work out how to reverse a linked list rather than memorizing the algorithm. My CS degree only taught me what a linked list is,…
I'm pretty sure you can. They're building a wallet, but it's not the only one. It's also separate to the rest of Facebook but likely would integrate with it well
Reasonml is just an alternative syntax for ocaml so you can definitely use it for IO. It's bucklescript that is an alternative backend for the ocaml compiler which allows you to output js, but you don't need to use it
One reason to avoid imperial units is that people seem to be generally unsure if they're even using them! I might be wrong, but you're probably more familiar with the US system rather than imperial units (given you said…
Yes.. and just like trying to get out of Ikea
The fact that the generated javascript doesn't look as neat is a pretty poor argument. Does the author avoid other language features that get "lowered" (http://ericlippert.com/2014/04/28/lowering-in-language-desig...)…