Skip to content

I’m honestly not that much of a computer nerd, I just like stuff to work the way I want it to, and I’m good at doing that.

Ways that windows is currently completely stupid:

  • Software updates that automatically reboot your computer without asking.
  • Popups in front of powerpoint while presenting your qualifying exam to 5 professors.

I have Ubuntu running on my laptop and my school computer because that’s what my old lab-mate Steve recommended to me.

Reasons why Linux and Ubuntu are good:

  • All software is free.
  • Easy syncing of files between different computers using rsync
  • Native Latex support
  • No viruses, ever, and no bloated virus scanning software

Useful Software:

ipe.jpg Ipe is a simple graphics editor that’s great for making diagrams or figures for technical papers. It saves as .eps or .pdf for easy inclusion into LaTeX documents. It’s in the Ubuntu repositories, so just type “apt-get install ipe” to get it on your system.
jabref.jpg JabRef stores all your references in BibTex format. You can organize and write comments about papers you’ve read and easily reference one of them from a LaTeX document.
octave.jpg Octave is basically a free version of Matlab. It will run all your old Matlab code with just a few minor tweaks in the way you call plotting functions. Never pay for Matlab again! (unless you really need some specific obscure toolbox). I run it from a terminal in the Kate text editor so it looks kind of like the old Matlab GUI.
kile.jpg Kile is a graphical LaTeX editor that comes standard with Kubuntu. I use it all the time.