Computer science related topics and more.

Latest posts

A mouse click tells your personality traits

Do you think your decisions are your own decisions, buying something online? Psychological targeting as an effective approach to digital mass persuasion by S. C. Matz, M. Kosinski, G. Nave, and D. J. Stillwell While previous research shows...[...]
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

Rotating donut source code

This is truly amazing: a rotating donut which is already visible as source code! Compile it and see what happens! Check out all the explanations: https://www.a1k0n.net/2011/07/20/donut-math.html[...]
Read more