computer science

Our WordPress website keeps getting hacked

We are running several websites with WordPress in different categories – everything from blogs to online shops. WordPress is great. It is easy and powerful at the same time. Although there is one thing that gives us a doubt of the platform – our WordPress websites get hacked. Especially more popular ones.

How to protect images on website

Today, people are generally aware that you need to check the license and permissions before using the image you found on the internet. Images are still being stolen from their original creators. If you are creating professional artwork or taking good photos – you still need to spend time securing your property online or it will be stolen.

Greatest data simulations 2015

There are a lot of interesting things out there on the Internet. Here we gathered some really cool data simulations of the year 2015 that shows that Internet really is beautiful.

Basic primitives

Introduction

When you want to do real time computer physics, like what we see in games, you will have to break the world into understandable items. It’s like Caesar’s divide and conquer tactic. When you are playing in a complex scene, all what really goes on in the physics engine is broken into small, but many pieces. This enables further optimization down the line, which will be covered later, but for now this keeps the collision detection and collision response algorithms easy to understand.