Quickie Ideas From a Non-chef.
by Computothought in Cooking > Main Course
2288 Views, 6 Favorites, 0 Comments
Quickie Ideas From a Non-chef.
If your a geek, there is more than ordering out for pizza. You can use your computer as well as other resources to have more interesing meals. You can save a lot of money making the meals yourself and even impressing a future partner.
Note: using the touchpad to access the server for recipes. but we have advanced to Android.
Supermom.
The Internet Is Your Friend.
Geek Cook Book.
I have spent a bit of time at the bookstore reading through this book and recommond it. He even has a plan to make a souse vide machine which may be on www.instructables.com. Jeff is real personable and very accessible at https://twitter.com/cookingforgeeks on
Workstation Software.
Mac: http://download.cnet.com/mac/recipe-software
MSWindows: http://download.cnet.com/windows/recipe-software/
Linux: You can search the web or you can use the internal software install program for your distro to locate recipes for you. (i.e. Synaptic, Yumex, or etc.). You can also use the command line to search for software. Your distro may vary.
Debian based:
$ sudo apt-cache search recipes
Redhat based:
$ yum search all recipes.
In any case you will not hurt for choices.
Web Based Sites and Software.
You can also download and install software on your local server to manage recipes. There are many and you could even design your own. One example is cookdojo that can be pulled from http://www.downloadsofts.com/download/Home-Hobby/Food-Drink/download-CookDojo-Home-Edition.html. Installed Cookdojo on our private server. After reading the instructions, it was not too bad of an install, but you really have to look at the readme me file for the details. There is not an an easily accessible automated web install from what little I looked at it. Should not be a problem for a more experienced web admin. More info soon.
25 Degrees Celsius. Doesn't Seem Even Cold to Me.
What I want to do is to get two birds with one stone. Not only give a web page that will do the conversion, but expose you to some Javascript. Once you have saved the file, you can easily load it into your web browser without having to use a web server.
Now here is the code: ([code] and [/code] should not be copied for typed in.)
[code]
<html>
<head>
</head>
<br>
<h2>Temperature conversion</h2>
(Enter a value and then press the = for the temperature you want to convert)
<hr>
<br>
<script type="text/javascript">
function temp (form) {
form.fahrenheit.value = form.celsius.value*1.8+32;
}
function temp1 (form) {
form.celsius1.value = (form.fahrenheit1.value-32)/1.8;
}
</script>
<form>
<div align="center"><center><p><input type="text" size="15" name="celsius"> <strong>Degrees
Celsius</strong> <input type="button" value=" = " onclick="temp(this.form)"> <input
type="text" size="15" name="fahrenheit"> <strong>Degrees Fahrenheit</strong> </p>
</center></div>
</form>
<br>
<center> --------------- or ------------------</center>
<br>
<form>
<div align="center"><center><p><input type="text" size="15" name="fahrenheit1"> <strong>Degrees Fahrenheit</strong> <input type="button" value=" = " onclick="temp1(this.form)"> <input
type="text" size="15" name="celsius1"> <strong>Degrees Celsius</strong> </p> </center></div>
</form>
</body>
</html>
[/code]
Have fun!
Note: advanced users will do a page scrape of the temperature and convert it so nothing has to be typed in. https://www.instructables.com/id/Web-page-scraping-fromto-a-web-page/
Downloads
Food Measurement Conversion.
Downloads
Helper in the Kitchen.
I nade a second sodering stand (https://www.instructables.com/id/Second-soldering-hand/), , but found it works great in the kitchen also.
Desalinuzation and Free Water.
Getting water.
Use Tuxpaint to Make Recipe Cards.
Grab a picture.
Use tuxpaint-import to bring the pictire into the library.
Make added changes.
Tada!
Homemade Pizza Peel.
Get a large heavy duty baking pan.
Cut off one of the short ends.
On the opposite end cut a notch for the pipe to fit it.
Take a piece of pipe and cut a slit for the pizza pan,
Drill two holes for the bolts.
Drill two different holes small then big etc etc in the baking pan
Attach the pipe and bolt down.with the flat heads on the bottom and the nuts on the top.
Tada!