robfelty.com


potato pancakes

Posted in cooking

Quarter note = 12032008 robfelty
Treble clef 4/4 Time
leftover mashed potatoes make for tasty potato pancakes Last Thursday we had Thanksgiving dinner at my house, which was a lot of fun (pictures are on the fedibblety blog. Afterwards, I was left with a lot of leftovers, including lots of mashed potatoes. We had made 10 pounds worth, which was probably too much. I was also left with some milk and 10 out of 12 eggs. I had bought milk and eggs just for thanksgiving. I don’t normally eat […] (Read more)

Trying out bbpress

Posted in wordpress

Quarter note = 12022008 robfelty
Treble clef 4/4 Time
My wordpress plugins generate a lot of comments. Personally, I find it can be pretty hard to scroll through all the comments, and it can be quite slow to load as well. I have decided to try out bbpress for comments on my wordpress plugins. I created a forum for each plugin. I have turned off comments for the collapsing archives pages, and instead ask you to use the forum. We’ll see how that goes. If people don’t like it, […] (Read more)

TeX Live 2008 — reasons to upgrade

Posted in latex

Quarter note = 11062008 robfelty
Treble clef 4/4 Time
New features in pgf/tikz TeX Live 2008 was finally released about a month ago. I am a member of TUG, so I should be getting a DVD of it sometime soon, but today I finally decided I couldn’t wait, and I would just download it. The main impetus came after reading a discussion in comp.text.tex, in which someone was trying to reduce his compile time. He had a bunch of pgf/tikz graphics, and they can take a long time to […] (Read more)

Collapsing archives updated

Posted in wordpress

Quarter note = 10232008 robfelty
Treble clef 4/4 Time
I have been very busy lately, but I have been working on the collapsing archives update for awhile. I have incorporated new features from collapsing categories into it, while trying to keep all the old features. One thing I have learned is that it is difficult to write code with many options, especially when some of them interact. Since I released the collapsing categories update a bit prematurely, I have dubbed this one 0.9.alpha, and I have not given it […] (Read more)

Beamer fragile frames

Posted in latex

Quarter note = 09222008 robfelty
Treble clef 4/4 Time
If you want to include verbatim text, say for some program code, in a frame in beamer, you have to pass the fragile option to the frame, like so: \begin{frame}[fragile] \frametitle{a fragile frame} \begin{verbatim} some verbatim text here \end{verbatim} \end{frame} Though latex usually doesn’t really care about whitespace at the beginning of a line, in this case it does. If you don’t have your begin and end frame statements at the beginning of a line when you are trying to […] (Read more)