Search
2 results for “gabrielebozzola”
-
4/5 #gnuparallel is the simplest way to do some simple #parallel computing.
Several tasks in life are embarassingly parallel, and #gnuparallel is a great
way to take advantage of all the cores of my machines. I probably use 0.1% of
its features, but that's enough for me. It something takes #commandline inputs,
it can be trivially parallelized with #gnuparallel. Interestingly, #gnuparallel
is a single nearly 15,000-line #perl script. -
1/5 #pgfplots is #LaTeX #viz package built upon #TikZ to produce beautiful and
consistent plots. pgfplots splits the "data visualization" and "data processing"
steps (as opposed to what you typically do with #matplotlib), so that I can
focus on tweaking the graphics independenty of how I generated the data. This is
also a great to nicely integrate plots with #beamer. With pgfplots, I can easily
version-control my plots with #git and I ensure I will always be able to the
relevant data.