Hacker Newsnew | past | comments | ask | show | jobs | submit | jnmuel's commentslogin

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 an intense sell from both sides but it's low pressure because either side can back out easily.


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 else if fizz print fizz else if buzz pritn buzz else print i

If you want to see how they react to changing requirements, then ask them to change it. It's stupid to look at someone's answer to a toy problem and treat it like it's production code.


> It's stupid to look at someone's answer to a toy problem and treat it like it's production code.

There are no toy problems in interviews. The way you approach a toy problem says everything about how you would write production code according to the 'how to hire programmers' manual v 3.3.

Obviously that's not how it should be but if you're going to places where they think 'fizzbuzz' is going to weed out the ones they don't want then you'd better be showing off your capabilities.


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 two different contexts you should get the same thing. Here the contexts are server and client.


In which universe is polymorphism the opposite of isomorphism? Couldn't we just have said "JavaScript that runs everywhere" instead of trying to sound educated?


When you want to refer to the same concept over and over, it helps to give it a name.

Other examples: ajax, lamp, nosql, soa ... they may be buzzwords, but they are helpful. I don't see the problem here.


Isomorphism was already a word before Nodejitsu abused it. Your examples are acronyms and abbreviations.

Nevermind that this concept is not even worth a name.


It is common to repurpose words this way. I think it is called 'metaphor'. See also: half the names in technology and all nearly every apple product name.

Anyway, I find the term useful.


Metaphors make sense, that reusing of isomorphism doesn't, however you quote Greek words to justify your means.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: