Month: July 2018

Survival of the Richest

The wealthy are plotting to leave us behind Source: https://medium.com/s/futurehuman/survival-of-the-richest-9ef6cddd0cc1 Last year, I got invited to a super-deluxe private resort to deliver a keynote speech to what I assumed would…

Go features

Source: http://qr.ae/TUpzWs In Go a type definition is neither pointer nor value, it’s just a type. Go doesn’t have classes Go doesn’t have inheritance, it has interfaces for polymorphism and…

C# does Go, pipelines

Source: https://blog.marcgravell.com/2018/07/pipe-dreams-part-1.html decoupled and overlapped reader/writer access to a binary stream buffer management (pooling, recycling) threading awareness rich backlog control over-fill protection via back-pressure the data is more simply a…