Table of Contents
Brmwash
The goal of this project is to save everyone's time on expense of anonymous brmlab user during dishwashing.
Principes of operation
The usage is very easy:
- Pick clean stuff
- Put used stuff like dish, spoon and so into kitchen's sink
- If overflow, put it on wood table next to sinks
- Deny, postpone or forward any wash requests
- ???
- Next time you shall see stuff clean again
Mathematical background
Standard manipulation
Let the wash time requirement for one dish piece be (suppose the user washes his used stuff ASAP):
$ t_{std} = t_{hw} + t_w + t_{dh} $
where $t_{std}$ is the time requirement for stanfard method, the $t_{hw}$ is time needed to get hot water, $t_{w}$ time needed for washing the stuff itself and $t_{dh}$ is for drying hands.
Brmwash way
Let the wash time requirement for full sink be
$ t_{bw} = t_{hw} + \sum_{i=1}^{n}{t_{w_i}} + t_{dh} $
where $t_{bw}$ is the time requirement for brmwash method, the $t_{hw}$ is time needed to get hot water, $n\in N$ is amount of stuff in sinks, $t_{w_i}$ is time needed to wash $i$-th piece and $t_{dh}$ is for drying hands.
Comparision
The difference can be evaluated as:
$ t_{diff} = \sum_{i=0}^{n}{t_{std}} - t_{bw} $
$ t_{diff} = \sum_{i=0}^{n}{(t_hw_i_t_w_i_t_dh_i_-_t_hw_sum_i_1_n_t_w_i + t_{dh}) $
$ t_{diff} = \sum_{i=0}^{n-1}{t_hw_i + \sum_{i=0}^{n-1}{t_dh_i $
thus the time saving is:
$ t_{diff} = \sum_{i=0}^{n-1}{(t_{hw} + t_{dh})} $
Achieved results
Thanks to significant time savings for all brmlab users, the new method has been widely accepted as new common modus operandi. Two obstacles has been identified - the sink is not infinite, thus the time savings are limited by size of the sinks. Second problem is that the particular savings are withdrawn by time of one moreless unknown user who takes the performs the dishwashing.
Conclusion
This project speed-up and improved quality of brmlab hacks since the brmlab members have more time to work without taking care of dishwashing.