Re-posted from: https://white.ucc.asn.au/2019/04/03/Julia-Nomenclature.html
These are some terms that get thrown around a lot by julia programmers.
This is a brief writeup of a few of them.
Re-posted from: https://white.ucc.asn.au/2019/04/03/Julia-Nomenclature.html
These are some terms that get thrown around a lot by julia programmers.
This is a brief writeup of a few of them.
By: cormullion
Re-posted from: https://cormullion.github.io/pages/2019-04-03-pentachoron/
I encountered the word "pentachoron" recently for the first time, and I thought it had to be something cool. Turns out it is, so I thought I'd have a go at drawing one… Unfortunately, it's a 4-dimensional object, which is going to tax my limited 2D skills. 
Read more

A few days ago I had a look at my hungarian method project again. You can find the blog post here.
After writing that blog post the owner of the julia library for that algorithm commented on my post and made a huge performance improvement to his library to be much faster than my code where my goal…