academia is skwd in many ways

Some reading for food for thought: Renewal model in academic knowledge systems 
The cited papers in the paper are also worth following. 

 This is why things like sci-hub is worth keeping: keep academic knowledge open (at least monetarily: no paywall), one-layered (a bit anarchist you might say), and keeping things identifiable.

I am not saying that academic publishing contributes nothing to the academic knowledge system itself, but everyone can actually learn to establish their academic publishing-indexing service themselves for their academic materials. There shall be no thing such as publish or perish, it should be publish for greater good.

Practical C++ Sockets

Good read:
http://cs.ecs.baylor.edu/~donahoo/practical/CSockets/practical/

I used the code for sending images between computers. Initially header information using a struct worked just ok, a day later it stopped working. I had to use simple array of ints to do so.

It reflected in my github commit:
0cff14c
2e7ba9a