Mix together:
- ~600g chopped fresh rhubarb (or 4 big apples)
- 40g flour
- 250g sugar (half as much for apples)
Add topping:
- 150g brown sugar
- 150g flour
- 80g rolled oats
- 100g melted butter
Bake at 190C for 35min not convection.
Mix together:
Add topping:
Bake at 190C for 35min not convection.
Mix all together, let rest in the fridge for at least 2 hours.
In this post I describe how to run Meteor on Windows with a standalone DB (rather than the one that runs by default from Meteor). This allows us to run an instance of MongoDB that can communicate with other computers.
#! /usr/bin/python
from pymongo import MongoClient
#Connect to the database (default for meteor)
client = MongoClient('192.168.1.XXX',27017)
dbs = client.database_names()
print(dbs)
Process the onion in a food processor, then add the chickpeas and process (but not too much). Remove from food processor. Process the mushrooms until they are almost a puree, then remove them. Process the beans, and then remove them. Mix everything together, make patties, and cook in a well oiled frying pan on medium low, about 15-20min total. Makes about 12 burgers.
Mix everything together in a bowl and store in the fridge!
Preheat oven to 325F.
Spread fruits on the bottom of a ~8-10″ corningware baking dish.
Mix together in a bowl:
Mix together, then pour over the oat mixture:
Let the mixture soak in for 30min if using the steel cut oats before pouring over the fruits and putting in the oven.
Cook for 65min at 325F (I use convection bake setting)
Then, when preparing the oats, use one cup of oats and 1.5-2 cups of the mix above
Mix all the dry ingredients in the mixer for 30s, then add the wet ones, and kneed on low speed for 6-8 minutes.
Let the dough rise for ~60 minutes covered in a lightly greased bowl.
Shape the dough and then let it rise for another ~60 minutes.
Bake for ~50 minutes in the oven pre-heated to 350F.
Stir well and serve on the rocks!
A few notes on flashing the Jetson TK1, in case I need to do this again…
I flashed the 21.3 version of Linux for Tegra. The first step was to download the files into a directory on a Linux system, on a Linux partition (originally, I was unpacking these in a ntfs partition shared with the Windows part of my dual boot configuration, which screwed up the permissions when unpacking – this was subtle!):
Then, I could roughly follow the instructions from NVIDIA. Let’s assume the two files above are in a directory called ~/reflash/ on a Linux computer (e.g. my laptop, which is running Ubuntu 12.04).
cd ~/reflash sudo tar xpf Tegra124_Linux_R21.3.0_armhf.tbz2 cd Linux_for_Tegra/rootfs/ sudo tar xpf ../../Tegra_Linux_Sample-Root-Filesystem_R21.3.0_armhf.tbz2 cd .. sudo ./apply_binaries.sh
Now, you have to put the Jetson in recovery mode. Connect the Jetson to your PC using the microUSB port on the Jetson, then hold the recovery button down on the Jetson and the press the Reset button once, or the Power button if it was off. The Jetson doesn’t seem to display anything to the screen when in recovery, so I wait, say, a minute to be really sure it’s in recovery. Then type ‘lsusb’ on the PC to make sure it lists a device by “Nvidia Corp.”, to ensure you can actually talk to the Jetson.
Now, the next step is to actually flash the thing, but there are a few issues:
With those 2 notes in mind, the next step on the PC was:
sudo ./flash.sh -S 14580MiB jetson-tk1 mmcblk0p1
This took about 30min, after which the Jetson will automatically reboot. The instructions say to “Reset” the board (even though it just rebooted), so I unplugged the USB cable and pressed the Reset button. The network cable was plugged into the Jetson the whole time, so when it rebooted, I had no issue logging in using ssh (checked my router status page to figure out the right IP address for ssh).
CUDA was easy to install from the instructions on elinux. I downloaded the following onto the Jetson:
I actually downloaded it to my PC and scp’ed it to the Jetson. Then I followed the instructions from elinux, and typed the following on the Jetson:
sudo dpkg -i cuda-repo-l4t-r21.3_6.5-42_armhf.deb sudo apt-get update sudo apt-get install cuda-toolkit-6-5 sudo usermod -a -G video $USER
I tested that CUDA installed by typing on the Jetson:
nvcc -V
and then proceeded to install the examples and compile them.
Cleaning up the cabinet and using up some leftovers :
Stir well and serve on the rocks!