l29ah / muesli

An alternative approach to food

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muesli

A muesli calculator. Prints a recipe and its nutritional value. Brought up because i'm not much into spreadsheets and hoped to write some clever algo to sort the mix out for me someday.

This project aims to provide one with nutritionally complete and easy to make food that needs to be chewed considerably to be consumed to trigger the corresponding digestive responses in one's body. There were also ideas about making it less bland for people unused to spice-free food, but i concluded it's quite individual stuff; i found sweeteners (like aspartame and sucralose), vanillin, apple flavoring, garlic or chili powder doing the job. It consumes about $1 and 15mins per day, excluding the research, for me. I believe in dogfooding, so you can check out the recipe i'm using at the moment by hitting ./Muesli.hs l29ah.

ansi2html'ed snapshot of the recipe

The current requirements are optimized for a median male. A female (or a frequent blood donor, or otherwise a person who loses erythrocytes quickly) would need to supplement iron additionally. TODO: requirement profiles

If you found it useful, you're eating the muesli for a long time, or having any problems with it, drop me a line.

Installation:

  • install ghc and cabal
  • cabal update && cabal install ansi-terminal fixed-vector

Usage:

To see the nutrient profile and the current recipe, call:

$ ./Muesli.hs default

What does it look like

Raw: raw muesli Cooked: cooked muesli

Sources

About

An alternative approach to food

License:Other


Languages

Language:Haskell 99.0%Language:Shell 1.0%