- Manjaro first impressionsManjaro is an Arch-based Linux distribution that emphasises simplicity and customisation. During a recent computer upgrade, I decided to switch from openSUSE,… Read more: Manjaro first impressions
- Habitat fragmentation – what does it mean for biodiversity?In almost all ecosystems, human activities are causing areas of pristine habitat to be broken into smaller, isolated fragments, causing both habitat… Read more: Habitat fragmentation – what does it mean for biodiversity?
- Writing a command line dictionary and thesaurus using PythonUpdate Google’s unofficial dictionary API is no longer supported. ☹️ Many times when I’m searching for a definition for a word, or… Read more: Writing a command line dictionary and thesaurus using Python
- Random number generators for C++ performance testedRandom number generators (RNGs) are a crucial part of many computational processes. As an ecologist, they are particularly important for representing the… Read more: Random number generators for C++ performance tested
- Scientific programming in Python with C++ extensionsUsually, a high-level programming language like Python is ideal for scientific computing. The ease of development and enormous supply of published libraries… Read more: Scientific programming in Python with C++ extensions