Author(s): Changkun Ou
Permalink: https://golang.design/research/ultimate-channel
Recently, I have been rethinking the programming patterns regarding
graphics applications, and already wrote a 3D graphics package in Go,
called polyred.
While I was designing the rendering pipelin...
I live in Brazil, and, if you’re not familiar, internet usually sucks here.
I’m one of the lucky few that can afford a good internet, aka 1gbps.
But, I’m not used to trust telecom companies, so I measure my internet speed every 30m and store the results in a tim...
The Question
When you work on data science problems, you always start with a question you’re trying to answer. This question will affect the data you pick, your exploration process, and how you interpret the results.
The question for this article is: How much (in percentage...