Skip to main content

Swiss Microwave Ovens are Weird... and Useful

A small thing that I haven't talked about before:

When we moved from the US to Switzerland, because there was a voltage difference, we did not take any electrical kitchen appliances with us. We've also tried to resist buying things until we were certain that we'd use them. So, we only decided to buy a microwave oven a month or two ago.

One of the first things that we noticed was that microwave ovens in Switzerland almost never have a revolving tray. A revolving tray is common in all of the higher end US microwave ovens, while only the cheapest Swiss microwave ovens had this feature. It turns out that there's a good reason for this: most Swiss microwave ovens also have conventional heating elements. They're basically a cross between a microwave and a toaster oven. 

A lot of frozen food offers 3 reheating times: oven only, microwave only, and a combination time to use with one of these combination ovens. It works pretty well, particularly with things like pizza or lasagna: the microwaves defrost the insides while the heating element browns the top. 

This design also provides another cooking space, which could be nice for large meals where you need to cook a few foods at different times and temperatures. Also, like a toaster oven, since the microwave is small, cooking with it uses less heat than the regular oven, which is nice when it's warm outside.

The downside is a bit more button and programming complexity. You need to ensure that you don't engage the conventional oven when reheating leftovers in a plastic bowl. Similarly, you don't want to accidentally turn on the microwave when heating up something in aluminium foil. The automatic settings become even harder to use: I have no idea which sensor setting enables which heating element, so as a result, I never use the sensor reheat.

I've also had to overcome years of assumptions about how hot things are when they're done. I've burned myself on conventionally heated items, and I stop to think every time before I take out a warmed up cup of coffee. 

Overall, it's a clever feature.

Comments

Popular posts from this blog

The Chromecast conceptual model

Google makes a device called Chromecast . It's a relatively inexpensive way to turn any TV into a "Smart" TV capable of playing movies or music. It's a clever bit of engineering, but I've run into a few people who have trouble understanding how they work. The key thing to understand is that the Chromecast is the device that's actually receiving and playing the movie (or whatever), and your phone is just the remote. Here's how the process works at a high level: You start watching a video on Youtube 30 seconds in, you decide that you'd like to watch the rest on your TV, so you press the "Cast" button. Your phone stops playing and tells the Chromecast "Get this video directly from Youtube and start playing at the 0:30 mark"  When your phone initially asks the Chromecast to start playing, it also specifies a "default thing" to do when the Chromecast is finished. If the Chromecast is playing a Youtube video, it might...

Fixing Linux Audio

This is somewhat technical, and it's aimed at people who use Linux and are comfortable editing files from the command line. I was looking for a quick fix, but discovered that most of the documentation out there is wrong. So, I had to research what it all meant, figure out what the correct settings were, and write it all down. For the Impatient If you use Linux, and you're just looking for a quick way to make your sound better, add these lines to /etc/pulse/daemon.conf or $HOME/.config/pulse/daemon.conf   default-sample-format = s32ne default-sample-rate = 192000 high-priority = yes default-fragments = 8 resample-method = speex-float-10 I've tested this on Fedora and Ubuntu with no problems. Also, if you're using an external DAC (if you're not sure, then you're not using one), be sure that it has sufficient power (either plugged directly into the computer or into a powered USB hub. DO NOT plug it into an unpowered hub or dongle. A...

The Virus By the Numbers

I'm writing this because there's some really insane stuff that's being said by people who should really know better, and I'm sick of discussing it one post or email at a time. So, this is my One Big Post that I'll point people toward rather than bringing it up again and again. In case you haven't noticed, we're in the middle of a pandemic. Just so that we're all using the same terminology:  The virus is Severe acute respiratory syndrome Coronavirus 2 . It's usually abbreviated SARS-CoV-2. It's a brand new kind of Coronavirus, so for a while, before it had this awkward name, people were calling it "novel coronavirus". (For the non-English speakers and D students, "novel" is another word for "new".) The disease that the virus causes is called Coronavirus Disease 2019 , and it's usually abbreviated COVID-19. It's called that because it was discovered in 2019. This came out of nowhere in China in late ...