12 Jun 2015

breaded fried soft-boiled eggs with cayenne pepper. Side of braised spinach with onions & sunflower seeds.
Oh my god, these eggs were delicious, but really hard to make. Peeling hard-boiled eggs is difficult enough, but when they’re jiggly and about to burst? And once they were breaded they were still tricky to fry. But worth it.

rice pudding with fruit compote.
07 Jun 2015


tofu, snap pea & “bacon” curry, on a bed of millet. Used thai basil instead of cilantro because that’s gross.
This was okay. Not great, but pretty good.

some sort of fruit & cheese mousse, I think?
Whatever it was, I remember wishing I made more. Now I wish I remembered the recipe.
31 May 2015

Hmm, lemon.

Pasta bake, with asparagus & parmesan. Drizzled with lemon. I used turmeric instead of saffron, for coloring. I think I made an avocado pie for dessert? Or did the lemon go in the pie?
I wish I could remember this. There was definitely ricotta in the pasta bake. It turned out really good.
10 May 2015
public static DateTime DateFromString(string stamp) {
DateTime dateValue;
CultureInfo enUS = new CultureInfo("en-US");
if (DateTime.TryParseExact(stamp, Bridge.dateBridgeFormat, enUS, DateTimeStyles.None, out dateValue)) {
return dateValue;
} else {
Debug.LogError("error parsing " + stamp);
return new DateTime(1, 1, 1);
}
}
Assets/Plugins/Bridge.cs(13,32): error CS0161: `Bridge.DateFromString(string)’: not all code paths return a value
liar
09 May 2015

Food dice!

Coconut & corn Brussels sprouts, with a side of radishes & mushrooms w/fennel. And then paneer kheer for dessert (NOT PICTURED).
Oh, this was delicious. At least the Brussels sprouts were. The radishes were alright, and the fennel was a nice touch, but it felt more like an afterthought.
The kheer… It tasted okay, but the texture wasn’t great and it was far too soupy.