Computer science related topics and more.

Latest posts

Importance of usability in computer programs

Usability is definitely one of the most under-estimated “features”. You will notice any absence of this feature called “usability”. Without usability, it is very hard and inconvenient to finish your task. Implementing usability is not very hard. How...[...]
Read more

Two things in life

Which two very important things in life may matter? Your choice of your partner for your life Deciding on how to spend your time, which things to invest in etc. Would you let someone else decide for you? Think about it. Our lifespan is l...[...]
Read more

Apple Meets Fish Tank

What happens if your old iMac G3 needs some vacation? Let's have a look... Image credits: http://gadgetsin.com/imacquarium-fish-tank-built-with-imac-g3.htm[...]
Read more

Helpful Visual Studio Features: Map Mode Scrollbar

Surprisingly not many people seem to know this feature. You are lucky if you know it already! Anyway, let's have a look: https://docs.microsoft.com/visualstudio/ide/how-to-track-your-code-by-customizing-the-scrollbar or alternatively http://www...[...]
Read more

Do you think Computers can compute?

Let's have a look at these lines of code: bool computer_computes_correctly = false; if ( 0.3 + 0.6 == 0.9) { computer_computes_correctly = true; } So, what do you expect our variable's value computer_computes_correctly will be? If you...[...]
Read more