download and install system updates turn on FileVault download Chrome download Dropbox link config: # this will keep config files in sync like .gitconfig, .zshrc, Brewfile, etc. for f in ~/Dropbox/config/.* ~/Dropbox/config/* ; do ln $f ~ ; done ln ~/Dropbox/config/.oh-my-zsh/custom/aliases.zsh ~/.oh-my-zsh/custom/ ln ~/Dropbox/config/.oh-my-zsh/custom/functions.zsh ~/.oh-my-zsh/custom/ download 1Password pick up 1Password keychain in Dropbox install Oh my Zsh install brew brew install mas br...| dreynaud.fail
I think using an online judge such as HackerRank to screen software engineering candidates inherently comes with significant drawbacks. Namely: they expect input and output in a necessarily contrived form there is no communication or creativity involved| dreynaud.fail
Assumption: we have an index things with a mapping m1 and the result we want is an index with the same name and the same data but a different mapping m2. For instance, there might be a string field in m1 that we want to turn into an indexed date field.| dreynaud.fail
Examples| dreynaud.fail
In the context of distributed systems, canaries are used to limit the blast radius of software releases. Per the Google SRE book:| dreynaud.fail