GPU Computing in Julia. JuliaGPU has 41 repositories available. Follow their code on GitHub. (more…)
Read more »
Since the beginning of Julia, it has been tempting to use macros to write domain-specific languages (DSLs), i.e. to extend Julia syntax to provide a simpler interface to create Julia objects with complicated behaviour. The first, and still most extensive,... (more…)
Read more »
Hi guys! Long time, no see! As some of you may know, I am the mission architect and the technical responsible for the attitude and orbit control subsystem (AOCS) of the Brazilian satellite Amazonia-1, launched on Feb 28. This is an image obtained by the... (more…)
Read more »
The Julia Language Docs have a great page on performance tips. It's worth a read, but the writing is aimed more towards a computer scientist than a data scientist. Here we'll cover some easy performance wins. We find the best way to code in Julia is to:... (more…)
Read more »
I asked on Twitter a while back “how do you invest in you own learning?” (this tweet. Some common things people replied with: (more…)
Read more »