There are a number of controversial changes to the new Lenovo Carbon X1 keyboards. The function keys were replaces with a digital function bar, Backspace and Delete are sharing space, Tilde and the Apostrophe and moved down by the arrows and the Page Up and Down buttons are wrapped around the arrow keys. While this…
Brian Lonsdorf has a love-hate relationship with Underscore.js. Yes, it offers a bunch of tools included in today’s functional programming paradigm (like map, filter, reduce, take, drop, compose, etc.), but in Underscore the functions are sometimes verbose and unintuitive. It claims to be a functional programming language, but how true is that? Despite certain characteristics,…
I ran into this problem today where I was trying to clone a repo that I owned. When I got the “Repository not found” I Googled it to find the following answers: Your account doesn’t have access (it did) Typo (nope, I copied and pasted) The repo doesn’t exist (nope, see the second bullet) I…