Showing posts with label think. Show all posts
Showing posts with label think. Show all posts

Sunday, May 28, 2017

Posted by beni in , , , , , , , , , , , , , | May 28, 2017

82 percent of IT pros think Windows 10 would make their company more secure


 
Security is an ongoing struggle for businesses and many data breaches can be traced back to the use of out of date software.
 
A new survey from systems management company Adaptiva asked more than 150 IT pros their feelings about their enterprises security, and found that the majority were concerned about potential vulnerabilities.
 
Among the key findings are that 82 percent of IT pros think moving to Windows 10 would make their company more secure. 70 percent of respondents are concerned about potential security vulnerabilities in their Microsoft SCCM environment and almost two-thirds (65 percent) of respondents plan to conduct an SCCM security audit within the year.
 
More about securing Windows 10 and SCCM environments can be found on the Adaptiva blog and theres a summary of the reports findings in infographic form below.
 
 
Image Credit: Andresr/Shutterstock
 
~ Ian Barker

Monday, May 15, 2017

Posted by beni in , , , , , , | May 15, 2017

7 ways to think like the Web


I read this great article today and I wanted to share it. It explains some principles that people apply or should apply in order to work well all together online or like author says: computational thinking of thinking like the web.

The web has grown a lot these last years it has become an ecosystem where no longer humans are a part of it also machines. Both machines and people are responsible for this evolution of information and technology for example sometimes machines publish our data for us sometimes we publish it directly sometimes machines subscribe what other machines or/and people publish sometimes people do.

Because of this hybrid nature is that we need to teach people  the best way to take advantage of this new distributed environment and that is how they came out with this 7 principles:
  1. Be the authoritative source of your own data.
  2. Pass by reference not by value.
  3. Know the difference between structured and unstructured data.
  4. Create and adopt disciplined naming conventions.
  5. Push your data to the widest appropriate scope.
  6. Participate in pub/sub networks as both publisher and subscriber.
  7. Reuse components and services.
Some of them make a lot of sense to me and I do follow them by instinct like Pass by reference not by value which means instead of passing the whole article you pass a link to source of the article this way we avoid duplicated content and we all can share our opinions on the same topic. Another example is Know the difference between structured and unstructured data. This blog is an example of that I am not only writing posts and publishing them which is unstructured data I also have RSS feeds which is basically XML which obviously is structured data that way I allow RSS readers to subscribe it a read the information as I update my blog.

I  could explain all of them but I really invite you to read the entire article because it is really good and you will find the explanation for each one of these 7 principles and more resources for each one of them.

Search