lev_lafayette's blog

Strategic choice

The primary purpose of a strategy is to provide the organisation with a sustainable position of advantage within a competitive environment. In this topic we will examine the general strategic choices an organisation can make, which is the first stage in defining the strategy it will ultimately follow. We will explore a number of different approaches including: (a) using the organisational purpose, vision and mission to make decisions about strategic choices, (b) focusing directly on achieving a competitive advantage, (c) competing by developing the organisation's core competencies.

Topic 4: Internal analysis

Organisational success is largely dependent upon the effectiveness (and efficiency) of the interface between the external and internal environments of an organisation.

Before a strategic position for an organisation can be developed, the following is required:
1. an external analysis that identifies opportunities and threats: the external environment
2. an internal analysis that identifies its strengths and weaknesses: the internal environment
3. a match between internal and external factors
4. strategic options that capitalise on strengths and assist with overcoming weaknesses

External analysis

The external environment of an organisation is the physical and intangible region from which an organisation's resources are drawn and revenue is generated, and in which competitors battle for both of these. Although the external environment can be defined or categorised in different ways, it is

The strategy formulation process

A recent McKinsey survey of executives (September 2006) on strategic planning, strategy implementation and utilisation identified the following:
- Most companies have a formal strategic planning process, but some don't use it to make their most important decisions
- Fewer than half of respondents were satisfied with their company's approach to making strategic decisions, although senior managers were more satisfied than other levels of management

An introduction to strategic management

Strategic management may be defined as:

The process of identifying, choosing and implementing activities that will enhance
the long term performance of an organisation by setting direction, utilising
technology and innovation and by creating ongoing compatibility between the
internal skills, resources and capabilities of an organisation and the changing
external environment within which it operates. (Viljoen & Dann 2003: 5)

Installing and Testing Valgrind on Linux

Valgrind is an instrumentation framework for building dynamic analysis tools. Which is a fancy way of saying that it's a debugging suite that automatically detects many memory management and threading bugs, which is a very good thing. Valgrind can handle dynamically generated code, so long as none of the generated code is later overwritten by other generated code. It can also perform detailed profiling to help speed up your programs. It comes with extensive documentation.

Installing MATLAB DCS/PCT on a Linux Cluster with PBS and TORQUE

MATLAB is a numerical computing environment allowing matrix manipulation, plotting of functions and data, implementation of algorithms, and high-level programming language. Typically it is run on desktop installs, which is quite problematic if one is doing a large computational problem.

Minor Issues in Installing the NCDF Libary Package for R

It seemed a trivial request, and once you've realised a couple of minor issues it is; install the NCDF library, a common scientific data format, for R, the well-known statistics software.

There is a usual way to install a package in R. Simply load the program and run the install.packages function; but this didn't quite work.


R
>chooseCRANmirror()
>install.packages(c("ncdf"))

Forking Mandriva and OpenOffice.org: Poor Management versus Competent Technology

There have been two fairly significant forks in the Linux world in the past few weeks; one is a large number of the developers of Mandriva now concentrating on on that technology under the new title Mageia. As advocates of that this new Linux distribution state: People working on it just do not want to be dependent on the economic fluctuations and erratic, unexplained strategic moves of the company..

Pages