Yeah, it's easy to see how you monetize something like this (hiring a good programmer has $$$ attached to it) and you don't need a hard sell to make it work. It seems like it'd be more like speed dating, where there's…
I know someone that went from a Macbook Pro to one of these. He's been incredibly happy with it, and described the "just works" factor as being in the same range as his old Pro.
It's interesting that you can't imagine code that explicitly prints fizzbuzz with a third conditional. It's as simple as this: for i in fizzbuzz range fizz = i % 3 == 0 buzz = i % 5 == 0 if fizz and buzz print fizzbuzz…
It's essentially the opposite of polymorphism. Polymorphism says that if you look at the same thing in two different contexts you should get two different results. Isomorphism says that if you look at the same thing in…
Yeah, it's easy to see how you monetize something like this (hiring a good programmer has $$$ attached to it) and you don't need a hard sell to make it work. It seems like it'd be more like speed dating, where there's…
I know someone that went from a Macbook Pro to one of these. He's been incredibly happy with it, and described the "just works" factor as being in the same range as his old Pro.
It's interesting that you can't imagine code that explicitly prints fizzbuzz with a third conditional. It's as simple as this: for i in fizzbuzz range fizz = i % 3 == 0 buzz = i % 5 == 0 if fizz and buzz print fizzbuzz…
It's essentially the opposite of polymorphism. Polymorphism says that if you look at the same thing in two different contexts you should get two different results. Isomorphism says that if you look at the same thing in…