Sup /g/
Trying to come up with an algorithm for No Fap November, creating a bio-dashboard based on data I have for studying pre-post-orgasm levels. This is really for shits and gigs.
Thoughts on my algo so far?
while (no_ejaculation):
dopamine += baseline_pulse # every ~90 min
if day == 7:
testosterone *= 1.45
prolactin -= spike_after_orgasm
arousal_threshold = f(dopamine, testosterone)
if arousal_threshold > cortex_limit:
intrusive_thoughts = True
focus = Decrease()