Unfortunately, Microsoft has completely ruined Skype, and they will probably never be able to recover the users they lost. My grandparents got locked out when Microsoft started requiring a Microsoft ID, so I switched them to gchat. Plugins are easy enough to install and unless Microsoft fixes the ridiculous Microsoft ID requirement, I can't see many people using Skype ever again. Let's face it, Microsoft is just not competive with the new generation of tech companies and the only reason they lasted as long as they did is because they had a near monopoly, maintained by compatibility issues, for decades.
Do you think it might be easier to colonize the upper atmosphere of Venus first? It seems there are several advantages to this approach (easier access to solar power, an existing magnetic field, close to earth-normal gravity). If Venus is an easier target, why not start there first?
It seems to me that it would be far easier to adapt ourselves to Mars by modifying our genetics than to change the characteristics of an entire planet.
For client projects, if you've worked with the LAMP stack for a few years and are thinking about making a transition to the MEAN stack, I suggest transitioning gradually. For example, start by doing most of your front-end work with Angular. Once you're comfortable with that, you can move on to node and express, while still using a traditional SQL database. Once you're familiar with node, you can move to Mongo. If you take it one new technology at a time, you can build your skill with each new technology without worrying about falling behind on your deadlines.
Alternatively, if you are working on a project in your spare time, there is no harm in going straight for the full MEAN stack.
Another major issues with spreadsheets is that they don't handle data typing issues very well. For example, if you try to add a list of numbers, and somewhere in the list you have a number encoded as text, instead of throwing an error, it won't be included in the sum.
Errors should never pass silently.
Unless explicitly silenced.
Yes you can sign in without it, the point is, it is difficult enough to make people switch : http://www.tomshardware.co.uk/...
Unfortunately, Microsoft has completely ruined Skype, and they will probably never be able to recover the users they lost. My grandparents got locked out when Microsoft started requiring a Microsoft ID, so I switched them to gchat. Plugins are easy enough to install and unless Microsoft fixes the ridiculous Microsoft ID requirement, I can't see many people using Skype ever again. Let's face it, Microsoft is just not competive with the new generation of tech companies and the only reason they lasted as long as they did is because they had a near monopoly, maintained by compatibility issues, for decades.
Do you think it might be easier to colonize the upper atmosphere of Venus first? It seems there are several advantages to this approach (easier access to solar power, an existing magnetic field, close to earth-normal gravity). If Venus is an easier target, why not start there first?
It seems to me that it would be far easier to adapt ourselves to Mars by modifying our genetics than to change the characteristics of an entire planet.
For client projects, if you've worked with the LAMP stack for a few years and are thinking about making a transition to the MEAN stack, I suggest transitioning gradually. For example, start by doing most of your front-end work with Angular. Once you're comfortable with that, you can move on to node and express, while still using a traditional SQL database. Once you're familiar with node, you can move to Mongo. If you take it one new technology at a time, you can build your skill with each new technology without worrying about falling behind on your deadlines. Alternatively, if you are working on a project in your spare time, there is no harm in going straight for the full MEAN stack.
Not as easy to read as Python though
Another major issues with spreadsheets is that they don't handle data typing issues very well. For example, if you try to add a list of numbers, and somewhere in the list you have a number encoded as text, instead of throwing an error, it won't be included in the sum. Errors should never pass silently. Unless explicitly silenced.