Wipe yo ass vs Water

post-1371-MOTHER-OF-GOD-gifs-meme-pC3V.gif
 
I started rinsing my butt in the shower after every poop 2 or 3 months ago, haven't looked back since.
 
I'm Muslim. We pray 5 times/day and we have to do wodoo' before every pray. Which includes washing hands, face, mouth, sneeze, ears, hair and legs. When you pee, boob or fart you have to re-do wodoo. Basically this why we have water flush in our toilets. Is not bidet. Its the default toilet with water pipe to clean yourslf after peeing or boobing.

I have no idea howa people out there just use papers! It just makes me shiver.

The other thing I can't understand is that you accept anal sex (anal is totally forbidden in mg religion btw )! So, doing anal and not even cleaning properly! !! WTF...

I just saw this...

The thought of wiping my shitty arse with my bear hand makes me shiver and anal sex forbidden? Like that doesn't go on in Arab countries. Come on man.
 
To save both toilet paper and water, just buy a cloth and a bottle of bleach (total $2) from the dollar store and only rinse in bowl of bleach once per week. This method lasts for about a year. ($2/365 = 0.54 of a penny per day).
 
to save both toilet paper and water, just buy a cloth and a bottle of bleach (total $2) from the dollar store and only rinse in bowl of bleach once per week. This method lasts for about a year. ($2/365 = 0.54 of a penny per day).


..........lmfao!........
 
The Bristol stool guide is going on my toilet door so that when I have my daily close up inspection I can give the wife and anybody else in the vicinity a more detailed report.

Up until now I been using south parks bono scale
 
I just saw this...

The thought of wiping my shitty arse with my bear hand makes me shiver and anal sex forbidden? Like that doesn't go on in Arab countries. Come on man.

He didn't say he was wiping his ass with his bear hand now did he? => "Its the default toilet with water pipe to clean yourslf...."

Also the fact that it is forbidden doesn't mean that every muslim comply with it, not to mention that not everyone in Arab countries are muslims.
 
Now... Here's the irony.

We went to a 5 star hotel and I needed to drop a package to the toilet. To my surprise there isn't any water source to clean my anus but just a nice roll of tissue paper. Ok yeah I used the dimpled paper and used almost half of the roll wiping "it" excessively. And about an hour after, I felt really unpleasant and I needed to go back to the toilet to do some checking and yes I did some little exploration and got some good amount nibbles and nuggets of partially dried up fecal matters.. Never will I use toilet paper again. :-)
 
Urm.. Yeah... Doesn't HAVE TO be Dettol shower gel. Could be any other shower gel, really.

I thought you meant Dettol disinfectant. The stuff you sterilize toilets with and all that. That would burn.
 
Toilet paper + shower every single time. BTW, I've participated in a few heated "toilet paper over or under" threads throughout the years, but this thread ... this thread took the whole toilet experience discussion to an entirely new level ;)
 
Wrote a bot for this problem.
I thought to send it to Jr.VIP zone only, but here it is for all of you!

It's very simple, basically two do-while loops with two functions in it.
I made it in minutes so sorry for any bugs you discover during execution.

Code:
initialize();
WHITE = #ffffff;
toilet_paper_color = WHITE;
wet_wipes_color = WHITE;

do{
  toilet_paper *tp = new toilet_paper;
  tp->use_toilet_paper();
  toilet_paper_color = tp->get_toilet_paper_color();
  tp->delete();
}while(toilet_paper_color != WHITE);

do{
  wet_wipe *wp = new wet_wipe;
  wp->use_wet_wipes();
  wet_wipes_color = wp->get_wet_wipes_color();
  wp->delete();
}while(wet_wipes_color != WHITE);

// TODO:
// go through the do-while loops once more for variable sanitization

flush_all_variables();

Hope it helps.

And DON'T ask for REVIEW COPIES, you got the whole code!
 
Last edited:
Back
Top